update test configuration of hyprland

This commit is contained in:
Alexander Navarro 2024-01-26 16:05:14 -03:00
parent 225bbe1b22
commit 7b6cbaf8ff
3 changed files with 56 additions and 32 deletions

View file

@ -4,9 +4,7 @@
"spacing": 4, // Gaps between modules (4px)
// Choose the order of the modules
"modules-left": [
"sway/workspaces",
"sway/mode",
"sway/scratchpad",
"hyprland/workspaces",
"custom/media"
],
"modules-center": [
@ -14,16 +12,13 @@
],
"modules-right": [
"idle_inhibitor",
"cpu",
"memory",
"temperature",
"pulseaudio",
"network",
"battery",
"clock"
],
// Modules configuration
"sway/workspaces": {
"hyprland/workspaces": {
"disable-scroll": true,
"warp-on-scroll": true,
"format": "{icon}",
@ -45,16 +40,6 @@
"unlocked": ""
}
},
"sway/mode": {
"format": "<span style=\"italic\">{}</span>"
},
"sway/scratchpad": {
"format": "{icon} {count}",
"show-empty": false,
"format-icons": ["", ""],
"tooltip": true,
"tooltip-format": "{app}: {title}"
},
"mpd": {
"format": "{stateIcon} {consumeIcon}{randomIcon}{repeatIcon}{singleIcon}{artist} - {album} - {title} ({elapsedTime:%M:%S}/{totalTime:%M:%S}) ⸨{songPosition}|{queueLength}⸩ {volume}% ",
"format-disconnected": "Disconnected ",
@ -101,7 +86,7 @@
"cpu": {
"format": "{usage}% ",
"tooltip": false
},
},
"memory": {
"format": "{}% "
},