add sway bar config
This commit is contained in:
parent
3a8a108eed
commit
1f87be591c
17
home/default/.config/sway/bar
Normal file
17
home/default/.config/sway/bar
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
# Read `man 5 sway-bar` for more information about this section.
|
||||||
|
bar {
|
||||||
|
position bottom
|
||||||
|
|
||||||
|
# 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 %I:%M:%S %p'; do sleep 1; done
|
||||||
|
status_command while ~/.config/sway/status.sh; do sleep 1; done
|
||||||
|
|
||||||
|
colors {
|
||||||
|
statusline #888888
|
||||||
|
background #000000
|
||||||
|
focused_workspace #888888 #888888 #000000
|
||||||
|
active_workspace #888888 #888888 #000000
|
||||||
|
inactive_workspace #6B313D #6B313D #bbbbbb
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user