Swaybar bash script
This commit is contained in:
parent
91b00b403b
commit
455013d5c1
2 changed files with 20 additions and 2 deletions
|
@ -218,8 +218,9 @@ bar {
|
|||
|
||||
# When the status_command prints a new line to stdout, swaybar updates.
|
||||
# The default just shows the current date and time.
|
||||
status_command while date +'%Y-%m-%d %l:%M:%S %p'; do sleep 1; done
|
||||
|
||||
#
|
||||
#status_command while date +'%Y-%m-%d %l:%M:%S %p'; do sleep 1; done
|
||||
status_command ~/.config/sway/swaybar.sh
|
||||
colors {
|
||||
statusline #ffffff
|
||||
background #323232
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue