Waybar config

This commit is contained in:
fwastring 2025-10-10 16:31:26 +02:00
parent 3c7a01f264
commit e8d8704b70
6 changed files with 232 additions and 59 deletions

View file

@ -19,12 +19,11 @@ in
hyprland-qtutils
waypipe
wmenu
playerctl
playerctl
];
fonts.packages = with pkgs; [
font-awesome
font-awesome
];
services = {
@ -149,9 +148,9 @@ in
};
decoration = {
rounding = 0;
active_opacity = 0.9;
inactive_opacity = 0.8;
rounding = 10;
active_opacity = 0.8;
inactive_opacity = 0.7;
fullscreen_opacity = 0.9;
blur = {
@ -275,7 +274,7 @@ in
# Screencapture
"$mod SHIFT, s, exec, ${pkgs.grim}/bin/grim -g \"$(${pkgs.slurp}/bin/slurp)\" - | ${pkgs.wl-clipboard}/bin/wl-copy -t image/png"
# special
# special
"SUPER+SHIFT, code:201, exec, confetti"
];
@ -284,6 +283,15 @@ in
"$mod, mouse:273, resizewindow"
];
windowrulev2 = [
"float, class:^(org.pulseaudio.pavucontrol)$"
"size 500 400, class:^(org.pulseaudio.pavucontrol)"
"move onscreen cursor -250 0, class:^(org.pulseaudio.pavucontrol)"
"float, title:^(Bluetooth Devices)$"
"size 500 400, title:^(Bluetooth Devices)"
"move onscreen cursor -250 0, title:^(Bluetooth Devices)"
];
env = [
"NIXOS_OZONE_WL,1"
"_JAVA_AWT_WM_NONREPARENTING,1"