Regenerated
This commit is contained in:
+326
-296
File diff suppressed because it is too large
Load Diff
@@ -2678,6 +2678,7 @@ These are config files for waybar
|
||||
"modules-center": [
|
||||
"group/connections",
|
||||
"hyprland/workspaces",
|
||||
"custom/windows",
|
||||
"group/hardware",
|
||||
],
|
||||
|
||||
@@ -2738,6 +2739,12 @@ These are config files for waybar
|
||||
|
||||
|
||||
"hyprland/workspaces": {
|
||||
"class": "workspaces",
|
||||
"format": "{name}",
|
||||
"interval": 2,
|
||||
},
|
||||
|
||||
"custom/windows": {
|
||||
"class": "workspaces",
|
||||
"format": "{name}",
|
||||
"exec": "~/.config/waybar/scripts/hypr-workspaces.sh",
|
||||
@@ -2747,6 +2754,7 @@ These are config files for waybar
|
||||
"tooltip": true
|
||||
},
|
||||
|
||||
|
||||
"custom/bluetooth": {
|
||||
"exec": "~/.config/waybar/scripts/bluetooth-status.sh",
|
||||
"interval": 5,
|
||||
@@ -2973,6 +2981,28 @@ window#waybar {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
#custom-windows {
|
||||
opacity: 0;
|
||||
min-width: 0;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
transition: all 0.2s ease;
|
||||
}
|
||||
|
||||
#custom-windows.active {
|
||||
padding: 0px 5px;
|
||||
border-radius: 10px;
|
||||
border: 2px solid transparent;
|
||||
background-color: transparent;
|
||||
font-weight: normal;
|
||||
transition: all 0.2s ease;
|
||||
min-width: 30px;
|
||||
}
|
||||
|
||||
/* --------------------------------------------------------- */
|
||||
/* Unstyled Modules */
|
||||
/* --------------------------------------------------------- */
|
||||
|
||||
#clock,
|
||||
#idle_inhibitor,
|
||||
#battery,
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
"modules-center": [
|
||||
"group/connections",
|
||||
"hyprland/workspaces",
|
||||
"custom/windows",
|
||||
"group/hardware",
|
||||
],
|
||||
|
||||
@@ -74,6 +75,12 @@
|
||||
|
||||
|
||||
"hyprland/workspaces": {
|
||||
"class": "workspaces",
|
||||
"format": "{name}",
|
||||
"interval": 2,
|
||||
},
|
||||
|
||||
"custom/windows": {
|
||||
"class": "workspaces",
|
||||
"format": "{name}",
|
||||
"exec": "~/.config/waybar/scripts/hypr-workspaces.sh",
|
||||
@@ -83,6 +90,7 @@
|
||||
"tooltip": true
|
||||
},
|
||||
|
||||
|
||||
"custom/bluetooth": {
|
||||
"exec": "~/.config/waybar/scripts/bluetooth-status.sh",
|
||||
"interval": 5,
|
||||
|
||||
@@ -118,6 +118,28 @@ window#waybar {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
#custom-windows {
|
||||
opacity: 0;
|
||||
min-width: 0;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
transition: all 0.2s ease;
|
||||
}
|
||||
|
||||
#custom-windows.active {
|
||||
padding: 0px 5px;
|
||||
border-radius: 10px;
|
||||
border: 2px solid transparent;
|
||||
background-color: transparent;
|
||||
font-weight: normal;
|
||||
transition: all 0.2s ease;
|
||||
min-width: 30px;
|
||||
}
|
||||
|
||||
/* --------------------------------------------------------- */
|
||||
/* Unstyled Modules */
|
||||
/* --------------------------------------------------------- */
|
||||
|
||||
#clock,
|
||||
#idle_inhibitor,
|
||||
#battery,
|
||||
|
||||
Reference in New Issue
Block a user