Colors code change.

This commit is contained in:
rootniformaticaservice 2023-04-28 10:16:48 -03:00
parent eb512107fd
commit d9bdde2fc0
2 changed files with 34 additions and 12 deletions

View file

@ -1,10 +1,32 @@
NAME=wms # wm name
TERMINAL=xterm # terminal command
XMENU=dmenu.sh # menu command
XMENU_XL=fzfmenu.sh # large menu command
BW=2 # border width
FG=7D7D8E # foreground color
BG=2D2D41 # background color
WP=85 # windows percentage
MP=60 # tiling master area percentage
GAP=6 # tiling gaps
# wm name
NAME=wms
# terminal command
TERMINAL=xterm
# menu command
XMENU=dmenu.sh
# large menu command
XMENU_XL=fzfmenu.sh
# border width
BW=2
# active color
AC=718A82
# inactive color
IC=35414D
# background color
BC=000000
# windows percentage
WP=85
# tiling master area percentage
MP=60
# gaps
GAP=6

View file

@ -61,5 +61,5 @@ esac
wtf $wid
# set borders
chwb -s $BW -c $BG $(lsw | grep -v $(pfw)) # unfocused color
chwb -s $BW -c $FG $(pfw) # focused color
chwb -s $BW -c $IC $(lsw | grep -v $(pfw)) # unfocused color
chwb -s $BW -c $AC $(pfw) # focused color