From 24ad5334a3b12e0c3d4072a064832ec447b487f1 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 29 Jan 2024 09:54:54 +0100 Subject: [PATCH] s-tui configuration --- .config/s-tui/s-tui.conf | 98 ++++++++++++++++++++++++++++++++++++++++ Makefile | 5 ++ arch.sh | 4 ++ 3 files changed, 107 insertions(+) create mode 100644 .config/s-tui/s-tui.conf diff --git a/.config/s-tui/s-tui.conf b/.config/s-tui/s-tui.conf new file mode 100644 index 0000000..36336fb --- /dev/null +++ b/.config/s-tui/s-tui.conf @@ -0,0 +1,98 @@ +[GraphControll] +refresh = 2.0 +utf8 = False + +[Temp,Graphs] +acpitz,0 = False +ath10k_hwmon,0 = False +packageid0,0 = True +core0,0 = True +core1,0 = True +core2,0 = True +core3,0 = True +cpu,0 = True +sodimm,0 = False +other,0 = False +ambient,0 = False +other,1 = False +ambient,1 = False +ambient,2 = False +composite,0 = False +sensor1,0 = False +pch_skylake,0 = False + +[Frequency,Graphs] +avg = True +core 0 = True +core 1 = True +core 2 = True +core 3 = True +core 4 = True +core 5 = True +core 6 = True +core 7 = True + +[Util,Graphs] +avg = False +core 0 = False +core 1 = False +core 2 = False +core 3 = False +core 4 = False +core 5 = False +core 6 = False +core 7 = False + +[Power,Graphs] + +[Fan,Graphs] +processor fan = True +video fan = True + +[Temp,Summaries] +acpitz,0 = False +ath10k_hwmon,0 = False +packageid0,0 = True +core0,0 = True +core1,0 = True +core2,0 = True +core3,0 = True +cpu,0 = True +sodimm,0 = True +other,0 = False +ambient,0 = False +other,1 = False +ambient,1 = False +ambient,2 = False +composite,0 = False +sensor1,0 = False +pch_skylake,0 = False + +[Frequency,Summaries] +avg = True +core 0 = True +core 1 = True +core 2 = True +core 3 = True +core 4 = True +core 5 = True +core 6 = True +core 7 = True + +[Util,Summaries] +avg = False +core 0 = False +core 1 = False +core 2 = False +core 3 = False +core 4 = False +core 5 = False +core 6 = False +core 7 = False + +[Power,Summaries] + +[Fan,Summaries] +processor fan = True +video fan = True + diff --git a/Makefile b/Makefile index ee50ef9..c41ad28 100644 --- a/Makefile +++ b/Makefile @@ -132,6 +132,11 @@ sync-arch: @echo "VSCodium settings synced!" @echo +# s-tui + @$(WGET) $(REPO_SRC)/.config/s-tui/s-tui.conf -O $(HOME)/.config/s-tui/s-tui.conf + @echo "s-tui settings synced!" + @echo + # Pacman hooks @sudo mkdir -p /etc/pacman.d/hooks @sudo $(WGET) $(REPO_SRC)/pacman.d/hooks/stop-wine-associations.hook -P /etc/pacman.d/hooks/stop-wine-associations.hook diff --git a/arch.sh b/arch.sh index bf4a2b2..5cffd11 100644 --- a/arch.sh +++ b/arch.sh @@ -424,6 +424,10 @@ main() { # === Update NPM == sudo npm i -g npm@latest + # === s-tui == + # Configuration + wget -q --show-progress ${repo}/.config/s-tui/s-tui.conf -P "$HOME"/.config/s-tui/ + printf "\nConcernant le Secure Boot, voici le tuto :" echo "https://www.reddit.com/r/archlinux/comments/zo83gb/how_i_setup_secure_boot_for_arch_linux_simple/" echo -e "\n\nInstallation terminée.\nIl faut redémarrer l'ordinateur."