This commit is contained in:
2024-12-17 14:54:55 +01:00
parent 05499d1bf7
commit 7256aef51f
11 changed files with 95 additions and 5 deletions

View File

@ -1,13 +1,13 @@
{
"layer": "top",
"output" : "DP-2",
"output": "DP-2",
"modules-left": [
"custom/power",
"hyprland/workspaces",
"custom/spotify"
],
"modules-center": [
"clock",
"clock"
],
"modules-right": [
"privacy",
@ -21,6 +21,7 @@
"custom/power": {
"format": "⏻",
"tooltip": false,
"on-click": "hyprctl dispatch exec 'wlogout -b 6 -L 1100 -R 1100 -T 650 -B 650'"
},
"hyprland/workspaces": {
"format": "{name}",
@ -29,7 +30,7 @@
"on-click": "none"
},
"clock": {
"format": "{0:%H:%M:%S}",
"format": "{0:%b, %d %H:%M:%S}",
"interval": 1,
"tooltip": true,
"tooltip-format": "{0:%A, %d.%m.%Y W%W}"
@ -67,7 +68,7 @@
"memory": {
"format": " {percentage}% ({used}G)",
"interval": 5,
"on-click": "hyprctl dispatch exec 'resources -t memory'"
"on-click": "hyprctl dispatch exec 'resources -t memory'"
},
"pulseaudio": {
"format": "{icon} {volume}%",
@ -108,4 +109,4 @@
"return-type": "json",
"interval": 5
}
}
}