summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2024-07-23 16:43:03 -0500
committerzachir <zachir@librem.one>2024-07-23 16:43:03 -0500
commit42f90c6bd01e2d7531106cacc03ebc8022a24d00 (patch)
tree3835cee24fdbf2667a111692f1b763bc3fea6b73
parente7364186505ccd713b71bd73652438b90d29ecd8 (diff)
cas: Resize waybar modules for more spacecas
Removes the artist from mpd and wifi signal strength from network.
-rw-r--r--waybar/config6
1 files changed, 3 insertions, 3 deletions
diff --git a/waybar/config b/waybar/config
index 8eaff66..8ded906 100644
--- a/waybar/config
+++ b/waybar/config
@@ -61,9 +61,9 @@
}
},
"mpd": {
- "format": "{artist} - {title}",
+ "format": "{title}",
"format-stopped": "",
- "format-paused": "{artist} - {title}",
+ "format-paused": "{title}",
"format-disconnected": "",
"artist-len": 15,
"title-len": 15,
@@ -127,7 +127,7 @@
},
"network": {
// "interface": "wlp2*", // (Optional) To force the use of this interface
- "format-wifi": "{essid} ({signalStrength}%) ",
+ "format-wifi": "{essid} ",
"format-ethernet": "Connected  ",
"tooltip-format": "{ifname} via {gwaddr} ",
"format-linked": "{ifname} (No IP) ",