Rofi updates
This commit is contained in:
@@ -45,6 +45,7 @@
|
||||
|
||||
// Modules Right
|
||||
"modules-right": [
|
||||
"custom/wallpaper",
|
||||
"custom/cliphist",
|
||||
"custom/updates",
|
||||
"pulseaudio",
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -48,7 +48,8 @@
|
||||
"custom/updates",
|
||||
"pulseaudio",
|
||||
"bluetooth",
|
||||
"battery",
|
||||
"battery",
|
||||
"custom/wallpaper",
|
||||
"custom/cliphist",
|
||||
"group/hardware",
|
||||
"custom/exit",
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user