Adds waybar config

This commit is contained in:
Michel Fedde 2025-03-09 21:08:34 +01:00
parent 84eca6053b
commit a0c00b0b8f
7 changed files with 15 additions and 16 deletions

View file

@ -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"
}
}