diff options
-rwxr-xr-x | .scripts/light | 13 | ||||
-rw-r--r-- | packages.txt | 6 |
2 files changed, 19 insertions, 0 deletions
diff --git a/.scripts/light b/.scripts/light new file mode 100755 index 0000000..c8b1001 --- /dev/null +++ b/.scripts/light @@ -0,0 +1,13 @@ +#!/usr/bin/env bash + +if [ -n "$1" ]; then + hueadm group 1 =0 &>/dev/null + hueadm group 1 on &>/dev/null + exit 0 +fi + +if [ "$(hueadm group -j 1 | jq .state.any_on)" = "true" ]; then + hueadm group 1 off &>/dev/null +else + hueadm group 1 reset &>/dev/null +fi diff --git a/packages.txt b/packages.txt index 2e0f6e4..e1cb1d8 100644 --- a/packages.txt +++ b/packages.txt @@ -37,6 +37,7 @@ bash-completion bat bc bdf2c +bdf2psf biber bind binutils @@ -89,6 +90,7 @@ gdb geckodriver gimp git +github-cli gnu-free-fonts gnu-netcat gotop-bin @@ -206,6 +208,7 @@ odt2txt openssl-1.0 otf-latin-modern otf-latinmodern-math +otf2bdf pacman-contrib pandoc pandoc-citeproc @@ -234,6 +237,7 @@ qutebrowser r rclone read-edid +redshift ripgrep rpmextract rsync @@ -254,6 +258,7 @@ stress sudo sxiv tcc +tcpdump telegram-desktop terminus-font texinfo @@ -313,6 +318,7 @@ windows2usb-git wine-gecko wine-mono wine-staging +wireshark-qt wmctrl wmname wtf |