From a1065c8b342a8c008ca656b28fde0eb19c92e471 Mon Sep 17 00:00:00 2001 From: plasmaofthedawn Date: Fri, 22 Aug 2025 18:20:47 -0400 Subject: [PATCH] fun --- copy.sh | 1 + pipktop/waybar/style.css | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 pipktop/waybar/style.css diff --git a/copy.sh b/copy.sh index 5748881..863cf2e 100755 --- a/copy.sh +++ b/copy.sh @@ -28,5 +28,6 @@ save_if_exists () { # test for sway save_if_exists "sway/config" save_if_exists "waybar/config.jsonc" +save_if_exists "waybar/style.css" save_if_exists "kitty/kitty.conf" save_if_exists "nvim" diff --git a/pipktop/waybar/style.css b/pipktop/waybar/style.css new file mode 100644 index 0000000..cc1e090 --- /dev/null +++ b/pipktop/waybar/style.css @@ -0,0 +1,21 @@ +* { + font-family: Worm Writing Mono; + font-size: 20px; +} + +window#waybar { + background-color: rgba(0, 0, 0, 1); + color: #ffffff; +} + +#custom-user, #custom-seperator{ + color: #8AE235; +} + +#battery.charging { + color: #47ED47; +} + +#battery.discharging { + color: #ED6767; +}