Added laucher icon on Waybar

This commit is contained in:
Fabio Scotto di Santolo
2025-07-27 16:28:15 +02:00
parent 0a83c84866
commit f09f2700b9

View File

@@ -2,7 +2,7 @@
"layer": "top", // Waybar at top layer "layer": "top", // Waybar at top layer
"position": "top", // Waybar position (top|bottom|left|right) "position": "top", // Waybar position (top|bottom|left|right)
"modules-left": [ "modules-left": [
// "custom/launcher", "custom/launcher",
"sway/workspaces", "sway/workspaces",
"temperature", "temperature",
"idle_inhibitor", "idle_inhibitor",
@@ -23,8 +23,8 @@
"tray" "tray"
], ],
"custom/launcher": { "custom/launcher": {
"format": " ", "format": " " ,
"on-click": "~/.config/waybar/launcher.sh", "on-click": "fuzzel &",
"tooltip": false "tooltip": false
}, },
"sway/workspaces": { "sway/workspaces": {