Adds waybar config
This commit is contained in:
parent
84eca6053b
commit
a0c00b0b8f
7 changed files with 15 additions and 16 deletions
|
|
@ -54,14 +54,6 @@
|
|||
"tooltip-format": "Left Click: Wallpaper Menu\nMiddle Click: Random wallpaper\nRight Click: Waybar Styles Menu",
|
||||
},
|
||||
|
||||
"custom/hint": {
|
||||
"format": " HINT!",
|
||||
"on-click": "$HOME/.config/hypr/scripts/KeyHints.sh",
|
||||
"on-click-right": "$HOME/.config/hypr/scripts/KeyBinds.sh",
|
||||
"tooltip": true,
|
||||
"tooltip-format": "Left Click: Quick Tips\nRight Click: Keybinds",
|
||||
},
|
||||
|
||||
// Hypridle inhibitor
|
||||
"custom/hypridle": {
|
||||
"format": " ",
|
||||
|
|
@ -204,5 +196,9 @@
|
|||
"custom/colorpicker": {
|
||||
"format": " ",
|
||||
"on-click": "hyprpicker -a"
|
||||
},
|
||||
"custom/hypr-class": {
|
||||
"format": " ",
|
||||
"on-click": "hyprctl activewindow | grep 'class:' | awk -F': ' '{print $2}' | wl-copy -n"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue