Update config
This commit is contained in:
parent
ea179c1978
commit
0775d31a98
1 changed files with 3 additions and 3 deletions
|
@ -229,10 +229,10 @@
|
|||
### Status Bar:
|
||||
bar {
|
||||
position top
|
||||
modifier $mod
|
||||
mode hide
|
||||
# When the status_command prints a new line to stdout, swaybar updates.
|
||||
# status_command while date +'%d-%m-%Y %l:%M:%S %p'; do sleep 1; done
|
||||
status_command i3status
|
||||
# mode hide
|
||||
status_command while ~/.config/sway/status.sh; do sleep 0,5; done
|
||||
|
||||
colors {
|
||||
statusline $text
|
||||
|
|
Loading…
Reference in a new issue