From b907255503239b35a6eee74174bf59d4d8ee9cf5 Mon Sep 17 00:00:00 2001 From: hesam-init Date: Thu, 11 Apr 2024 14:49:17 +0330 Subject: [PATCH] chore: waybar font for laptop monitor scale --- configs/hyprland/hypr/configs/monitor/variants/laptop.conf | 4 ++-- configs/hyprland/waybar/mini-river/style.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configs/hyprland/hypr/configs/monitor/variants/laptop.conf b/configs/hyprland/hypr/configs/monitor/variants/laptop.conf index 1070e8e..6dd82a4 100644 --- a/configs/hyprland/hypr/configs/monitor/variants/laptop.conf +++ b/configs/hyprland/hypr/configs/monitor/variants/laptop.conf @@ -1,7 +1,7 @@ -# ----------------------------------------------------- +# ----------------------------------------------------- # Monitor Setup # name: "1920x1080" -# ----------------------------------------------------- +# ----------------------------------------------------- monitor=,1920x1080@60,auto,1.2 diff --git a/configs/hyprland/waybar/mini-river/style.css b/configs/hyprland/waybar/mini-river/style.css index 03b2f8d..3d12c84 100644 --- a/configs/hyprland/waybar/mini-river/style.css +++ b/configs/hyprland/waybar/mini-river/style.css @@ -2,7 +2,7 @@ @import "../style/main.css"; * { - font-size: 12px; + font-size: 10px; } window { @@ -10,7 +10,7 @@ window { } window>box { - min-height: 36px; + min-height: 32px; padding: 6px; padding-bottom: 2px; } \ No newline at end of file