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