diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-02 08:17:59 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-02 08:17:59 +0900 |
| commit | f97fa1303979abdb96d7af90dc71c7b497ca9e06 (patch) | |
| tree | 36a02260df1361bb5d831b05af8d52d2c1dba6f6 /ar/.local/bin | |
| parent | b9cfc58e97e55a8aa1b2333f58187b461127dd52 (diff) | |
modified shell/bm-dirs, modified bin/dmenurecord
Diffstat (limited to 'ar/.local/bin')
| -rwxr-xr-x | ar/.local/bin/dmenurecord | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ar/.local/bin/dmenurecord b/ar/.local/bin/dmenurecord index e86b02e..4e493c5 100755 --- a/ar/.local/bin/dmenurecord +++ b/ar/.local/bin/dmenurecord @@ -17,7 +17,7 @@ getdim() { xrandr | grep -oP '(?<=current ).*(?=,)' | tr -d ' '; } updateicon() { echo "$1" >/tmp/recordingicon - pkill -RTMIN+30 "${STATUSBAR:-dwmblocks}" + pkill -RTMIN+24 "${STATUSBAR:-dwmblocks}" } killrecording() { |
