summaryrefslogtreecommitdiff
path: root/waybar
diff options
context:
space:
mode:
Diffstat (limited to 'waybar')
-rw-r--r--waybar/config.jsonc42
1 files changed, 24 insertions, 18 deletions
diff --git a/waybar/config.jsonc b/waybar/config.jsonc
index 7831670..7a6ef94 100644
--- a/waybar/config.jsonc
+++ b/waybar/config.jsonc
@@ -9,12 +9,12 @@
"modules-center": [
],
"modules-right": [
- "network#vpn",
"network#wifi",
+ "network#vpn",
"pulseaudio",
"backlight",
- "temperature",
"battery",
+ "temperature",
"clock",
"tray",
],
@@ -26,43 +26,49 @@
"spacing": 10
},
"clock": {
- "format": "| {:%a %H:%M %d/%m/%Y}",
+ "format": "|{:%a %H:%M %d/%m/%Y}",
"tooltip-format": "<tt><big>{calendar}</big></tt>",
},
"temperature": {
"interval": 10,
"hwmon-path": "/sys/class/hwmon/hwmon5/temp1_input",
- "format": "| {temperatureC}°C",
+ "format": "|{temperatureC}°C",
+ "tooltip": false,
},
"backlight": {
- "format": "| {icon} {percent}%",
- "format-icons": ["", "", "", "", "", "", "", "", ""]
+ "format": "|{percent}% {icon}  ",
+ "format-icons": ["", "", "", "", "", "", "", "", ""],
+ "tooltip": false
},
"battery": {
"interval": 10,
- "format": "| U{capacity}%",
+ "format": "|U{capacity}%",
"format-plugged": "",
- "format-not-charging": "| N{capacity}%",
- "format-discharging": "| D{capacity}% {time}",
- "format-charging": "| C{capacity}% {time}",
+ "format-not-charging": "|N{capacity}%",
+ "format-discharging": "|D{capacity}% {time}",
+ "format-charging": "|C{capacity}% {time}",
"format-time": "{H}h{M}m",
},
"network#vpn": {
"interface": "wg0-mullvad",
- "format-disconnected": "| VPN ⚠",
- "format": "",
+ "format-disconnected": "V-",
+ "format": "V+",
+ "tooltip-format": "VPN UP",
+ "tooltip-format-disconnected": "VPN DOWN"
},
"network#wifi": {
"interface": "wlp1s0",
- "format-wifi": "| {essid}",
- "tooltip-format": "{ifname}: {ipaddr}/{cidr}",
+ "format-wifi": "|W+",
+ "format-disconnected": "|W-",
+ "tooltip-format": "{essid} @ {ifname}: {ipaddr}/{cidr}",
+ "tooltip-format-disconnected": "WIFI DISCONNECTED"
},
"pulseaudio": {
"scroll-step": 1,
- "format": "| {volume}% {icon} {format_source} ",
- "format-bluetooth": "{volume}% {icon} {format_source}",
- "format-bluetooth-muted": " {icon} {format_source}",
- "format-muted": " {format_source}",
+ "format": "|{volume}% {icon} ",
+ "format-bluetooth": "{volume}% {icon} ",
+ "format-bluetooth-muted": " {icon} ",
+ "format-muted": " ",
"format-source": "",
"format-source-muted": "",
"format-icons": {