1
0
mirror of https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git synced 2025-09-15 09:45:58 +03:00

updated waybar & pyprland configs

changelog:
- added `privacy` module for waybar
- added `systemd-failed-units` module for waybar
- added `toggle_special` plugin for pyprland
- added `shortcuts_menu` plugin for pyprland
- deleted spical workspaces configs for scratchpads in hyprland
- added additional keybinding for color picker
- fixed pavucontrol
- deleted microphone indicator from top-right icons in waybar
This commit is contained in:
xnm
2024-05-11 21:35:26 +03:00
parent 2ee6f3e0ec
commit 345f1856ee
4 changed files with 51 additions and 21 deletions

View File

@@ -3,20 +3,32 @@ plugins = [
"scratchpads",
"magnify",
"expose",
"shortcuts_menu",
"toggle_special",
]
[scratchpads.term]
command = "wezterm start --class wezterm_dropdown"
command = "wezterm start --always-new-process --class wezterm_dropdown"
animation = "fromTop"
unfocus = "hide"
excludes = "*"
lazy = true
multi = false
[scratchpads.volume]
command = "pavucontrol --class volume_sidemenu"
animation = "fromRight"
animation = "fromLeft"
class = "volume_sidemenu"
size = "40% 70%"
unfocus = "hide"
excludes = "*"
lazy = true
margin = 90
multi = false
[shortcuts_menu.entries]
"Color picker" = [
{name="format", options=["hex", "rgb", "hsv", "hsl", "cmyk"]},
"sleep 0.2; hyprpicker --format [format] -a" # sleep to let the menu close before the picker opens
]