Rofi updates

This commit is contained in:
Stephan Raabe
2023-10-02 10:17:11 +02:00
parent 8f48b99650
commit 23fddf9a46
16 changed files with 1046 additions and 16 deletions

View File

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

View File

@@ -68,12 +68,9 @@
// 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
"on-click": "sleep 0.1 && ~/dotfiles/scripts/cliphist.sh",
"on-click-right": "sleep 0.1 && ~/dotfiles/scripts/cliphist.sh d",
"on-click-middle": "sleep 0.1 && ~/dotfiles/scripts/cliphist.sh w",
"tooltip": false
},
@@ -88,6 +85,13 @@
"on-click": "alacritty -e ~/dotfiles/scripts/installupdates.sh",
"tooltip": false
},
// Wallpaper
"custom/wallpaper": {
"format": "",
"on-click": "~/dotfiles/scripts/wallpaper-swww.sh",
"tooltip": false
},
// Filemanager Launcher
"custom/filemanager": {

View File

@@ -48,7 +48,8 @@
"custom/updates",
"pulseaudio",
"bluetooth",
"battery",
"battery",
"custom/wallpaper",
"custom/cliphist",
"group/hardware",
"custom/exit",

View File

@@ -151,7 +151,7 @@ window#waybar.empty #window {
* Custom Quicklinks
* ----------------------------------------------------- */
#custom-brave, #custom-outlook, #custom-filemanager, #custom-teams, #custom-chatgpt, #custom-calculator, #custom-windowsvm, #custom-cliphist {
#custom-brave, #custom-outlook, #custom-filemanager, #custom-teams, #custom-chatgpt, #custom-calculator, #custom-windowsvm, #custom-cliphist, #custom-wallpaper {
margin-right:20px;
font-size:20px;
font-weight:bold;