feat: Waybar | add backlight widget
This commit is contained in:
@@ -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
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -14,6 +14,7 @@
|
|||||||
],
|
],
|
||||||
"modules-right": [
|
"modules-right": [
|
||||||
"pulseaudio",
|
"pulseaudio",
|
||||||
|
"backlight",
|
||||||
"bluetooth",
|
"bluetooth",
|
||||||
"network",
|
"network",
|
||||||
"cpu",
|
"cpu",
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user