fix up waybar

This commit is contained in:
notgne2 2022-11-02 18:21:48 -07:00
parent c2ec5901c9
commit 5d1544dad7
Signed by: notgne2
SSH Key Fingerprint: SHA256:qlFCAimT/PvNIG3u+aYT9pIqFCWgu6sNsWjpV1vHLIE

View File

@ -399,7 +399,7 @@ in {
modules-right = ["pulseaudio" "custom/spacer" "memory" "custom/spacer" "cpu"] ++ lib.optionals cfg.battery ["custom/spacer" "battery"] ++ ["custom/spacer" "tray"]; modules-right = ["pulseaudio" "custom/spacer" "memory" "custom/spacer" "cpu"] ++ lib.optionals cfg.battery ["custom/spacer" "battery"] ++ ["custom/spacer" "tray"];
"custom/spacer" = { "custom/spacer" = {
format = ""; format = "";
rotate = 90; rotate = 90;
tooltip = false; tooltip = false;
}; };
@ -481,7 +481,7 @@ in {
critical = 10; critical = 10;
}; };
format = "{icon} {capacity}%"; format = "{icon} {capacity}%";
format-icons = ["" "" "" "" ""]; format-icons = ["" "" "" "" "" "" "" "" "" ""];
}; };
tray = { tray = {
@ -497,11 +497,9 @@ in {
} }
#custom-spacer { #custom-spacer {
font-size: 12px; font-size: 20px;
color: #${config.ezcolors.base16.base00}; color: #${config.ezcolors.base16.base00};
font-weight: bold; font-weight: bold;
margin: 0;
padding: 0;
} }
#workspaces, #workspaces,
@ -520,12 +518,13 @@ in {
#custom-weather-precip, #custom-weather-precip,
#custom-weather-wind, #custom-weather-wind,
#custom-media { #custom-media {
color: #${config.ezcolors.base16.base06};
font-size: ${toString (config.ezfonts.font.size + 1)}px;
background: #${config.ezcolors.base16.base00}; background: #${config.ezcolors.base16.base00};
padding: 5px 0; padding: 5px 0;
margin: 0;
} }
#workspaces { padding: 0 0 5px 0; } #workspaces { padding: 0 }
#clock.1 { padding: 5px 0 0 0; } #clock.1 { padding: 5px 0 0 0; }
#clock.2 { padding: 0 0 5px 0; } #clock.2 { padding: 0 0 5px 0; }
@ -560,9 +559,11 @@ in {
* { * {
font-family: "${config.ezfonts.font.name}"; font-family: "${config.ezfonts.font.name}";
font-size: ${toString (config.ezfonts.font.size + 1)}px;
border-radius: 0; border-radius: 0;
border: none; border-width: 0;
border-style: none;
margin: 0;
padding: 0;
} }
''; '';
}; };