mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-01 23:45:45 +02: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);
|
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 {
|
#clock {
|
||||||
font-size: ${if isVertical then "18px" else "13px"};
|
font-size: ${if isVertical then "18px" else "13px"};
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user