change waybar config

This commit is contained in:
Frost-Phoenix 2023-11-13 19:13:32 +01:00
parent 2de1570126
commit 36f7aacdb1
2 changed files with 13 additions and 1 deletions

View file

@ -33,6 +33,7 @@
"tray"
"cpu"
"memory"
"disk"
"pulseaudio"
"network"
"clock"
@ -93,6 +94,11 @@
format-alt= " {avg_frequency} GHz";
interval= 2;
};
disk = {
path = "/";
format = "󰋊 {percentage_used}%";
interval= 60;
};
network = {
format-wifi = " {signalStrength}%";
format-ethernet = "󰀂 ";

View file

@ -60,7 +60,7 @@
background-size: 200% 200%;
}
#tray, #pulseaudio, #network, #cpu, #memory,
#tray, #pulseaudio, #network, #cpu, #memory, #disk,
#custom-playerctl.backward, #custom-playerctl.play, #custom-playerctl.foward{
background: #${custom.palette.tertiary_background_hex};
font-weight: bold;
@ -74,6 +74,12 @@
padding-right: 9px;
margin-left: 7px;
}
#disk {
color: #${custom.tertiary_accent};
border-radius: 0px 0 0px 0px;
padding-left: 9px;
padding-right: 9px;
}
#memory {
color: #${custom.tertiary_accent};
border-radius: 0px 24px 10px 0px;