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

16 lines
160 B
Nix
Raw Normal View History

2024-05-02 04:47:21 +03:00
{ style, ... }: {
text = ''
#clock,
#battery,
#pulseaudio,
#tray,
2024-05-02 12:59:31 +03:00
#language {
padding: 8px 12px;
2024-05-02 04:47:21 +03:00
}
#clock {
font-weight: bold;
}
'';
}