update: wazbar

This commit is contained in:
wyj
2024-05-26 00:50:57 -04:00
parent 24f4e6e424
commit 985b12cc6e
4 changed files with 27 additions and 20 deletions
+13 -8
View File
@@ -216,6 +216,18 @@
}
},
"group/tray": {
"orientation": "inherit",
"drawer": {
"transition-duration": 300,
"children-class": "not-memory",
"transition-left-to-right": false
},
"modules": [
"tray"
]
},
// System tray
"tray": {
"icon-size": 21,
@@ -267,17 +279,10 @@
// Group Hardware
"group/hardware": {
"orientation": "inherit",
"drawer": {
"transition-duration": 300,
"children-class": "not-memory",
"transition-left-to-right": false
},
"modules": [
"custom/system",
"disk",
"cpu",
"memory",
"hyprland/language"
"network"
]
},