From b7a55becead1aef9ee8dea7f9325c9c73c4b5070 Mon Sep 17 00:00:00 2001 From: Ayush Dumasia Date: Fri, 16 May 2025 14:49:57 +0530 Subject: [PATCH] =?UTF-8?q?chore=20=F0=9F=94=A7:=20Hypr,=20Waybar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hypr/hyprland.conf | 4 ++-- waybar/config.jsonc | 2 +- waybar/style.css | 15 +++++++++++++-- zsh/.zshrc | 2 ++ 4 files changed, 18 insertions(+), 5 deletions(-) diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index ca90385..1bdeeec 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -33,7 +33,7 @@ exec-once = [workspace 2] kitty ############################# ### Windows Rules ### ############################# -windowrule = opacity 1 override 1 override 1.0 override, class:Code +# windowrule = opacity 1 override 1 override 1.0 override, class:Code windowrule = opacity 1 override 1 override 1.0 override, class:zen-alpha windowrulev2 = workspace 1, class:zen-alpha windowrulev2 = workspace 1, class:firefox-bin @@ -58,7 +58,7 @@ general { gaps_in = 3 gaps_out = 6 - border_size = 0 + border_size = 2 col.active_border = rgb(8aadf4) rgb(24273A) rgb(24273A) rgb(8aadf4) 45deg col.inactive_border = rgb(24273A) rgb(24273A) rgb(24273A) rgb(27273A) 45deg diff --git a/waybar/config.jsonc b/waybar/config.jsonc index b3eeb0a..db806b7 100644 --- a/waybar/config.jsonc +++ b/waybar/config.jsonc @@ -123,7 +123,7 @@ "special": "S" }, "persistent-workspaces": { - "*": 3 + "*": 4 }, "on-click": "activate", "on-scroll-up": "hyprctl dispatch workspace e-1", diff --git a/waybar/style.css b/waybar/style.css index a2c8943..c9ca400 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -96,8 +96,6 @@ menu, margin: 3px; border-radius: 6px; border: none; - color: #f5e0dc; - /* background-color: #1e1e2e; */ transition: all 0.3s ease-in-out; opacity: 0.4; } @@ -116,6 +114,19 @@ menu, animation: none; } +#workspaces button:not(.active){ + color : #74c7ec; +} + +#workspaces button:nth-child(1):not(.active) { + color:#f38ba8; +} +#workspaces button:nth-child(2):not(.active) { + color: #f9e2af; +} +#workspaces button:nth-child(3):not(.active) { + color: #a6e3a1; +} #clock { padding: 0 15px; color: @beige; diff --git a/zsh/.zshrc b/zsh/.zshrc index 1a9a2c0..b4f32eb 100755 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -205,3 +205,5 @@ export PATH="$HOME/.cargo/bin:$PATH" # Todo Manager Alias alias todo='~/.todo/todo_tui.sh' alias todocli='~/.todo/todo_cli.sh' + +fastfetch