From 0a27b47f07977a4bde3501b4413f6d3b815c564f Mon Sep 17 00:00:00 2001 From: Lukas Graz Date: Wed, 20 Apr 2022 09:38:30 +0200 Subject: [PATCH] . --- pkg-files/pacman-pkgs.txt | 4 ++-- scripts/1-setup.sh | 4 ++-- scripts/my_Gnome_setup.sh | 10 ++++++++++ 3 files changed, 14 insertions(+), 4 deletions(-) create mode 100755 scripts/my_Gnome_setup.sh diff --git a/pkg-files/pacman-pkgs.txt b/pkg-files/pacman-pkgs.txt index 3c9b3b0..3c37a01 100644 --- a/pkg-files/pacman-pkgs.txt +++ b/pkg-files/pacman-pkgs.txt @@ -13,7 +13,7 @@ linux-headers noto-fonts-emoji usbutils xdg-user-dirs ---END OF MINIMAL INSTALL-- +### old end of minimal avahi # alsa-plugins # alsa-utils @@ -111,6 +111,7 @@ zip ########################################## ### MY PACKAGES ########################################## +--END OF MINIMAL INSTALL-- gst-plugin-pipewire pipewire pipewire-alsa @@ -123,7 +124,6 @@ flatpak grep gscan2pdf guake -htop openconnect openvpn networkmanager diff --git a/scripts/1-setup.sh b/scripts/1-setup.sh index fc76ae2..7a9d53a 100755 --- a/scripts/1-setup.sh +++ b/scripts/1-setup.sh @@ -60,8 +60,8 @@ echo -ne " sed -i 's/^#de_CH.UTF-8 UTF-8/de_CH.UTF-8 UTF-8/' /etc/locale.gen locale-gen touch /etc/locale.conf -cat "LANG=en_US.UTF-8" | tee -a /etc/locale.conf -cat "LC_TIME=de_CH.UTF-8" | tee -a /etc/locale.conf +echo "LANG=en_US.UTF-8" | tee -a /etc/locale.conf +echo "LC_TIME=de_CH.UTF-8" | tee -a /etc/locale.conf timedatectl --no-ask-password set-timezone ${TIMEZONE} timedatectl --no-ask-password set-ntp 1 # localectl --no-ask-password set-locale LANG="en_US.UTF-8" LC_TIME="en_US.UTF-8" diff --git a/scripts/my_Gnome_setup.sh b/scripts/my_Gnome_setup.sh new file mode 100755 index 0000000..5a983e0 --- /dev/null +++ b/scripts/my_Gnome_setup.sh @@ -0,0 +1,10 @@ +#!/usr/bin/env bash +GNOME_SHELL_VERSION=`gnome-shell --version` +echo $GNOME_SHELL_VERSION #| cut -d " " -f $2 + +yay -S gnome-shell-extension-installer +EXT_NAME=Material +# get search output (to find current ID) +MY_TEMP="`printf 'q' | gnome-shell-extension-installer $EXT_NAME`" +EXTENSION_ID=...??? # filter version +gnome-shell-extension-installer $EXTENSION_ID