major changes, oh my posh added and better than oh my zsh
This commit is contained in:
@@ -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": "",
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user