forked from assada/dotfiles
nwgbar style
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user