Update hypr
This commit is contained in:
+1
-1
@@ -17,10 +17,10 @@
|
||||
],
|
||||
"modules-right": [
|
||||
"hyprland/workspaces",
|
||||
"tray",
|
||||
"custom/cpu",
|
||||
"custom/mem",
|
||||
"battery",
|
||||
"tray",
|
||||
"clock",
|
||||
],
|
||||
"hyprland/window": {
|
||||
|
||||
+16
-6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user