1
0
forked from assada/dotfiles

nwgbar style

This commit is contained in:
2024-05-14 21:51:51 +03:00
parent f3de8024ce
commit 5a1f47bad4
2 changed files with 27 additions and 27 deletions

View File

@@ -2,21 +2,21 @@
{
"name": "Lock screen",
"exec": "swaylock -f -c 000000",
"icon": "system-lock-screen"
"icon": "/usr/share/nwg-launchers/nwgbar/images/lock.svg"
},
{
"name": "Logout",
"exec": "swaymsg exit",
"icon": "system-log-out"
"icon": "/usr/share/nwg-launchers/nwgbar/images/logout.svg"
},
{
"name": "Reboot",
"exec": "systemctl reboot",
"icon": "system-reboot"
"icon": "/usr/share/nwg-launchers/nwgbar/images/reboot.svg"
},
{
"name": "Shutdown",
"exec": "systemctl -i poweroff",
"icon": "system-shutdown"
"icon": "/usr/share/nwg-launchers/nwgbar/images/shutdown.svg"
}
]