This commit is contained in:
m
2025-08-22 18:20:47 -04:00
parent 5965f8c83f
commit a1065c8b34
2 changed files with 22 additions and 0 deletions

View File

@@ -28,5 +28,6 @@ save_if_exists () {
# test for sway # test for sway
save_if_exists "sway/config" save_if_exists "sway/config"
save_if_exists "waybar/config.jsonc" save_if_exists "waybar/config.jsonc"
save_if_exists "waybar/style.css"
save_if_exists "kitty/kitty.conf" save_if_exists "kitty/kitty.conf"
save_if_exists "nvim" save_if_exists "nvim"

21
pipktop/waybar/style.css Normal file
View File

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