From 795cc009400745e7c8c4dfe550a81a6a85df1ece Mon Sep 17 00:00:00 2001 From: coast Date: Thu, 25 Sep 2025 04:38:18 +0330 Subject: [PATCH] suicide --- config/hypr/hyprland.conf | 3 ++- config/waybar/style.css | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf index e7047be..30e805e 100644 --- a/config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -172,7 +172,8 @@ dwindle { # See https://wiki.hyprland.org/Configuring/Master-Layout/ for more master { - new_status = master + new_status = slave + new_on_top = true } # https://wiki.hyprland.org/Configuring/Variables/#misc diff --git a/config/waybar/style.css b/config/waybar/style.css index 51f11b4..03bf91c 100644 --- a/config/waybar/style.css +++ b/config/waybar/style.css @@ -4,8 +4,8 @@ @define-color white #ffffff; /* White */ * { - font-family: "JetBrainsMono Nerd Font", monospace; - font-size: 16px; + font-family: "UbuntuMono", monospace; + font-size: 18px; font-weight: bold; }