dotfiles

:)
git clone https://git.sr.ht/~ashymad/dotfiles
Log | Files | Refs | Submodules | LICENSE

commit 683326ced6a3e0686ab535b45ed62e0eeb515a1f
parent adb5614d016ebe6f13a989dfc3b0c6aca5bfeb0f
Author: Szymon Mikulicz <szymon.mikulicz@posteo.net>
Date:   Fri, 10 Apr 2020 18:20:22 +0200

i3: global theme + new lock

Diffstat:
Mi3/.i3/config | 15+++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/i3/.i3/config b/i3/.i3/config @@ -1,3 +1,4 @@ +# vim: filetype=i3config set $mod Mod4 font pango:Terminus 11px @@ -220,10 +221,10 @@ bindsym $mod+p exec --no-startup-id ~/.fehbg bindsym $mod+Shift+s exec --no-startup-id flameshot gui # class border backgr. text indicator -client.focused #4f4f4f #4f4f4f #ffffff #4f4f4f -client.unfocused #323232 #323232 #aaaaaa #323232 -client.focused_inactive #323232 #333333 #aaaaaa #323232 -client.urgent #383a3b #383a3b #ee0000 #383a3b +client.focused #5c6370e6 #5c6370e6 #ffffff #5c6370e6 +client.unfocused #282c34e6 #282c34e6 #dcdfe4 #282c34e6 +client.focused_inactive #282c34e6 #282c34e6 #dcdfe4 #282c34e6 +client.urgent #383a3be6 #383a3be6 #e06c75 #383a3be6 for_window [instance="polybar"] gaps inner 0 for_window [instance="mpv"] pixel 0 @@ -232,7 +233,9 @@ for_window [instance="^octave\-gui$"] floating enable for_window [instance="^matplotlib$"] floating enable for_window [instance="^gnuplot_qt$"] floating enable -exec --no-startup-id redshift-gtk +exec ~/.screenlayout/default.sh +exec feh --no-fehbg --bg-fill ~/.i3/BG.png +exec --no-startup-id picom --experimental-backends exec --no-startup-id xss-lock -l -- ~/.i3/lock.sh -exec --no-startup-id feh --no-fehbg --bg-fill ~/.i3/BG.png +exec --no-startup-id clight exec_always --no-startup-id ~/.config/polybar/launch.sh