finally it looks ok

This commit is contained in:
Barrett Ruth 2026-02-14 18:20:13 -05:00
parent 7f428bf4fa
commit cd5effab8f
Signed by: barrett
GPG key ID: A6C96C9349D2FC81

View file

@ -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";
}; };
}; };
}; };