mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
sway/swaybar.conf: temporarily fix as waybar is broken in Fedora 40
This commit is contained in:
parent
bc39daa2ed
commit
45c65c84bd
@ -1,5 +1,3 @@
|
|||||||
# Uncommented sections come from i3-selenized-dark.conf
|
|
||||||
#
|
|
||||||
# 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.
|
||||||
@ -8,14 +6,14 @@ bar {
|
|||||||
|
|
||||||
# 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 +'%z/%Z: %G-W%V-%u / %Y-%j / %a %d. %B %Y | %F %H:%M:%S';do sleep 1; done
|
#status_command while date +'%z/%Z: %G-W%V-%u / %Y-%j / %a %d. %B %Y | %F %H:%M:%S';do sleep 1; done
|
||||||
|
|
||||||
colors {
|
colors {
|
||||||
#statusline #ffffff
|
statusline #ffffff
|
||||||
statusline $br_white
|
#statusline $br_white
|
||||||
#background #323232
|
background #323232
|
||||||
background $bg
|
#background $bg
|
||||||
#inactive_workspace #32323200 #32323200 #5c5c5c
|
inactive_workspace #32323200 #32323200 #5c5c5c
|
||||||
inactive_workspace $black $black $fg
|
#inactive_workspace $black $black $fg
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user