fix(waybar): make it not exclusive
This commit is contained in:
parent
a36af0881b
commit
da857e292b
1 changed files with 4 additions and 4 deletions
|
|
@ -11,9 +11,9 @@ let
|
||||||
|
|
||||||
mkWaybarTheme = palette: ''
|
mkWaybarTheme = palette: ''
|
||||||
* { color: ${palette.fg}; }
|
* { color: ${palette.fg}; }
|
||||||
window#waybar { background: ${palette.bg}; border-top: 4px solid ${palette.bgAlt}; }
|
window#waybar { background: ${palette.bg}; border-bottom: 4px solid ${palette.bgAlt}; }
|
||||||
#workspaces button { background: transparent; }
|
#workspaces button { background: transparent; }
|
||||||
#workspaces button.active { box-shadow: inset 0 -2px ${palette.accent}; }
|
#workspaces button.active { box-shadow: inset 0 2px ${palette.accent}; }
|
||||||
#workspaces button:hover { background: ${palette.bgAlt}; }
|
#workspaces button:hover { background: ${palette.bgAlt}; }
|
||||||
#window { color: ${palette.fgAlt}; }
|
#window { color: ${palette.fgAlt}; }
|
||||||
tooltip { background: ${palette.bgAlt}; color: ${palette.fg}; border: 1px solid ${palette.border}; }
|
tooltip { background: ${palette.bgAlt}; color: ${palette.fg}; border: 1px solid ${palette.border}; }
|
||||||
|
|
@ -72,8 +72,8 @@ in
|
||||||
settings.mainBar = {
|
settings.mainBar = {
|
||||||
reload_style_on_change = true;
|
reload_style_on_change = true;
|
||||||
layer = "top";
|
layer = "top";
|
||||||
position = "bottom";
|
position = "top";
|
||||||
exclusive = true;
|
exclusive = false;
|
||||||
height = 38;
|
height = 38;
|
||||||
|
|
||||||
modules-left = [ "hyprland/workspaces" ];
|
modules-left = [ "hyprland/workspaces" ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue