Regenerated
This commit is contained in:
+328
-336
File diff suppressed because it is too large
Load Diff
+22
-26
@@ -2661,7 +2661,7 @@ These are config files for waybar
|
||||
"layer": "top",
|
||||
"height": 34,
|
||||
|
||||
//"modules-left": ["hyprland/window"],
|
||||
"modules-left": ["group/hardware"],
|
||||
|
||||
"modules-center": [
|
||||
"hyprland/workspaces",
|
||||
@@ -2684,6 +2684,7 @@ These are config files for waybar
|
||||
"transition-left-to-right": false
|
||||
},
|
||||
"modules": [
|
||||
"custom/hardware-wrap",
|
||||
"cpu",
|
||||
"memory",
|
||||
"temperature",
|
||||
@@ -2691,6 +2692,11 @@ These are config files for waybar
|
||||
]
|
||||
},
|
||||
|
||||
"custom/hardware-wrap": {
|
||||
"format": Hardware
|
||||
"tooltip-format": "Hardware group"
|
||||
}
|
||||
|
||||
"custom/hypr-workspaces": {
|
||||
"format": "{text}",
|
||||
"exec": "~/.config/waybar/scripts/hypr-workspaces.sh",
|
||||
@@ -2819,31 +2825,6 @@ window#waybar {
|
||||
transition-duration: 0.5s;
|
||||
}
|
||||
|
||||
/* Shared workspace-like button */
|
||||
.workspace-like {
|
||||
padding: 0px 1px;
|
||||
min-width: 80px;
|
||||
color: @text;
|
||||
border-radius: 10px;
|
||||
border: 2px solid @inactive;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
/* Hover */
|
||||
.workspace-like:hover {
|
||||
background-color: @surface1;
|
||||
color: @text;
|
||||
}
|
||||
|
||||
/* Active (same as workspace active but reused) */
|
||||
.workspace-like.active {
|
||||
font-weight: bold;
|
||||
border: 1px solid transparent;
|
||||
background:
|
||||
linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)) padding-box,
|
||||
linear-gradient(45deg, @blue, @green) border-box;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
@apply .workspace-like;
|
||||
}
|
||||
@@ -2919,6 +2900,21 @@ window#waybar {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
#custom-hardware-wrap {
|
||||
box-shadow: none;
|
||||
background: #202131;
|
||||
text-shadow: none;
|
||||
padding: 0px;
|
||||
border-radius: 5px;
|
||||
margin-top: 3px;
|
||||
margin-bottom: 3px;
|
||||
margin-right: 6px;
|
||||
margin-left: 6px;
|
||||
padding-right: 4px;
|
||||
padding-left: 4px;
|
||||
color: #98C379;
|
||||
}
|
||||
|
||||
#clock,
|
||||
#idle_inhibitor,
|
||||
#battery,
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"layer": "top",
|
||||
"height": 34,
|
||||
|
||||
//"modules-left": ["hyprland/window"],
|
||||
"modules-left": ["group/hardware"],
|
||||
|
||||
"modules-center": [
|
||||
"hyprland/workspaces",
|
||||
@@ -25,6 +25,7 @@
|
||||
"transition-left-to-right": false
|
||||
},
|
||||
"modules": [
|
||||
"custom/hardware-wrap",
|
||||
"cpu",
|
||||
"memory",
|
||||
"temperature",
|
||||
@@ -32,6 +33,11 @@
|
||||
]
|
||||
},
|
||||
|
||||
"custom/hardware-wrap": {
|
||||
"format": Hardware
|
||||
"tooltip-format": "Hardware group"
|
||||
}
|
||||
|
||||
"custom/hypr-workspaces": {
|
||||
"format": "{text}",
|
||||
"exec": "~/.config/waybar/scripts/hypr-workspaces.sh",
|
||||
|
||||
Reference in New Issue
Block a user