split off waybar styling to respective places
This commit is contained in:
parent
e504eae280
commit
26e8b9571b
12 changed files with 248 additions and 258 deletions
|
|
@ -10,11 +10,22 @@ in
|
|||
};
|
||||
};
|
||||
config = lib.mkIf config.modules.waybar.enabled.${name}.enable {
|
||||
programs.waybar.settings.mainBar."${name}" = {
|
||||
format = "{volume}% {icon}";
|
||||
format-muted = "";
|
||||
on-click = "helvum";
|
||||
format-icons = [ "" "" "" ];
|
||||
programs.waybar = {
|
||||
settings.mainBar."${name}" = {
|
||||
format = "{volume}% {icon}";
|
||||
format-muted = "";
|
||||
on-click = "helvum";
|
||||
format-icons = [ "" "" "" ];
|
||||
};
|
||||
style = ''
|
||||
#wireplumber {
|
||||
color: #${config.colorScheme.palette.base04};
|
||||
margin: 0px 2px;
|
||||
padding: 0 15px;
|
||||
border-radius: 999px;
|
||||
box-shadow: inset 0 0 0 1px #${config.colorScheme.palette.base01};
|
||||
}
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue