sway: bar transparency, font, size
This commit is contained in:
parent
648710424a
commit
b8fdc06136
1 changed files with 3 additions and 3 deletions
|
@ -238,12 +238,12 @@ bar {
|
|||
#status_command while date +'%Y-%m-%d %l:%M:%S %p'; do sleep 1; done
|
||||
|
||||
colors {
|
||||
statusline #ffffff
|
||||
background #323232
|
||||
statusline #f2f0ec
|
||||
background #2d2d2d80
|
||||
inactive_workspace #32323200 #32323200 #5c5c5c
|
||||
}
|
||||
|
||||
font pango:envypn, Awesome 9
|
||||
font pango:Deja Vu Sans Mono Bold, Awesome 10
|
||||
|
||||
#status_command i3status
|
||||
status_command py3status -c ~/.config/i3status/config --wm sway
|
||||
|
|
Loading…
Reference in a new issue