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