chore: desktop variant
This commit is contained in:
parent
20deee09db
commit
a2011eab8c
51 changed files with 0 additions and 541 deletions
|
|
@ -1,11 +0,0 @@
|
|||
#! /bin/bash
|
||||
|
||||
ISOPEN=$(eww windows | grep "*cockpit" | tr -d '*')
|
||||
|
||||
|
||||
if [ "$ISOPEN" = "" ]; then
|
||||
MONITOR=$(hyprctl monitors | grep -B 7 "focused: yes" | grep "ID" | awk -F '(' ' { print $2 } ' | tr -d 'ID ):')
|
||||
eww open cockpit_window_"$MONITOR"
|
||||
else
|
||||
eww close "$ISOPEN"
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue