mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 08:14:00 +01:00
waybar: Add custom module styles
This commit is contained in:
parent
5022615a2c
commit
271de3f573
@ -166,6 +166,20 @@ in
|
||||
color: alpha(#${base0A}, 0.67);
|
||||
}
|
||||
|
||||
#custom-wallpaper {
|
||||
border-top: 1px solid alpha(#${base02}, 0.5);
|
||||
}
|
||||
|
||||
#custom-wallpaper, #custom-gaps {
|
||||
font-weight: bold;
|
||||
padding: ${if isVertical then "12px 0" else "0 12px"};
|
||||
border-bottom: 1px solid alpha(#${base02}, 0.5);
|
||||
}
|
||||
|
||||
#custom-wallpaper label:hover {
|
||||
background: alpha(#${base02}, 0.5);
|
||||
}
|
||||
|
||||
#clock {
|
||||
font-size: ${if isVertical then "18px" else "13px"};
|
||||
font-weight: bold;
|
||||
|
Loading…
Reference in New Issue
Block a user