commit 5ef014f83d4463bb62892223f7e216db34d3bfcb parent aed1397cfbedfc988f1edbd9f486148a18e03853 Author: regexghost <dev@regexghost.com> Date: Fri, 7 Aug 2026 15:28:00 +0100 style.css template change (added table padding), also added intel gpu top to package install list Diffstat:
| M | apt-install.sh | | | 2 | +- |
| M | helpers/colours/templates/Template-style.css | | | 8 | ++++++++ |
2 files changed, 9 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-esr 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 xdotool pulseaudio-module-bluetooth sqlite3 expect aria2 gammastep qimgv kimageformat-plugins kimageformat6-plugins nomacs mediainfo mpd mpc htop python3-venv btop alpine unrar-free android-file-transfer nnn xfe vim yq qalc +sudo apt install curl wget golang xorg xinit x11-xserver-utils bluetooth unzip git firefox-esr 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 xdotool pulseaudio-module-bluetooth sqlite3 expect aria2 gammastep qimgv kimageformat-plugins kimageformat6-plugins nomacs mediainfo mpd mpc htop python3-venv btop alpine unrar-free android-file-transfer nnn xfe vim yq qalc intel-gpu-tools diff --git a/helpers/colours/templates/Template-style.css b/helpers/colours/templates/Template-style.css @@ -9,6 +9,14 @@ a { color: #CYAN; } +td { + padding: 0px 18px 2px 0px; +} + +th { + padding: 0px 18px 4px 0px; +} + div.sidebar a { font-size: 25px; text-decoration: none;