finally it looks ok
This commit is contained in:
parent
7f428bf4fa
commit
cd5effab8f
1 changed files with 7 additions and 4 deletions
|
|
@ -11,7 +11,7 @@ let
|
||||||
|
|
||||||
mkWaybarTheme = palette: ''
|
mkWaybarTheme = palette: ''
|
||||||
* { color: ${palette.fg}; }
|
* { color: ${palette.fg}; }
|
||||||
window#waybar { background: ${palette.bg}; border-top: 1px solid ${palette.bgAlt}; }
|
window#waybar { background: ${palette.bg}; border-top: 2px 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}; }
|
||||||
|
|
@ -252,8 +252,8 @@ in
|
||||||
height = "(0, 120)";
|
height = "(0, 120)";
|
||||||
origin = "top-right";
|
origin = "top-right";
|
||||||
offset = "16x16";
|
offset = "16x16";
|
||||||
padding = 16;
|
padding = 21;
|
||||||
horizontal_padding = 20;
|
horizontal_padding = 25;
|
||||||
frame_width = 1;
|
frame_width = 1;
|
||||||
frame_color = c.border;
|
frame_color = c.border;
|
||||||
separator_color = "frame";
|
separator_color = "frame";
|
||||||
|
|
@ -285,7 +285,10 @@ in
|
||||||
ctl = {
|
ctl = {
|
||||||
appname = "ctl";
|
appname = "ctl";
|
||||||
icon_position = "off";
|
icon_position = "off";
|
||||||
horizontal_padding = 28;
|
width = 300;
|
||||||
|
height = 50;
|
||||||
|
padding = 12;
|
||||||
|
format = "%s";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue