nix/module/desktop/waybar/style/Plugin.nix

16 lines
160 B
Nix

{ style, ... }: {
text = ''
#clock,
#battery,
#pulseaudio,
#tray,
#language {
padding: 8px 12px;
}
#clock {
font-weight: bold;
}
'';
}