chore: rm hyprbars

This commit is contained in:
Mohammad Rafiq 2025-03-18 22:38:56 +08:00
parent 9eaa1e4670
commit f7311c6eaa
No known key found for this signature in database

View file

@ -2,7 +2,8 @@
inputs, inputs,
pkgs, pkgs,
... ...
}: { }:
{
home.sessionVariables.NIXOS_OZONE_WL = "1"; home.sessionVariables.NIXOS_OZONE_WL = "1";
wayland.windowManager.hyprland = { wayland.windowManager.hyprland = {
enable = true; enable = true;
@ -100,24 +101,6 @@
numlock_by_default = true; numlock_by_default = true;
follow_mouse = 2; # Click on a window to change focus follow_mouse = 2; # Click on a window to change focus
}; };
plugin = {
hyprbars = {
# example config
bar_height = 20;
# example buttons (R -> L)
# hyprbars-button = color, size, on-click
hyprbars-button = [
"rgb(ff4040), 10, 󰖭, hyprctl dispatch killactive"
"rgb(eeee11), 10, , hyprctl dispatch fullscreen 1"
];
};
};
# Hyprbars
}; };
plugins = [
inputs.hyprland-plugins.packages.${pkgs.system}.hyprbars
# ...
];
}; };
} }