This commit is contained in:
Stephan Raabe
2023-09-28 20:43:29 +02:00
parent f3bb6e1093
commit 09a58f5ff3
7 changed files with 58 additions and 5 deletions

View File

@@ -45,6 +45,7 @@
// Modules Right
"modules-right": [
"custom/cliphist",
"custom/updates",
"pulseaudio",
"bluetooth",

View File

@@ -64,6 +64,18 @@
"on-click": "brave https://studio.youtube.com",
"tooltip": false
},
// Cliphist
"custom/cliphist": {
"format": "{}",
"on-click": "cliphist list | rofi -dmenu | cliphist decode | wl-copy",
// "exec": "echo ; echo 󰅇 clipboard history",
// "on-click": "sleep 0.1 && ~/.config/hypr/scripts/cliphist.sh c",
// "on-click-right": "sleep 0.1 && ~/.config/hypr/scripts/cliphist.sh d",
// "on-click-middle": "sleep 0.1 && ~/.config/hypr/scripts/cliphist.sh w",
// "interval" : 86400, // once every day
"tooltip": true
},
// Updates Count
"custom/updates": {

View File

@@ -44,6 +44,7 @@
// Modules Right
"modules-right": [
"custom/cliphist",
"custom/youtube",
"custom/updates",
"pulseaudio",