wlogout
This commit is contained in:
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user