waybar: 4k baby

Increased font size
This commit is contained in:
2024-05-20 23:22:41 +03:00
parent 7ce12e1a55
commit cb97f78456
2 changed files with 4 additions and 7 deletions

View File

@@ -58,7 +58,7 @@
}
},
"tray": {
"icon-size": 16,
"icon-size": 22,
"spacing": 10
}
}

View File

@@ -9,16 +9,13 @@ window#waybar {
color: @foreground;
font-family: "Iosevka NF", "Fira Code Nerd Font", "Font Awesome 6 Free",
"Font Awesome 6 Brands";
font-size: 14px;
}
window.eDP-1 * {
font-size: 16px;
font-size: 22px;
}
#workspaces button {
color: @foreground;
border-radius: 0;
padding: 12px 28px;
}
#workspaces button.focused {
@@ -37,7 +34,7 @@ window.eDP-1 * {
#cpu,
#custom-gpu-usage,
#disk {
margin: 6px;
margin: 8px;
padding: 0;
}