mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-15 12:47:16 +00:00
7 lines
65 B
Bash
7 lines
65 B
Bash
|
#!/bin/bash
|
||
|
set -euo pipefail
|
||
|
|
||
|
MONITOR_NAME="$1"
|
||
|
|
||
|
eww close bar1
|