add dark theme

This commit is contained in:
Aliberk Sandıkçı 2023-10-23 16:47:07 +03:00
parent 440f4aa35f
commit 5b0f05d4bb
Signed by: asandikci
GPG Key ID: 25C67A03B5666BC1
4 changed files with 13 additions and 4 deletions

View File

@ -23,9 +23,11 @@ wget -qO- https://raw.githubusercontent.com/asandikci/iflbot-setup/main/install.
- [ ] XFCE General Configurations
- [ ] Auto Sleep 2H
- [ ] Auto Dimming 2H
- [ ] Dark Theme
- [x] Dark Theme
- [ ] XFCE Panel Configurations
- [ ] Panel Size: 28px
- [ ] LightDM configurations
- [ ] Auto login bot user
- [ ] Disable annoying bell sound (in each restart)
- [ ] End-of-life after [LabManage](https://git.aliberksandikci.com.tr/asandikci/labmanage) application ready-to-use
- [ ] End-of-life after [LabManage](https://git.aliberksandikci.com.tr/asandikci/labmanage) application ready-to-use (WIP/private for now)

View File

@ -97,6 +97,7 @@ _checkinput() {
[eE][vV]][eE][tT]) return 1 ;;
[Yy]*) return 1 ;;
[Ee]*) return 1 ;;
"" | " ") return 1 ;;
n | N | H | h | *) return 0 ;;
esac
}

View File

@ -3,4 +3,9 @@
# NOT IPLEMENTED YET, see ./../README.md
### SUBLIME BUILDS
### SUBLIME BUILDS
### XFCE SETTINGS
xfconf-query -c "xfwm4" -p "/general/theme" -s "pardus-xfce-dark" --type "string" --create
xfconf-query -c "xsettings" -p "/Net/IconThemeName" -s "pardus-xfce-dark" --type "string" --create

View File

@ -1,6 +1,7 @@
#!/bin/bash
# prerequisites
sudo apt install xfconf -y
sudo apt-get install curl wget apt-transport-https -y
sudo apt install software-properties-common -y
sudo apt install gcc build-essential cmake make g++ -y
sudo apt install gcc build-essential cmake make g++ -y