summaryrefslogtreecommitdiff
path: root/config/waybar/config.jsonc
diff options
context:
space:
mode:
Diffstat (limited to 'config/waybar/config.jsonc')
-rw-r--r--config/waybar/config.jsonc24
1 files changed, 12 insertions, 12 deletions
diff --git a/config/waybar/config.jsonc b/config/waybar/config.jsonc
index 8ccdf75..5cf6cbb 100644
--- a/config/waybar/config.jsonc
+++ b/config/waybar/config.jsonc
@@ -1,9 +1,10 @@
// -*- mode: jsonc -*-
{
"layer": "bottom", // Waybar at top layer
- "position": "right", // Waybar position (top|bottom|left|right)
+ "exclusive": false,
+ "position": "bottom", // Waybar position (top|bottom|left|right)
// "width": 1280, // Waybar width
- "spacing": 20, // Gaps between modules (4px)
+ "spacing": 2, // Gaps between modules (4px)
// Choose the order of the modules
"modules-right": [
"pulseaudio",
@@ -13,6 +14,7 @@
"clock"
],
"clock": {
+ "format": "{:%m-%d %H:%M}",
"format-alt": "{:%Y-%m-%d}"
},
"battery": {
@@ -21,11 +23,9 @@
"warning": 30,
"critical": 15
},
- "format": "{icon}",
- "format-full": "{icon}",
- "format-charging": "",
- "format-plugged": "",
- "format-alt": "{icon}",
+ "format": "BAT: {capacity}%",
+ "format-full": "BAT: 100%",
+ "format-charging": "BAT: {capacity}%",
"format-icons": ["", "", "", "", ""]
},
"battery#bat2": {
@@ -33,7 +33,7 @@
},
"network": {
// "interface": "wlp2*", // (Optional) To force the use of this interface
- "format-wifi": "",
+ "format-wifi": "NET: {essid}",
"format-ethernet": "{ipaddr}/{cidr} ",
"tooltip-format": "{ifname} via {gwaddr} ",
"format-linked": "{ifname} (No IP) ",
@@ -41,10 +41,10 @@
"format-alt": "{ifname}: {ipaddr}/{cidr}"
},
"pulseaudio": {
- "format": "{icon}",
- "format-bluetooth": "{icon}",
- "format-bluetooth-muted": "{icon}",
- "format-muted": "",
+ "format": "AUD: {volume}%",
+ "format-bluetooth": "AUD: {volume}",
+ "format-bluetooth-muted": "AUD: MUTE",
+ "format-muted": "AUD: MUTE",
"format-icons": {
"headphone": "",
"hands-free": "",