diff options
author | Raúl Benencia <rul@kalgan.cc> | 2019-06-30 19:50:20 -0700 |
---|---|---|
committer | Raúl Benencia <rul@kalgan.cc> | 2019-06-30 19:55:15 -0700 |
commit | bd82a7b8e633f9fc7163e479039397726250361d (patch) | |
tree | 0c274e25f5fa81de2f7c6d02e6cd3b009f9f3785 /.config/i3 | |
parent | 5511798208fdbc991372464b2e18a26088e009c8 (diff) |
Bump desktop config
Diffstat (limited to '.config/i3')
-rw-r--r-- | .config/i3/config | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/.config/i3/config b/.config/i3/config index be5560a..6dd3b31 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -1,3 +1,5 @@ +# Debian packages: redshift-gtk dunst compton conky-std network-manager-gnome nitrogen xautolock + set $mod Mod4 set_from_resource $darkred color1 #000000 @@ -180,10 +182,22 @@ for_window [class="^.*"] border pixel 0 bar { status_command i3blocks position top + + colors { + background #000000 + statusline #eff0f1 + focused_workspace #000000 $bg-color #000000 + active_workspace #000000 $bg-color #$bg-color + inactive_workspace #000000 #666666 #ffffff + urgent_workspace #d33682 #d33682 #fdf6e3 + } } +exec --no-startup-id xautolock -locker i3lock-wrapper -time 2 -corners -+00 -cornerdelay 5 & +exec --no-startup-id compton -b +exec --no-startup-id conky +exec --no-startup-id touchpad-enable-tap exec --no-startup-id nitrogen --restore exec --no-startup-id redshift-gtk & exec --no-startup-id dunst & exec --no-startup-id nm-applet & - |