graphical/waybar: improve styling
This commit is contained in:
parent
52bbd13a24
commit
bc06c14d98
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue