commit 7f564510d93185ec2b1e7f34ff1d65f7fcd57260 parent 3a335e91a01f543df92343ab5933873b1b41eb1d Author: regexghost <dev@regexghost.com> Date: Wed, 15 Jul 2026 21:04:18 +0100 added gammastep Diffstat:
| M | apt-install.sh | | | 2 | +- |
| M | dotfiles/.kshrc | | | 1 | + |
| M | wm-scripts/jwm-xinit.sh | | | 3 | +++ |
3 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/apt-install.sh b/apt-install.sh @@ -1,3 +1,3 @@ #!/bin/sh -sudo apt install curl wget golang xorg xinit x11-xserver-utils bluetooth unzip git firefox mpv vlc tar moc fasd fonts-roboto fonts-firacode figlet jq xcompmgr picom trash-cli ncdu pulsemixer feh moc-ffmpeg-plugin keepassxc-full fzf libnotify-bin dunst texinfo xmlstarlet duf gh tidy w3m bluetooth xclip wbritish wbritish-huge rsync pup rename ifuse libimobiledevice-utils chromium groff zathura zathura-pdf-poppler zathura-ps xdotool pulseaudio-module-bluetooth sqlite3 expect aria2 +sudo apt install curl wget golang xorg xinit x11-xserver-utils bluetooth unzip git firefox mpv vlc tar moc fasd fonts-roboto fonts-firacode figlet jq xcompmgr picom trash-cli ncdu pulsemixer feh moc-ffmpeg-plugin keepassxc-full fzf libnotify-bin dunst texinfo xmlstarlet duf gh tidy w3m bluetooth xclip wbritish wbritish-huge rsync pup rename ifuse libimobiledevice-utils chromium groff zathura zathura-pdf-poppler zathura-ps xdotool pulseaudio-module-bluetooth sqlite3 expect aria2 gammastep diff --git a/dotfiles/.kshrc b/dotfiles/.kshrc @@ -47,6 +47,7 @@ alias alpine='alpine -p ~/.config/alpine/pinerc -passfile ~/.config/alpine/pine- alias man='MANWIDTH=$(($(stty size | cut -d " " -f 2)-20)) man' alias cl='ln -si' alias b='bat' +alias dud='du -s -h *' # Not POSIX compliant grepc () { diff --git a/wm-scripts/jwm-xinit.sh b/wm-scripts/jwm-xinit.sh @@ -10,5 +10,8 @@ #(sleep 6 && xcompmgr -n) & (sleep 6 && picom --backend xrender --vsync) & +# Night-shift +(sleep 16 && gammastep -O 5200) & + # Window manager exec jwm 2> ~/.cache/xsession-errors