diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-02-21 21:15:27 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-02-21 21:15:27 +0900 |
| commit | 4612b5e3772ced0f1c3d77c425ab6f5fb4c93296 (patch) | |
| tree | 14f3f2f49db564308b5b97d4c0f3d6cd697ceb97 /ar/.config/rmpc/scripts/onresize | |
| parent | 4dcbe7123272f2c968067a9c204416a9eff007a5 (diff) | |
modified rmpc/config.ron, modified scripts/on_song_change, modified scripts/onresize
Diffstat (limited to 'ar/.config/rmpc/scripts/onresize')
| -rwxr-xr-x | ar/.config/rmpc/scripts/onresize | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ar/.config/rmpc/scripts/onresize b/ar/.config/rmpc/scripts/onresize index 36462ce..183c210 100755 --- a/ar/.config/rmpc/scripts/onresize +++ b/ar/.config/rmpc/scripts/onresize @@ -1,7 +1,7 @@ #!/usr/bin/env bash if [[ $COLS -gt 100 ]]; then - rmpc remote --pid "$PID" set theme ~/.config/rmpc/themes/catppuccin-mocha.ron + rmpc remote --pid "$PID" set theme ~/.config/rmpc/themes/catppuccin-mocha.ron else - rmpc remote --pid "$PID" set theme ~/.config/rmpc/themes/catppuccin-mocha-small.ron + rmpc remote --pid "$PID" set theme ~/.config/rmpc/themes/catppuccin-mocha-small.ron fi |
