This commit is contained in:
2025-08-17 10:50:33 +02:00
parent 9ff830ccff
commit a63d9bf016
10 changed files with 104 additions and 20 deletions

View File

@@ -20,7 +20,7 @@
],
"tray": {
// "icon-size": 21,
"spacing": 10,
"spacing": 10
// "icons": {
// "blueman": "bluetooth",
// "TelegramDesktop": "$HOME/.local/share/icons/hicolor/16x16/apps/telegram.png"
@@ -92,6 +92,7 @@
"menu-actions": {
"shutdown": "shutdown -P now",
"reboot": "reboot",
"lock": "hyprlock",
"suspend": "systemctl suspend",
"hibernate": "systemctl hibernate"
}