s-tui configuration
This commit is contained in:
parent
a158652f3e
commit
24ad5334a3
3 changed files with 107 additions and 0 deletions
98
.config/s-tui/s-tui.conf
Normal file
98
.config/s-tui/s-tui.conf
Normal file
|
@ -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
|
||||
|
5
Makefile
5
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
|
||||
|
|
4
arch.sh
4
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."
|
||||
|
|
Loading…
Reference in a new issue