Update .config/hypr/hyprland.conf

Update .config/waybar/config.jsonc
Update .config/waybar/style.css
This commit is contained in:
2025-09-23 08:05:11 +02:00
parent cdd89ef2fe
commit f3063fc6f4
3 changed files with 10 additions and 11 deletions

View File

@@ -46,12 +46,4 @@ xwayland {
source = ./hyprland/binds/* source = ./hyprland/binds/*
source = ./hyprland/rules/* source = ./hyprland/rules/*
source = ./hyprland/general.conf source = ./hyprland/*
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

View File

@@ -40,6 +40,7 @@
"5": "", "5": "",
"8": "", "8": "",
"9": "", "9": "",
"10": "",
"default": "" "default": ""
} }
}, },
@@ -67,7 +68,7 @@
"on-scroll-up": "tz_up", "on-scroll-up": "tz_up",
"on-scroll-down": "tz_down" "on-scroll-down": "tz_down"
} }
}, }
}, },
"network": { "network": {
"format-wifi": "Wifi: {essid} ({signalStrength}%)  ", "format-wifi": "Wifi: {essid} ({signalStrength}%)  ",

View File

@@ -36,12 +36,17 @@ window#waybar {
} }
#workspaces button.active { #workspaces button.active {
box-shadow: inset 1px 4px 0 1px;
background-color: @surface0; background-color: @surface0;
box-shadow: inset 1px 4px 0 1px;
} }
#workspaces button.urgent { #workspaces button.urgent {
background-color: @red; background-color: @red;
animation-name: blink;
animation-duration: 1s;
animation-timing-function: steps(12);
animation-iteration-count: infinite;
animation-direction: alternate;
} }
/* Clock */ /* Clock */
@@ -75,6 +80,7 @@ window#waybar {
background-color: @sapphire; background-color: @sapphire;
} }
/* Battery */
#battery { #battery {
background-color: @base; background-color: @base;
} }