waybar
This commit is contained in:
parent
c24afa4453
commit
75143c507d
4 changed files with 192 additions and 12 deletions
13
sway/config
13
sway/config
|
|
@ -125,19 +125,8 @@ mode "resize" {
|
|||
}
|
||||
bindsym $super+r mode "resize"
|
||||
|
||||
# TODO: man 5 sway-bar
|
||||
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 %l:%M:%S %p'; do sleep 1; done
|
||||
|
||||
colors {
|
||||
statusline #ffffff
|
||||
background #323232
|
||||
inactive_workspace #32323200 #32323200 #5c5c5c
|
||||
}
|
||||
swaybar_command waybar
|
||||
}
|
||||
|
||||
set $locker 'swaylock -f -e -F -k -l -c 000000 --indicator-idle-visible'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue