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 {
inherit pkgs;
modules = [
inputs.nvf.homeManagerModules.default
./home-manager/home.nix
];
};

View File

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

View File

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