Rofi Clipboard-Menü mit Catppuccin-Theme und eigenem Script

Clipboard-History (Super+C) nutzte bisher rofi ohne Theme.
Neues clipboard.rasi und moonarch-clipboard Script analog zu
den anderen Rofi-Menüs (vpn, volume, session etc.).
This commit is contained in:
2026-03-27 15:13:03 +01:00
parent c3213cc0ce
commit 3acfe42ece
3 changed files with 71 additions and 1 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ window-rule {
binds {
Mod+Shift+Slash { show-hotkey-overlay; }
Super+C hotkey-overlay-title=null { spawn-sh "cliphist -db-path /run/user/1000/cliphist/db list | rofi -dmenu | cliphist -db-path /run/user/1000/cliphist/db decode | wl-copy"; }
Super+C hotkey-overlay-title=null { spawn "moonarch-clipboard"; }
Alt+W { spawn-sh "killall waybar && waybar &"; }