Adding icons

This commit is contained in:
114465 2023-12-05 17:44:00 -05:00
parent 068a14c16a
commit 998bbc137b

View file

@ -3,13 +3,13 @@
"position": "top",
"modules-left":["custom/firefox"],
"custom/firefox": {
"format": "Firefox",
"format": "🌐 Firefox",
"interval": "once",
"on-click": "flatpak run org.mozilla.firefox"
},
"modules-right":["custom/wlogout"],
"custom/wlogout": {
"format": "Power",
"format": "Power",
"interval": "once",
"on-click": "wlogout -c 5 -r 5 -p layer-shell"
}