Skip to content
Snippets Groups Projects
Verified Commit f745ea83 authored by Andreas Gerlach's avatar Andreas Gerlach
Browse files

[sway] bugfix waybar shown on logon screen

parent bab6f9b9
No related branches found
No related tags found
No related merge requests found
...@@ -121,3 +121,14 @@ bindsym $mod+a focus parent ...@@ -121,3 +121,14 @@ bindsym $mod+a focus parent
default_border pixel 1 default_border pixel 1
hide_edge_borders smart hide_edge_borders smart
#
# Status Bar:
#
# Read `man 5 sway-bar` for more information about this section.
bar {
position top
# Run waybar instead of swaybar
swaybar_command $statusbar
}
...@@ -45,27 +45,3 @@ client.urgent $base08 $base08 $base00 $base08 $base08 ...@@ -45,27 +45,3 @@ client.urgent $base08 $base08 $base00 $base08 $base08
client.placeholder $base00 $base00 $base05 $base00 $base00 client.placeholder $base00 $base00 $base05 $base00 $base00
client.background $base07 client.background $base07
#
# Status Bar:
#
# Read `man 5 sway-bar` for more information about this section.
bar {
position top
# Run waybar instead of swaybar
swaybar_command $statusbar
colors {
background $base00
separator $base01
statusline $base04
# State Border BG Text
focused_workspace $base05 $base0D $base00
active_workspace $base05 $base03 $base00
inactive_workspace $base03 $base01 $base05
urgent_workspace $base08 $base08 $base00
binding_mode $base00 $base0A $base00
}
}
...@@ -45,26 +45,3 @@ client.urgent $base08 $base08 $base00 $base08 $base08 ...@@ -45,26 +45,3 @@ client.urgent $base08 $base08 $base00 $base08 $base08
client.placeholder $base00 $base00 $base05 $base00 $base00 client.placeholder $base00 $base00 $base05 $base00 $base00
client.background $base07 client.background $base07
#
# Status Bar:
#
# Read `man 5 sway-bar` for more information about this section.
bar {
position top
# Run waybar instead of swaybar
swaybar_command $statusbar
colors {
background $base00
separator $base01
statusline $base04
# State Border BG Text
focused_workspace $base05 $base0C $base00
active_workspace $base05 $base03 $base00
inactive_workspace $base03 $base01 $base05
urgent_workspace $base08 $base08 $base00
binding_mode $base00 $base0A $base00
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment