change waybar config

This commit is contained in:
Frost-Phoenix 2023-11-12 23:51:45 +01:00
parent 220c89bd32
commit f86dc40f53
2 changed files with 10 additions and 9 deletions

View file

@ -84,8 +84,8 @@
on-scroll-down = "playerctl volume .05-"; on-scroll-down = "playerctl volume .05-";
}; };
memory= { memory= {
format= " {}%"; format= " {}%";
format-alt= " {used} GiB"; format-alt= " {used} GiB";
interval= 5; interval= 5;
}; };
cpu= { cpu= {
@ -106,9 +106,9 @@
}; };
pulseaudio= { pulseaudio= {
format= "{icon} {volume}%"; format= "{icon} {volume}%";
format-muted= "󰖁"; format-muted= "󰖁 ";
format-icons= { format-icons= {
default= [""]; default= [" "];
}; };
scroll-step= 5; scroll-step= 5;
on-click= "pamixer -t"; on-click= "pamixer -t";

View file

@ -20,6 +20,7 @@
font-weight: bold; font-weight: bold;
font-size: 14px; font-size: 14px;
min-height: 0; min-height: 0;
opacity: ${opacity};
} }
window#waybar { window#waybar {
@ -59,7 +60,7 @@
background-size: 200% 200%; background-size: 200% 200%;
} }
#tray, #pulseaudio, #network, cpu, memory, #tray, #pulseaudio, #network, #cpu, #memory,
#custom-playerctl.backward, #custom-playerctl.play, #custom-playerctl.foward{ #custom-playerctl.backward, #custom-playerctl.play, #custom-playerctl.foward{
background: #${custom.palette.tertiary_background_hex}; background: #${custom.palette.tertiary_background_hex};
font-weight: bold; font-weight: bold;
@ -70,13 +71,13 @@
color: #${custom.tertiary_accent}; color: #${custom.tertiary_accent};
border-radius: 10px 0px 0px 24px; border-radius: 10px 0px 0px 24px;
padding-left: 15px; padding-left: 15px;
padding-right: 8px; padding-right: 9px;
margin-left: 7px; margin-left: 7px;
} }
#memory { #memory {
color: #${custom.tertiary_accent}; color: #${custom.tertiary_accent};
border-radius: 0px 24px 10px 0px; border-radius: 0px 24px 10px 0px;
padding-left: 8px; padding-left: 9px;
padding-right: 15px; padding-right: 15px;
} }
@ -91,13 +92,13 @@
color: #${custom.tertiary_accent}; color: #${custom.tertiary_accent};
border-radius: 10px 0px 0px 24px; border-radius: 10px 0px 0px 24px;
padding-left: 15px; padding-left: 15px;
padding-right: 8px; padding-right: 9px;
margin-left: 7px; margin-left: 7px;
} }
#network { #network {
color: #${custom.tertiary_accent}; color: #${custom.tertiary_accent};
border-radius: 0px 24px 10px 0px; border-radius: 0px 24px 10px 0px;
padding-left: 8px; padding-left: 9px;
padding-right: 15px; padding-right: 15px;
} }