eww workspace bar tweak
This commit is contained in:
parent
1a49ec52ce
commit
60e4a069a0
1 changed files with 3 additions and 3 deletions
|
@ -20,15 +20,15 @@ status() {
|
|||
mon=${monitormap[${workspaces[$1]}]}
|
||||
|
||||
if [ "$focusedws" -eq "$1" ]; then
|
||||
echo -n "#27ae60"
|
||||
echo -n "#d3c6aa"
|
||||
# echo -n "${colors[$mon]}"
|
||||
else
|
||||
# echo -n "${dimmed[$mon]}"
|
||||
echo -n "#fdbc4b"
|
||||
echo -n "#3a515d"
|
||||
fi
|
||||
else
|
||||
# echo -n "$empty"
|
||||
echo -n "#2f343f"
|
||||
echo -n "#232a2e"
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue