major changes, oh my posh added and better than oh my zsh

This commit is contained in:
voidarclabs
2025-07-28 23:35:46 +01:00
parent 7b0d689a15
commit 2a9e57c688
5 changed files with 291 additions and 141 deletions

View File

@@ -37,7 +37,9 @@ window#waybar {
background: #000000;
}
#battery,
#battery {
color: #94e2d5;
}
#custom-clipboard,
#custom-colorpicker,
#custom-powerDraw,
@@ -100,8 +102,13 @@ window#waybar {
}
#battery.charging {
color: #ffffff;
background-color: #26A65B;
color: #313244;
background-color: #74c7ec;
margin-left: 5px;
margin-right: 5px;
padding-left: 5px;
padding-right: 5px;
border-radius: 5px;
}
#battery.warning:not(.charging) {