Update hypr

This commit is contained in:
2025-04-09 21:11:14 +02:00
parent 125d671421
commit 85b5e29021
5 changed files with 69 additions and 17 deletions
+1 -1
View File
@@ -17,10 +17,10 @@
],
"modules-right": [
"hyprland/workspaces",
"tray",
"custom/cpu",
"custom/mem",
"battery",
"tray",
"clock",
],
"hyprland/window": {
+16 -6
View File
@@ -33,7 +33,6 @@ button {
/* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */
button:hover {
background: inherit;
box-shadow: inset 0 -3px #ffffff;
}
#workspaces {
@@ -44,19 +43,30 @@ button:hover {
#workspaces button {
padding: 0px 0px;
background-color: transparent;
color: #ffffff;
background-color: white;
color: #000000;
border-radius: 50px;
border-color: transparent;
border: 1px solid;
border-color: transparent;
}
#workspaces button.empty {
color: #777777;
color: white;
background-color: transparent;
}
#workspaces button.active {
color: #ffffff;
color: black;
font-weight: bold;
background-color: @green;
border-radius: 50px;
}
#workspaces button.active.empty {
font-weight: bold;
background-color: transparent;
border-color: @green;
color: @green;
}
#workspaces button:hover {