fun
This commit is contained in:
1
copy.sh
1
copy.sh
@@ -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
21
pipktop/waybar/style.css
Normal 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;
|
||||||
|
}
|
Reference in New Issue
Block a user