aboutsummaryrefslogtreecommitdiff
path: root/.config/polybar
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2023-03-27 12:23:34 +0200
committerlonkaars <loek@pipeframe.xyz>2023-03-27 12:23:34 +0200
commitcc604c7b659308e833aed66f897fbcdd35aa1e37 (patch)
tree152580fab79eabc7e5d4870ae82f5f58552a5be9 /.config/polybar
parent3ae09055f8a7d4b62b210c9a07cf965135bd1166 (diff)
edit polybar mpd play/pause indicator for thoncc
Diffstat (limited to '.config/polybar')
-rw-r--r--.config/polybar/config.ini##template11
-rw-r--r--.config/polybar/config.superesc.ini11
-rw-r--r--.config/polybar/config.thoncc.ini11
3 files changed, 22 insertions, 11 deletions
diff --git a/.config/polybar/config.ini##template b/.config/polybar/config.ini##template
index bb9c7a2..ee6e939 100644
--- a/.config/polybar/config.ini##template
+++ b/.config/polybar/config.ini##template
@@ -127,17 +127,6 @@ exec = ~/.local/share/bin/kbindicator
interval = 3
label-font = 1
-[module/mpd]
-type = internal/mpd
-format-online = <toggle> <label-song>
-format-offline =
-format-stopped =
-icon-play = 
-icon-pause = 
-label-song = %{T2}%artist%%{T-}: %title%
-label-song-maxlen = 50
-label-song-ellipsis = true
-
{% include "config.{{ yadm.hostname }}.ini" %}
; vim:ft=dosini
diff --git a/.config/polybar/config.superesc.ini b/.config/polybar/config.superesc.ini
index 3d60384..80b7f25 100644
--- a/.config/polybar/config.superesc.ini
+++ b/.config/polybar/config.superesc.ini
@@ -4,4 +4,15 @@ exec = ~/.local/share/bin/wacomtouch
interval = 1
# label-font = 1
+[module/mpd]
+type = internal/mpd
+format-online = <toggle> <label-song>
+format-offline =
+format-stopped =
+icon-play = 
+icon-pause = 
+label-song = %{T2}%artist%%{T-}: %title%
+label-song-maxlen = 50
+label-song-ellipsis = true
+
# vim:ft=dosini
diff --git a/.config/polybar/config.thoncc.ini b/.config/polybar/config.thoncc.ini
index fd561ff..c919b19 100644
--- a/.config/polybar/config.thoncc.ini
+++ b/.config/polybar/config.thoncc.ini
@@ -42,4 +42,15 @@ interval = 300
label-font = 1
click-left = brave https://rooster.avans.nl/
+[module/mpd]
+type = internal/mpd
+format-online = <toggle> <label-song>
+format-offline =
+format-stopped =
+icon-play = [一時停止]
+icon-pause = [再生中]
+label-song = %{T2}%artist%%{T-}: %title%
+label-song-maxlen = 50
+label-song-ellipsis = true
+
; vim:ft=dosini