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": { "tray": {
"icon-size": 16, "icon-size": 22,
"spacing": 10 "spacing": 10
} }
} }

View File

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