mirror of
https://github.com/vale981/bspwm
synced 2025-03-05 18:01:37 -05:00
Fix dzen2 panel script typo
This commit is contained in:
parent
f98162fc38
commit
b8cf51d989
1 changed files with 2 additions and 2 deletions
|
@ -64,8 +64,8 @@ while read -r line ; do
|
|||
;;
|
||||
o*)
|
||||
# occupied desktop
|
||||
FG=$COLOR_OCUPPIED_FG
|
||||
BG=$COLOR_OCUPPIED_BG
|
||||
FG=$COLOR_OCCUPIED_FG
|
||||
BG=$COLOR_OCCUPIED_BG
|
||||
;;
|
||||
f*)
|
||||
# free desktop
|
||||
|
|
Loading…
Add table
Reference in a new issue