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