feat: Waybar | add backlight widget
This commit is contained in:
@@ -68,7 +68,6 @@
|
||||
"${user}" = inputs.home-manager.lib.homeManagerConfiguration {
|
||||
inherit pkgs;
|
||||
modules = [
|
||||
inputs.nvf.homeManagerModules.default
|
||||
./home-manager/home.nix
|
||||
];
|
||||
};
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
],
|
||||
"modules-right": [
|
||||
"pulseaudio",
|
||||
"backlight",
|
||||
"bluetooth",
|
||||
"network",
|
||||
"cpu",
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user