From f3063fc6f4b60d2e0bb366f422778fb2f2e739f0 Mon Sep 17 00:00:00 2001 From: Szymon P Date: Tue, 23 Sep 2025 08:05:11 +0200 Subject: [PATCH] Update .config/hypr/hyprland.conf Update .config/waybar/config.jsonc Update .config/waybar/style.css --- private_dot_config/hypr/hyprland.conf | 10 +--------- private_dot_config/waybar/config.jsonc | 3 ++- private_dot_config/waybar/style.css | 8 +++++++- 3 files changed, 10 insertions(+), 11 deletions(-) diff --git a/private_dot_config/hypr/hyprland.conf b/private_dot_config/hypr/hyprland.conf index 6917cfb..b3dd347 100644 --- a/private_dot_config/hypr/hyprland.conf +++ b/private_dot_config/hypr/hyprland.conf @@ -46,12 +46,4 @@ xwayland { source = ./hyprland/binds/* source = ./hyprland/rules/* -source = ./hyprland/general.conf -source = ./hyprland/decoration.conf -source = ./hyprland/animations.conf -source = ./hyprland/layouts.conf -source = ./hyprland/workspaces.conf -source = ./hyprland/exec.conf -source = ./hyprland/monitors.conf -exec-once = hyprpm reload -n -exec-once = ~/.local/bin/random_wallpaper.sh sfw +source = ./hyprland/* diff --git a/private_dot_config/waybar/config.jsonc b/private_dot_config/waybar/config.jsonc index 92d38a5..065a2b3 100644 --- a/private_dot_config/waybar/config.jsonc +++ b/private_dot_config/waybar/config.jsonc @@ -40,6 +40,7 @@ "5": "", "8": "", "9": "", + "10": "", "default": "" } }, @@ -67,7 +68,7 @@ "on-scroll-up": "tz_up", "on-scroll-down": "tz_down" } - }, + } }, "network": { "format-wifi": "Wifi: {essid} ({signalStrength}%)  ", diff --git a/private_dot_config/waybar/style.css b/private_dot_config/waybar/style.css index fb5a218..c69fdde 100644 --- a/private_dot_config/waybar/style.css +++ b/private_dot_config/waybar/style.css @@ -36,12 +36,17 @@ window#waybar { } #workspaces button.active { - box-shadow: inset 1px 4px 0 1px; background-color: @surface0; + box-shadow: inset 1px 4px 0 1px; } #workspaces button.urgent { background-color: @red; + animation-name: blink; + animation-duration: 1s; + animation-timing-function: steps(12); + animation-iteration-count: infinite; + animation-direction: alternate; } /* Clock */ @@ -75,6 +80,7 @@ window#waybar { background-color: @sapphire; } +/* Battery */ #battery { background-color: @base; }