From bd82a7b8e633f9fc7163e479039397726250361d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Benencia?= Date: Sun, 30 Jun 2019 19:50:20 -0700 Subject: Bump desktop config --- .config/i3/config | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to '.config/i3') 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 & - -- cgit v1.2.3