This commit is contained in:
Hadi
2024-03-13 11:31:15 +01:00
parent 884b366ed2
commit a17cf20b6d
17 changed files with 152 additions and 40 deletions

View File

@@ -1,5 +1,4 @@
{ pkgs, config, lib, ... }: {
imports = [ ../variables/theme ];
services = {
blueman-applet.enable = true;
network-manager-applet.enable = true;
@@ -207,7 +206,6 @@
#custom-logo {
padding-right: 7px;
padding-left: 7px;
font-size: 15px;
color: #${config.theme.colors.primary-bg};
}
@@ -232,14 +230,14 @@
}
#battery.charging {
background-color: #1E1E2E;
color: #FBFBFB;
background-color: #${config.theme.colors.alt-bg};
color: #${config.theme.colors.alt-fg};
animation: none;
}
#custom-power {
background-color: #9978F8;
color: #0C0C0C;
background-color: #${config.theme.colors.primary-bg};
color: #${config.theme.colors.primary-fg};
}