From 271de3f5738e43fa20b8fb9b3461ce6010a34b3d Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sat, 1 Jul 2023 22:36:24 -0400 Subject: [PATCH] waybar: Add custom module styles --- home/waybar.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/home/waybar.nix b/home/waybar.nix index 1c455895..ca5d1c9c 100644 --- a/home/waybar.nix +++ b/home/waybar.nix @@ -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;