mirror of
https://github.com/sahinakkaya/dotfiles.git
synced 2025-04-03 18:22:05 +02: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
|