fix icons

This commit is contained in:
mjallen18
2024-08-26 16:54:22 -05:00
parent f3c53ca33b
commit c42e4f5a98
20 changed files with 206 additions and 76 deletions

View File

@@ -56,7 +56,7 @@
"custom/updates" = {
tooltip = true;
format = { };
interval = 60;
interval = 30;
exec = "sudo waybar-updates";
return-type = "json";
};
@@ -147,17 +147,17 @@
format = "{icon}";
format-icons = {
locked = "󰪛";
unlocked = "";
unlocked = " ";
};
};
"keyboard-state#numlock" = {
numlock = true;
icon-size = 30;
icon-size = 60;
format = "{icon}";
format-icons = {
locked = "󰎣";
unlocked = "";
unlocked = " ";
};
};
};
@@ -302,16 +302,16 @@
#keyboard-state.numlock {
color: @maroon;
background-color: @surface0;
padding: 0.5rem 1rem;
padding: 0.5rem;
margin: 5px 0;
border-radius: 0;
font-size: 50px;
font-size: 10rem;
}
#keyboard-state.capslock {
color: @peach;
background-color: @surface0;
padding: 0.5rem 1rem;
padding: 0.5rem;
margin: 5px 0;
border-radius: 0;
font-size: 18px;