mirror of
https://gitlab.com/thebiblelover7/dotfiles.git
synced 2025-09-13 15:13:49 +00:00
added my scripts and added them to the install script
This commit is contained in:
8
scripts/night-shift-g
Executable file
8
scripts/night-shift-g
Executable file
@@ -0,0 +1,8 @@
|
||||
#/bin/bash
|
||||
|
||||
if [[ $(gsettings get org.gnome.settings-daemon.plugins.color night-light-enabled) = "true" ]]
|
||||
then
|
||||
gsettings set org.gnome.settings-daemon.plugins.color night-light-enabled false
|
||||
else
|
||||
gsettings set org.gnome.settings-daemon.plugins.color night-light-enabled true
|
||||
fi
|
Reference in New Issue
Block a user