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

@@ -3,7 +3,7 @@
"modules-left": ["custom/logo", "hyprland/workspaces" ],
"height": 24,
"modules-center": [ "hyprland/window"],
"modules-right": ["pulseaudio", "network", "cpu", "memory", "disk", "clock"],
"modules-right": ["pulseaudio", "network", "cpu", "memory", "disk", "battery", "clock"],
"reload_style_on_change":true,
"custom/logo": {
@@ -89,8 +89,8 @@
"warning": 30,
"critical": 20
},
"format": "{capacity}% {icon} ",
"format-charging": "{capacity}% 󰂄 ",
"format": " {icon} {capacity}%",
"format-charging": "󰂄 {capacity}%",
"format-plugged": "{capacity}% 󰂄 ",
"format-alt": "{time} {icon}",
"format-icons": [
@@ -163,7 +163,7 @@
"pulseaudio": {
"format": "{volume}% ",
"format-bluetooth":"󰂰",
"format-bluetooth":"󰂰 ",
"format-muted": "<span font='12'></span>",
"format-icons": {
"headphones": "",

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) {