diff options
author | Rose <rose@pinkro.se> | 2025-09-27 20:42:57 +0200 |
---|---|---|
committer | Rose <rose@pinkro.se> | 2025-09-27 20:43:52 +0200 |
commit | 76eefcf2c5da10c29919e8b114ad080149bab211 (patch) | |
tree | 7ce619f7fe29727ce465517d76f8ee77f41a6bf6 /desktop/.local/share/barmodules/qmmp.sh | |
parent | 11b78579e3a535f00f7dae6164f86d4453231ba3 (diff) | |
download | dotfiles-76eefcf2c5da10c29919e8b114ad080149bab211.tar.gz dotfiles-76eefcf2c5da10c29919e8b114ad080149bab211.tar.bz2 |
desktop: Add mpv barmodule, change kitty font
Diffstat (limited to 'desktop/.local/share/barmodules/qmmp.sh')
-rwxr-xr-x | desktop/.local/share/barmodules/qmmp.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop/.local/share/barmodules/qmmp.sh b/desktop/.local/share/barmodules/qmmp.sh index e93b8d0..a0ec01e 100755 --- a/desktop/.local/share/barmodules/qmmp.sh +++ b/desktop/.local/share/barmodules/qmmp.sh @@ -8,4 +8,6 @@ if [ $? -eq 0 ]; then echo -n "$nowplaying" fi echo -n "$(qmmp --status | head -1)" +else + echo -n "qmmp: Exited" fi |