This commit is contained in:
nub31
2025-05-10 14:47:51 +02:00
parent 51113330df
commit 71bc8f2de9
9 changed files with 85 additions and 25 deletions

View File

@@ -6,7 +6,7 @@
"passthrough": false,
"gtk-layer-shell": true,
"height": 50,
"modules-left": ["custom/launch_wofi","hyprland/workspaces","cpu","memory","disk","clock"],
"modules-left": ["custom/launch_rofi","hyprland/workspaces","cpu","memory","disk","clock"],
"modules-center": ["wlr/taskbar"],
"modules-right": ["network","battery","backlight","pulseaudio","pulseaudio#microphone","tray"],
@@ -15,9 +15,9 @@
"format": "{}"
},
"custom/launch_wofi": {
"custom/launch_rofi": {
"format": "",
"on-click": "sh -c '(killall wofi; wofi --show drun)' & disown",
"on-click": "sh -c 'rofi -show drun -config ~/.config/rofi/config.rasi' & disown",
"tooltip": false
},