mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-15 04:37:18 +00:00
9 lines
105 B
Bash
Executable file
9 lines
105 B
Bash
Executable file
#!/bin/bash
|
|
set -euo pipefail
|
|
|
|
MONITOR_ID="$1"
|
|
MONITOR_NAME="$2"
|
|
MONITOR_DESCRIPTION="$3"
|
|
|
|
eww open bar1
|