graphical/waybar: improve styling

feat/authelia
Benjamin Yule Bädorf 2024-03-27 00:06:53 +01:00
parent 52bbd13a24
commit bc06c14d98
Signed by: b12f
GPG Key ID: 729956E1124F8F26
2 changed files with 8 additions and 4 deletions

View File

@ -54,6 +54,10 @@ window#waybar {
font-size: 16px;
}
#clock {
margin-right: 12px;
}
#pulseaudio {
/* border-top: 1px solid transparent; */
font-size: 16px;
@ -70,7 +74,7 @@ window#waybar {
color: @base0B;
}
#battery.full {
margin: 0px 0px 0px 0px;
color: @base0D;
}

View File

@ -15,7 +15,7 @@ in {
position = "top";
height = 32;
spacing = 12;
spacing = 16;
modules-left = ["sway/workspaces"];
modules-center = ["sway/mode"];
modules-right = ["network" "tray" "sway/language" "pulseaudio" "battery" "clock"];
@ -36,7 +36,7 @@ in {
};
tray = {
icon-size = 16;
spacing = 12;
spacing = 16;
};
clock = {
tooltip-format = "<tt><small>{calendar}</small></tt>";
@ -59,7 +59,7 @@ in {
critical = 25;
};
full-at = 90;
format = "<span font='12'>{icon}</span> {capacity}%";
format = "<span font='12'>{icon}</span> {capacity}%";
format-icons = ["" "" "" "" ""];
};
network = {