diff options
Diffstat (limited to 'Common/i3')
-rwxr-xr-x | Common/i3/Xresources | 6 | ||||
-rw-r--r-- | Common/i3/config/i3/config | 10 | ||||
-rw-r--r-- | Common/i3/config/i3status/config | 5 |
3 files changed, 14 insertions, 7 deletions
diff --git a/Common/i3/Xresources b/Common/i3/Xresources index 977fc97..d10c8a9 100755 --- a/Common/i3/Xresources +++ b/Common/i3/Xresources @@ -3,8 +3,10 @@ ! ------------------------------------------------------------------------------ ! special -*.foreground: #d8dee8 -*.background: #2f343f +!*.foreground: #d8dee8 +*.foreground: #e5e9f0 +!*.background: #2f343f +*.background: #121212 *.cursorColor: #b48ead ! black diff --git a/Common/i3/config/i3/config b/Common/i3/config/i3/config index 5c32cad..c71fa85 100644 --- a/Common/i3/config/i3/config +++ b/Common/i3/config/i3/config @@ -13,6 +13,9 @@ floating_modifier $super #exec --no-startup-id feh --bg-scale ~/.wallpaper.png exec --no-startup-id wallpaper.sh exec --no-startup-id compton --xrender-sync-fence --xrender-sync -b +exec --no-startup-id /usr/lib/gsd-xsettings +exec_always --no-startup-id gnome-power-manager +exec --no-startup-id gnome-flashback exec --no-startup-id "~/.config/umon/wallpaper.sh" @@ -108,7 +111,8 @@ bindsym $super+Shift+9 move container to workspace 9 bindsym $super+Shift+r restart # exit i3 -bindsym $super+l exec i3lock -f -c 63bfb6 #-i /home/jakob/.lockscreen.png +#bindsym $super+l exec i3lock -f -c 63bfb6 #-i /home/jakob/.lockscreen.png +bindsym $super+l exec dbus-send --type=method_call --dest=org.gnome.ScreenSaver /org/gnome/ScreenSaver org.gnome.ScreenSaver.Lock bindsym $super+Shift+e exec "i3-nagbar -t warning -m 'Really, exit?' -b 'Yes' 'i3-msg exit'" bindsym $super+p exec --no-startup-id ~/.config/rofi/bin/applet_powermenu @@ -176,8 +180,8 @@ client.background $blue gaps inner 7 # Keybinds for lenovo x1 carbon -bindsym XF86MonBrightnessUp exec --no-startup-id "brightness-popup.sh inc" -bindsym XF86MonBrightnessDown exec --no-startup-id "brightness-popup.sh dec" +bindsym XF86MonBrightnessUp exec --no-startup-id "/home/jakob/bin/brightness-popup.sh inc" +bindsym XF86MonBrightnessDown exec --no-startup-id "/home/jakob/bin/brightness-popup.sh dec" bindsym XF86Display exec --no-startup-id "arandr" bindsym Print exec --no-startup-id "gnome-screenshot --interactive" diff --git a/Common/i3/config/i3status/config b/Common/i3/config/i3status/config index b3256a2..b129807 100644 --- a/Common/i3/config/i3status/config +++ b/Common/i3/config/i3status/config @@ -67,7 +67,8 @@ battery 0 { } tztime local { - format = "<span background='#81a1c1'> %time </span>" - format_time = " %a %-d %b %H:%M" + #format = "<span background='#81a1c1'> %time </span>" + #format_time = " %a %-d %b %H:%M" + format = "<span background='#81a1c1'> %a %-d %b %H:%M </span>" } |