summaryrefslogtreecommitdiff
path: root/waybar/config
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-04-20 14:44:00 -0500
committerzachir <zachir@librem.one>2023-04-20 14:44:00 -0500
commit88ea27b400baeaf7d401f02bff1c8cf651c94e4e (patch)
treed724c5f0dd0272d84ddaec1c0bd42573357527a7 /waybar/config
parent60a6ce97aaca62106f80ffeb656ee7d0c028ea56 (diff)
Theme! Now featuring lots of lovely green
Diffstat (limited to 'waybar/config')
-rw-r--r--waybar/config13
1 files changed, 12 insertions, 1 deletions
diff --git a/waybar/config b/waybar/config
index 6be1ce2..e17ac9a 100644
--- a/waybar/config
+++ b/waybar/config
@@ -11,7 +11,7 @@
"modules-left":[ "custom/launcher"],
"modules-center":[],
- "modules-right":[ "idle_inhibitor", "pulseaudio", "cpu", "memory", "temperature", "backlight", "battery#bat0", "battery#bat1", "network", "clock", "tray", "custom/power"],
+ "modules-right":[ "mpd", "idle_inhibitor", "pulseaudio", "cpu", "memory", "temperature", "backlight", "battery#bat0", "battery#bat1", "network", "clock", "tray", "custom/power"],
// Modules configuration
@@ -24,6 +24,17 @@
"unlocked": ""
}
},
+ "mpd": {
+ "format": "{artist}-{title}",
+ "format-stopped": "",
+ "format-paused": "{artist}-{title}",
+ "format-disconnected": "",
+ "artist-len": 15,
+ "title-len": 15,
+ //"album-len": 15,
+ //"max-length": 30,
+ "on-click": "mpc toggle"
+ },
"idle_inhibitor": {
"format": "{icon}",
"format-icons": {