commit 1401a0572f746e29241a307659a32f8f0a824966
parent 1b52ecaaa02695f0b6d5e437377e9da3d6101948
Author: ryukamish <[email protected]>
Date: Wed, 17 Jun 2026 14:53:21 +0530
absolutely fine working waybar config
Diffstat:
2 files changed, 7 insertions(+), 21 deletions(-)
diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc
@@ -55,9 +55,10 @@
"format-bluetooth": "BT: {icon} <span color='#aaaaaa'>{volume}</span>",
"format-muted": "X MUTED",
"format-icons": [
- "+--",
- "++-",
- "+++"
+ "+---",
+ "++--",
+ "+++-",
+ "++++"
],
"on-click": "pavucontrol-qt",
"tooltip-format": "{desc}",
@@ -80,8 +81,6 @@
"custom/vpn": {
"format": "VPN: <span color='#aaaaaa'>{}</span>",
"exec": "~/.local/bin/waybar-vpn status",
- // "exec": "echo '{\"class\": \"connected\"}'",
- // "exec-if": "test -d /proc/sys/net/ipv4/conf/proton0",
"return-type": "json",
"interval": 30
},
diff --git a/.config/waybar/style.css b/.config/waybar/style.css
@@ -10,9 +10,9 @@ window#waybar {
background-color: #0a0a0a;
}
-#workspaces button {
- padding: 3px 5px;
-}
+/* #workspaces button { */
+/* padding: 3px 5px; */
+/* } */
#workspaces button:hover {
/* Hovering over the workspaces button has a no radius selection around it */
@@ -31,19 +31,6 @@ window#waybar {
border-radius: 0;
}
-#battery {
- background: transparent;
-}
-
-/* Different battery states indicator */
-#battery.discharging.warning {
- color: #ffa500;
-}
-
-#battery.discharging.critical {
- color: #ff0000;
-}
-
#clock,
#battery,
#window,