tmp update

This commit is contained in:
Aliberk Sandıkçı 2023-10-23 18:02:43 +03:00
parent 1f596cb7ef
commit 6f4f008152
Signed by: asandikci
GPG Key ID: 25C67A03B5666BC1
3 changed files with 26 additions and 13 deletions

View File

@ -8,7 +8,8 @@ wget -qO- https://raw.githubusercontent.com/asandikci/iflbot-setup/main/install.
### Features ### Features
- MEB Certificate Installation - MEB Certificate Installation
- Auto Configurations - Auto Dark Theme
- Auto Panel Settings: 28px
### Compatibility ### Compatibility
- Pardus 23.0 XFCE - Pardus 23.0 XFCE
@ -17,18 +18,30 @@ wget -qO- https://raw.githubusercontent.com/asandikci/iflbot-setup/main/install.
- GNU GPLv3+ - GNU GPLv3+
### TODO ### TODO
- [ ] Firefox Auto Configurations - [ ] AUTO LOGIN BOT USER
- [ ] Sublime Auto Configurations - [ ] Sublime Build Configs
- [ ] VSCodium Auto Configurations
- [ ] XFCE General Configurations ---
- [ ] 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 Sleep 2H
- [ ] Auto Dimming 2H - [ ] Auto Dimming 2H
- [x] Dark Theme - [ ] Add Apps to Panel: VSCodium, SublimeText, Firefox, File Explorer
- [ ] XFCE Panel Configurations - [ ] Also Favorite
- [ ] Panel Size: 28px
- [ ] LightDM configurations ---
- [ ] Auto login bot user
- [ ] Disable annoying bell sound (in each restart)
- [ ] ISSUE: mix 2 config file and resolve sudo issue - [ ] ISSUE: mix 2 config file and resolve sudo issue

View File

@ -15,7 +15,7 @@ trap _cleanup EXIT
### VARIABLES ### ### VARIABLES ###
# # # #
VERSION="23.10.21-0" VERSION="10.23-4"
AUTHOR="asandikci" AUTHOR="asandikci"
temp_file="$(mktemp -u)" temp_file="$(mktemp -u)"
temp_dir="$(mktemp -d)" temp_dir="$(mktemp -d)"

View File

@ -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 xfconf-query -c "xsettings" -p "/Net/IconThemeName" -s "pardus-xfce-dark" --type "string" --create
# Panel Size # 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