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; +}