refresh dotfiles
This commit is contained in:
parent
f2684e3cc3
commit
a54e94bbb0
26 changed files with 506 additions and 552 deletions
8
eww/scripts/cockpit_toggle
Executable file
8
eww/scripts/cockpit_toggle
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#! /bin/bash
|
||||
|
||||
ISOPEN=$(eww windows | grep "*cockpit")
|
||||
if [ "$ISOPEN" = "" ]; then
|
||||
eww open cockpit_window
|
||||
else
|
||||
eww close cockpit_window
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue