[i3] Change window border color

This commit is contained in:
2022-10-11 01:39:50 -04:00
parent b1990cff1d
commit fca12a0f58

View File

@ -301,10 +301,10 @@ bindsym $mod+Ctrl+Mod2+KP_9 move container to workspace $ws9
##### COLORS #######################################
# XRESOURCES
set $fg "#FF0F80"
set $bg "#000000"
set $tx "#FFFFFF"
set $ltx "#CCCCCC"
set $fg "#FF00FF"
set $bg "#AAAAAA"
set $tx "#000000"
set $ltx "#000000"
# CLASS BORDER BACK TEXT INDICATOR
client.focused $fg $fg $tx $fg