From 0b908497648d8a05bc677d4d0125642d28145b3a Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Fri, 27 Feb 2026 06:11:03 -0500 Subject: [PATCH] vs codium themes are installed as extensions and, synced in between machines --- dots/archinstall/common/packages.txt | 5 ++++- scripts/99_deploy.sh | 16 +++------------- 2 files changed, 7 insertions(+), 14 deletions(-) diff --git a/dots/archinstall/common/packages.txt b/dots/archinstall/common/packages.txt index 5e5ba3a..c55b30e 100644 --- a/dots/archinstall/common/packages.txt +++ b/dots/archinstall/common/packages.txt @@ -28,6 +28,10 @@ swaync # notification deamon waybar # status bar xdg-desktop-portal-hyprland # xdg-desktop-portal backend +# notes +# --- +# the sweet dark theme (https://github.com/EliverLara/Sweet) is downloaded via dots+ (`ct d+`) + # misc # --- #aur:bruno-bin # api testing client @@ -45,7 +49,6 @@ xdg-desktop-portal-hyprland # xdg-desktop-portal backend #aur:proton-vpn-gtk-app # vpn #aur:protonvpn-cli # official protonvpn cli #aur:rate-mirrors # client-side map-aware mirror ranking tool -#aur:sweet-gtk-theme-dark # https://github.com/EliverLara/Sweet #aur:unimatrix-git # simulate matrix display in term #aur:xautolock # screen locker for x diff --git a/scripts/99_deploy.sh b/scripts/99_deploy.sh index 14dc242..7d0e27e 100755 --- a/scripts/99_deploy.sh +++ b/scripts/99_deploy.sh @@ -436,22 +436,12 @@ if [ ${operation} == "dots+" ] ; then # miscelanneous # ---------- - # vscodium theme - # https://vscodethemes.com/e/sdras.night-owl/night-owl-no-italics?language=javascript - # https://github.com/sdras/night-owl-vscode-theme/tree/main/themes - # if a new version is commited, download and rename the following file: - # https://github.com/sdras/night-owl-vscode-theme/archive/refs/heads/main.zip - file_name=night-owl-vscode-theme-main.zip - file_path=/home/${system_user}/.vscode-oss/extensions - create_dir ${file_path} - deploy_file "${dotsplus_trg}/miscellaneous/${file_name}" "${file_path}/" chown recursive - # sweet dark gtk theme # https://github.com/EliverLara/Sweet # https://github.com/EliverLara/Sweet/releases -# file_name=Sweet-Dark.tar.xz -# file_path=/usr/share/themes -# deploy_file "${dotsplus_trg}/miscellaneous/${file_name}" "${file_path}/" chown recursive + file_name=Sweet-Dark.tar.xz + file_path=/usr/share/themes + deploy_file "${dotsplus_trg}/miscellaneous/${file_name}" "${file_path}/" chown recursive # ---------- # chowning