From 1864770d606c4aa8b0af5e88dd41c21caab8e851 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Tue, 17 Feb 2026 22:19:16 +0900 Subject: updates --- ar/.config/rmpc/scripts/onresize | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 ar/.config/rmpc/scripts/onresize (limited to 'ar/.config/rmpc/scripts/onresize') diff --git a/ar/.config/rmpc/scripts/onresize b/ar/.config/rmpc/scripts/onresize new file mode 100755 index 0000000..36462ce --- /dev/null +++ b/ar/.config/rmpc/scripts/onresize @@ -0,0 +1,7 @@ +#!/usr/bin/env bash + +if [[ $COLS -gt 100 ]]; then + 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 +fi -- cgit v1.2.3