From f5cf58967771e310e7cb29804b99554384ded610 Mon Sep 17 00:00:00 2001 From: Ivan Bushchik Date: Mon, 1 Jan 2024 16:58:33 +0300 Subject: [PATCH] Change sizes Signed-off-by: Ivan Bushchik --- configs/sway/config | 4 ++-- configs/waybar/config | 2 +- configs/waybar/style.css | 12 ++++++------ 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/configs/sway/config b/configs/sway/config index 40b3995..c38c123 100644 --- a/configs/sway/config +++ b/configs/sway/config @@ -34,9 +34,9 @@ xwayland enable default_border pixel 1 gaps inner 8 -font "JetBrains Mono" 9 +font "JetBrains Mono" 11 -#output * scale 2 +output * scale 1.666 include ~/.config/sway/themes/catppuccin-macchiato diff --git a/configs/waybar/config b/configs/waybar/config index 2ed24e2..8309c87 100644 --- a/configs/waybar/config +++ b/configs/waybar/config @@ -1,5 +1,5 @@ { - "height": 32, + "height": 38, "position": "top", "modules-left": ["sway/workspaces", "sway/mode"], "modules-center": [], diff --git a/configs/waybar/style.css b/configs/waybar/style.css index a8ef260..191f99b 100644 --- a/configs/waybar/style.css +++ b/configs/waybar/style.css @@ -1,7 +1,7 @@ @import "macchiato.css"; * { font-family: "JetBrains Mono", "Noto Sans"; - font-size: 7pt; + font-size: 8pt; border: none; font-weight: 400; padding: 1px 1px; @@ -10,7 +10,7 @@ window#waybar { color: transparent; background: @base; - opacity: 0.85; + opacity: 0.90; padding-top: 0; padding-bottom: 0; margin-top: 8px; @@ -39,7 +39,7 @@ button:hover { } .modules-left { - padding-left: 4px; + padding-left: 8px; border-radius: 8px; color: @text; } @@ -47,7 +47,7 @@ button:hover { transition: none; background: @base; color: @text; - padding-right: 4px; + padding-right: 8px; } #workspaces { @@ -58,7 +58,7 @@ button:hover { } #language, #clock, #battery, #cpu, #memory, #disk, #temperature, #backlight, #network, #pulseaudio, #custom-media, #tray, #mode, #idle_inhibitor, #mpd, #custom-loadavg, #custom-uptime, #wireplumber { - padding: 0 4px; + padding: 0 8px; margin: 2 1px; background-color: @mantle; border-radius: 8px; @@ -82,5 +82,5 @@ label:focus { #language { padding: 0 4px; - min-width: 16px; + min-width: 24px; }