diff --git a/.TODO.md.swp b/.TODO.md.swp new file mode 100644 index 0000000..d292dda Binary files /dev/null and b/.TODO.md.swp differ 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; } - - ''; }; }