diff options
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 & - |