mirror of
https://github.com/sahinakkaya/dotfiles.git
synced 2024-11-14 13:09:37 +01:00
8 lines
76 B
Plaintext
8 lines
76 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
if pid=$(pgrep -x "dim-screen"); then
|
||
|
kill $pid
|
||
|
fi
|
||
|
|
||
|
light -I
|