Also some tweaks to make use of more theme settings.
J253K4PJNI5D5TCNNJYNG7DSMVTY4NS2HX6ZAHQNKYAA735NCFAQC
CE6B4WAWIVJWL6YOKBOFJURBDM57MLRTOA6ZYJNW6CLUTKFCCORQC
E5WANV7PYNPZFSJE4AMZABQ76TUNKVZN3M6ZFD5V6CKAFKG444NAC
modules-right = [ "tray" "pulseaudio" "cpu" "memory" "network" "battery" "clock" ];
modules-right = [ "tray" "pulseaudio" "cpu" "memory" "disk" "network" "battery" "clock" ];
on-click = "kitty btop";
on-click = "kitty btop"; states = { warning = 70; critical = 90; }; }; disk = { format = " {percentage_used}%"; path = "/"; tooltip = true; tooltip-format = "Disk: {used}/{total} ({percentage_used}%)\nAvailable: {free}"; interval = 300;
states = {
warning = 70;
critical = 90;
};
disk = {
format = " {percentage_used}%";
path = "/";
tooltip = true;
tooltip-format = "Disk: {used}/{total} ({percentage_used}%)\nAvailable: {free}";
interval = 300;
font-size: 13px;
font-size: ${toString config.theme.font.size.small}px;
#workspaces button { padding: 0 10px; }
#workspaces button { padding: 0 ${toString config.theme.padding}px; }
#tray, #pulseaudio, #cpu, #memory, #network, #battery, #clock {
#tray, #pulseaudio, #cpu, #memory, #disk, #network, #battery, #clock {
#cpu.warning, #memory.warning {
#cpu.warning, #memory.warning, #disk.warning {
#cpu.critical, #memory.critical {
#cpu.critical, #memory.critical, #disk.critical {