diff options
Diffstat (limited to '')
-rwxr-xr-x | desktop/Local/share/barmodules/battery.sh (renamed from desktop/.local/share/barmodules/battery.sh) | 0 | ||||
l--------- | desktop/Local/share/barmodules/enabled/mpv.sh | 1 | ||||
l--------- | desktop/Local/share/barmodules/enabled/qmmp.sh | 1 | ||||
-rwxr-xr-x | desktop/Local/share/barmodules/ice.sh (renamed from desktop/.local/share/barmodules/ice.sh) | 0 | ||||
-rwxr-xr-x | desktop/Local/share/barmodules/mpv.sh (renamed from desktop/.local/share/barmodules/mpv.sh) | 2 | ||||
-rwxr-xr-x | desktop/Local/share/barmodules/qmmp.sh (renamed from desktop/.local/share/barmodules/qmmp.sh) | 0 |
6 files changed, 4 insertions, 0 deletions
diff --git a/desktop/.local/share/barmodules/battery.sh b/desktop/Local/share/barmodules/battery.sh index 9ff7330..9ff7330 100755 --- a/desktop/.local/share/barmodules/battery.sh +++ b/desktop/Local/share/barmodules/battery.sh diff --git a/desktop/Local/share/barmodules/enabled/mpv.sh b/desktop/Local/share/barmodules/enabled/mpv.sh new file mode 120000 index 0000000..d0c9416 --- /dev/null +++ b/desktop/Local/share/barmodules/enabled/mpv.sh @@ -0,0 +1 @@ +../mpv.sh
\ No newline at end of file diff --git a/desktop/Local/share/barmodules/enabled/qmmp.sh b/desktop/Local/share/barmodules/enabled/qmmp.sh new file mode 120000 index 0000000..7a7bc04 --- /dev/null +++ b/desktop/Local/share/barmodules/enabled/qmmp.sh @@ -0,0 +1 @@ +../qmmp.sh
\ No newline at end of file diff --git a/desktop/.local/share/barmodules/ice.sh b/desktop/Local/share/barmodules/ice.sh index ae04fcc..ae04fcc 100755 --- a/desktop/.local/share/barmodules/ice.sh +++ b/desktop/Local/share/barmodules/ice.sh diff --git a/desktop/.local/share/barmodules/mpv.sh b/desktop/Local/share/barmodules/mpv.sh index 78b2f7a..a3fe2ec 100755 --- a/desktop/.local/share/barmodules/mpv.sh +++ b/desktop/Local/share/barmodules/mpv.sh @@ -3,4 +3,6 @@ if [ -f /tmp/mpvout ]; then echo -n "mpv: " tail -1 /tmp/mpvout | tr -d '\n' +else + echo -n "mpv: stopped" fi diff --git a/desktop/.local/share/barmodules/qmmp.sh b/desktop/Local/share/barmodules/qmmp.sh index a0ec01e..a0ec01e 100755 --- a/desktop/.local/share/barmodules/qmmp.sh +++ b/desktop/Local/share/barmodules/qmmp.sh |