summaryrefslogtreecommitdiff
path: root/ar/.config/rmpc/scripts/onresize
blob: 183c210fe380b4ecd86ddc75c5b054c0ab47ea40 (plain)
1
2
3
4
5
6
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