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": [
|
"modules-center": [
|
||||||
"group/connections",
|
"group/connections",
|
||||||
"hyprland/workspaces",
|
"hyprland/workspaces",
|
||||||
|
"custom/windows",
|
||||||
"group/hardware",
|
"group/hardware",
|
||||||
],
|
],
|
||||||
|
|
||||||
@@ -2738,6 +2739,12 @@ These are config files for waybar
|
|||||||
|
|
||||||
|
|
||||||
"hyprland/workspaces": {
|
"hyprland/workspaces": {
|
||||||
|
"class": "workspaces",
|
||||||
|
"format": "{name}",
|
||||||
|
"interval": 2,
|
||||||
|
},
|
||||||
|
|
||||||
|
"custom/windows": {
|
||||||
"class": "workspaces",
|
"class": "workspaces",
|
||||||
"format": "{name}",
|
"format": "{name}",
|
||||||
"exec": "~/.config/waybar/scripts/hypr-workspaces.sh",
|
"exec": "~/.config/waybar/scripts/hypr-workspaces.sh",
|
||||||
@@ -2747,6 +2754,7 @@ These are config files for waybar
|
|||||||
"tooltip": true
|
"tooltip": true
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
"custom/bluetooth": {
|
"custom/bluetooth": {
|
||||||
"exec": "~/.config/waybar/scripts/bluetooth-status.sh",
|
"exec": "~/.config/waybar/scripts/bluetooth-status.sh",
|
||||||
"interval": 5,
|
"interval": 5,
|
||||||
@@ -2973,6 +2981,28 @@ window#waybar {
|
|||||||
background: transparent;
|
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,
|
#clock,
|
||||||
#idle_inhibitor,
|
#idle_inhibitor,
|
||||||
#battery,
|
#battery,
|
||||||
|
|||||||
@@ -14,6 +14,7 @@
|
|||||||
"modules-center": [
|
"modules-center": [
|
||||||
"group/connections",
|
"group/connections",
|
||||||
"hyprland/workspaces",
|
"hyprland/workspaces",
|
||||||
|
"custom/windows",
|
||||||
"group/hardware",
|
"group/hardware",
|
||||||
],
|
],
|
||||||
|
|
||||||
@@ -74,6 +75,12 @@
|
|||||||
|
|
||||||
|
|
||||||
"hyprland/workspaces": {
|
"hyprland/workspaces": {
|
||||||
|
"class": "workspaces",
|
||||||
|
"format": "{name}",
|
||||||
|
"interval": 2,
|
||||||
|
},
|
||||||
|
|
||||||
|
"custom/windows": {
|
||||||
"class": "workspaces",
|
"class": "workspaces",
|
||||||
"format": "{name}",
|
"format": "{name}",
|
||||||
"exec": "~/.config/waybar/scripts/hypr-workspaces.sh",
|
"exec": "~/.config/waybar/scripts/hypr-workspaces.sh",
|
||||||
@@ -83,6 +90,7 @@
|
|||||||
"tooltip": true
|
"tooltip": true
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
"custom/bluetooth": {
|
"custom/bluetooth": {
|
||||||
"exec": "~/.config/waybar/scripts/bluetooth-status.sh",
|
"exec": "~/.config/waybar/scripts/bluetooth-status.sh",
|
||||||
"interval": 5,
|
"interval": 5,
|
||||||
|
|||||||
@@ -118,6 +118,28 @@ window#waybar {
|
|||||||
background: transparent;
|
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,
|
#clock,
|
||||||
#idle_inhibitor,
|
#idle_inhibitor,
|
||||||
#battery,
|
#battery,
|
||||||
|
|||||||
Reference in New Issue
Block a user