Change to waybar
This commit is contained in:
parent
80f43743f7
commit
9460180aa7
@ -405,19 +405,20 @@ for_window [app_id="gamescope"] fullscreen enable
|
|||||||
# Status Bar:
|
# Status Bar:
|
||||||
#
|
#
|
||||||
# Read `man 5 sway-bar` for more information about this section.
|
# Read `man 5 sway-bar` for more information about this section.
|
||||||
bar {
|
bar swaybar_command waybar
|
||||||
position bottom
|
#bar {
|
||||||
|
# position bottom
|
||||||
|
|
||||||
# When the status_command prints a new line to stdout, swaybar updates.
|
# When the status_command prints a new line to stdout, swaybar updates.
|
||||||
# The default just shows the current date and time.
|
# The default just shows the current date and time.
|
||||||
status_command while date +'%H:%M | %Y-%m-%d %p'; do sleep 1; done
|
# status_command while date +'%H:%M | %Y-%m-%d %p'; do sleep 1; done
|
||||||
|
|
||||||
colors {
|
# colors {
|
||||||
statusline #ffffff
|
# statusline #ffffff
|
||||||
background #323232
|
# background #323232
|
||||||
inactive_workspace #323232 #323232 #5c5c5c
|
# inactive_workspace #323232 #323232 #5c5c5c
|
||||||
}
|
# }
|
||||||
}
|
#}
|
||||||
|
|
||||||
#######################################
|
#######################################
|
||||||
##### inluce other configurations #####
|
##### inluce other configurations #####
|
||||||
|
Loading…
Reference in New Issue
Block a user