From 6f4f0081525b57d52dd9b8a80961c682c9bd155c Mon Sep 17 00:00:00 2001 From: asandikci Date: Mon, 23 Oct 2023 18:02:43 +0300 Subject: [PATCH] tmp update --- README.md | 35 ++++++++++++++++++++++++----------- install.sh | 2 +- src/user-config.sh | 2 +- 3 files changed, 26 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index f1f4ee0..537fa4c 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,8 @@ wget -qO- https://raw.githubusercontent.com/asandikci/iflbot-setup/main/install. ### Features - MEB Certificate Installation -- Auto Configurations +- Auto Dark Theme +- Auto Panel Settings: 28px ### Compatibility - Pardus 23.0 XFCE @@ -17,18 +18,30 @@ wget -qO- https://raw.githubusercontent.com/asandikci/iflbot-setup/main/install. - GNU GPLv3+ ### TODO -- [ ] Firefox Auto Configurations -- [ ] Sublime Auto Configurations -- [ ] VSCodium Auto Configurations -- [ ] XFCE General Configurations +- [ ] AUTO LOGIN BOT USER +- [ ] Sublime Build Configs + +--- + +- [ ] Disable annoying bell sound (in each restart) +- Firefox + - [ ] Firefox Change MainPage + - [ ] Firefox Change Search Engine + - [ ] Firefox Auto Import Certificate + - [ ] Firefox Alt+Tab Last Viewed + + +--- + +- [ ] Sublime Extra Configurations +- [ ] VSCodium Auto Configurations +- XFCE General Configurations - [ ] Auto Sleep 2H - [ ] Auto Dimming 2H - - [x] Dark Theme -- [ ] XFCE Panel Configurations - - [ ] Panel Size: 28px -- [ ] LightDM configurations - - [ ] Auto login bot user -- [ ] Disable annoying bell sound (in each restart) + - [ ] Add Apps to Panel: VSCodium, SublimeText, Firefox, File Explorer + - [ ] Also Favorite + +--- - [ ] ISSUE: mix 2 config file and resolve sudo issue diff --git a/install.sh b/install.sh index 3166108..6fe81c0 100755 --- a/install.sh +++ b/install.sh @@ -15,7 +15,7 @@ trap _cleanup EXIT ### VARIABLES ### # # -VERSION="23.10.21-0" +VERSION="10.23-4" AUTHOR="asandikci" temp_file="$(mktemp -u)" temp_dir="$(mktemp -d)" diff --git a/src/user-config.sh b/src/user-config.sh index 1e87e95..bfa4d90 100644 --- a/src/user-config.sh +++ b/src/user-config.sh @@ -9,7 +9,7 @@ xfconf-query -c "xfwm4" -p "/general/theme" -s "pardus-xfce-dark" --type "string xfconf-query -c "xsettings" -p "/Net/IconThemeName" -s "pardus-xfce-dark" --type "string" --create # Panel Size -xfconf-query --channel 'xfce4-panel' --property '/panels/panel-1/size' --type int --set 28 +xfconf-query --channel 'xfce4-panel' --property '/panels/panel-1/size' --type int --set 28 --create