FEAT: updated theme stuff and nwg-bar

This commit is contained in:
2025-03-29 20:29:36 +01:00
parent d9375906f0
commit 0050404bd9
7 changed files with 45 additions and 28 deletions
+3 -3
View File
@@ -1,12 +1,12 @@
[
{
"label": "Lock",
"exec": "swaylock -f -c 000000",
"exec": "hyprlock",
"icon": "/usr/share/nwg-bar/images/system-lock-screen.svg"
},
{
"label": "Logout",
"exec": "swaymsg exit",
"exec": "hyprctl dispatch exit 1",
"icon": "/usr/share/nwg-bar/images/system-log-out.svg"
},
{
@@ -19,4 +19,4 @@
"exec": "systemctl -i poweroff",
"icon": "/usr/share/nwg-bar/images/system-shutdown.svg"
}
]
]