mirror of
https://github.com/sahinakkaya/dotfiles.git
synced 2025-07-17 05:41:49 +03:00
Use colors from .Xresources
This commit is contained in:
@ -47,7 +47,11 @@ set $music ~/scripts/music/mpv-controller.sh
|
||||
|
||||
# Turn borders off
|
||||
for_window [class="^.*"] border pixel 2
|
||||
client.focused #555555 #555555 #ffffff #2e9ef4 #CC0000
|
||||
set_from_resource $fg i3wm.color1 #f0f0f0
|
||||
set_from_resource $bg i3wm.color3 #ccaa00
|
||||
set_from_resource $grayish i3wm.color15 #555555
|
||||
# class border backgr. text indicator child_border
|
||||
client.focused $grayish $grayish $fg $bg $bg
|
||||
|
||||
# Change gap size
|
||||
gaps outer 0
|
||||
|
Reference in New Issue
Block a user