From afe8627d34590573e593cb9ec7e82d7c480326d0 Mon Sep 17 00:00:00 2001 From: Odweta Date: Sun, 11 Jan 2026 22:33:59 +0100 Subject: [PATCH] ux/ui --- .TODO.md.swp | Bin 0 -> 12288 bytes hyprland.nix | 7 ++----- waybar.nix | 7 ------- 3 files changed, 2 insertions(+), 12 deletions(-) create mode 100644 .TODO.md.swp diff --git a/.TODO.md.swp b/.TODO.md.swp new file mode 100644 index 0000000000000000000000000000000000000000..d292dda6ca36c73eefc943ad039820ef8d47bc9c GIT binary patch literal 12288 zcmeI%Jx;?g6bJBEh7L#w1Q#$c2KoULGb{+9ECqF8Fo{Vl#dZ`sDlBjTxD_Ku-~b$e z1MpnJ!cZa6rPANh)3f8}C+oLGz8zhkUy75#n0RavrTttVsCAkcBA3rpka1)2u=?Kl z#U=CI$M1&2dHrybo}~km|KS`;AOL}72yD>t(RdU)?eFc1o$ae-G(`^xKmY;|fB*y_ z009UVI>soi;ewTZ{a<@c+00bZa0SG_<0uX=z1Rwwb2tZ&31tdSf-)s`S zaK!ijpa1_)UVm`BbG&i9a>SZv4h#rD00Izz00bZa0SG_<0uX=z1pXnA2=9z4-Awog zn~73Yx-}wq;Z9e|3vGiFtu34@DwQ8*W#bGN5FZOl##}ern@YAeD^(M}bDL0VTk!ls SsakqJJ>~h-wT+cklF%0rc0^DB literal 0 HcmV?d00001 diff --git a/hyprland.nix b/hyprland.nix index ab80964..d53a9c8 100644 --- a/hyprland.nix +++ b/hyprland.nix @@ -54,15 +54,12 @@ }; master = { + new_status = "master"; mfact = 0.5; }; decoration = { - rounding = 8; - blur = { - size = 3; - passes = 2; - }; + rounding = 0; }; misc = { diff --git a/waybar.nix b/waybar.nix index d7d5fc1..5a25e7c 100644 --- a/waybar.nix +++ b/waybar.nix @@ -73,7 +73,6 @@ background-color: #1a1b26; padding: 0.3rem 0.7rem; margin: 5px 0px; /* 5px top/bottom margin, 0px left/right (base for individual control) */ - border-radius: 6px; /* These modules are always rounded */ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); min-width: 0; border: none; @@ -99,7 +98,6 @@ #workspaces button { color: #babbf1; - border-radius: 5px; /* Workspaces buttons are always rounded */ padding: 0.3rem 0.6rem; background: transparent; transition: all 0.2s ease-in-out; @@ -123,7 +121,6 @@ background-color: #1a1b26; padding: 0.3rem 0.7rem; margin: 5px 0px; - border-radius: 6px; /* This module is always rounded */ box-shadow: 0 1px 3px rgba(153, 209, 219, 0.2); min-width: 0; border: none; @@ -183,7 +180,6 @@ background-color: #1a1b26; padding: 0.3rem 0.7rem; margin: 5px 0px; - border-radius: 0; box-shadow: none; min-width: 0; border: none; @@ -267,13 +263,10 @@ color: #dddddd; padding: 5px 12px; margin: 5px 0px; - border-radius: 6px; border: 1px solid rgba(255, 255, 255, 0.1); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); font-size: 12px; } - - ''; }; }