tmp update
This commit is contained in:
parent
1f596cb7ef
commit
6f4f008152
3 changed files with 26 additions and 13 deletions
33
README.md
33
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
|
||||
- [ ] 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
|
||||
- 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
|
||||
|
||||
|
|
|
@ -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)"
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue