feat: Waybar | add backlight widget

This commit is contained in:
2025-02-14 17:11:09 +05:00
parent 09f08b1e69
commit 5314208b92
3 changed files with 6 additions and 1 deletions

View File

@@ -68,7 +68,6 @@
"${user}" = inputs.home-manager.lib.homeManagerConfiguration { "${user}" = inputs.home-manager.lib.homeManagerConfiguration {
inherit pkgs; inherit pkgs;
modules = [ modules = [
inputs.nvf.homeManagerModules.default
./home-manager/home.nix ./home-manager/home.nix
]; ];
}; };

View File

@@ -14,6 +14,7 @@
], ],
"modules-right": [ "modules-right": [
"pulseaudio", "pulseaudio",
"backlight",
"bluetooth", "bluetooth",
"network", "network",
"cpu", "cpu",

View File

@@ -140,6 +140,11 @@ button:hover {
border-bottom: 2px solid @sapphire; border-bottom: 2px solid @sapphire;
} }
#backlight {
color: @sky;
border-bottom: 2px solid @sky;
}
#custom-vpn { #custom-vpn {
color: @lavender; color: @lavender;
border-radius: 15px; border-radius: 15px;