Wlogout integration in hyprland.conf + waybar.

This commit is contained in:
duma97
2025-11-14 23:46:44 +04:00
parent ae07c13a64
commit 2c2e199a3b
3 changed files with 15 additions and 2 deletions
+6 -1
View File
@@ -5,7 +5,7 @@
"reload_style_on_change": true,
"modules-left": ["hyprland/workspaces"],
"modules-center": ["clock"],
"modules-right": ["group/expand","pulseaudio","bluetooth","network","custom/power-profile","battery"],
"modules-right": ["group/expand","pulseaudio","bluetooth","network","custom/power-profile","battery","custom/wlogout"],
"hyprland/workspaces": {
"format": "{name}",
@@ -112,5 +112,10 @@
"temperature": {
"critical-threshold": 80,
"format": ""
},
"custom/wlogout": {
"format": "⏻",
"tooltip": false,
"on-click": "wlogout"
}
}