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

@@ -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;
}