add dark theme
This commit is contained in:
parent
440f4aa35f
commit
5b0f05d4bb
4 changed files with 13 additions and 4 deletions
|
@ -23,9 +23,11 @@ wget -qO- https://raw.githubusercontent.com/asandikci/iflbot-setup/main/install.
|
||||||
- [ ] XFCE General Configurations
|
- [ ] XFCE General Configurations
|
||||||
- [ ] Auto Sleep 2H
|
- [ ] Auto Sleep 2H
|
||||||
- [ ] Auto Dimming 2H
|
- [ ] Auto Dimming 2H
|
||||||
- [ ] Dark Theme
|
- [x] Dark Theme
|
||||||
- [ ] XFCE Panel Configurations
|
- [ ] XFCE Panel Configurations
|
||||||
- [ ] Panel Size: 28px
|
- [ ] Panel Size: 28px
|
||||||
|
- [ ] LightDM configurations
|
||||||
|
- [ ] Auto login bot user
|
||||||
- [ ] Disable annoying bell sound (in each restart)
|
- [ ] 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)
|
||||||
|
|
|
@ -97,6 +97,7 @@ _checkinput() {
|
||||||
[eE][vV]][eE][tT]) return 1 ;;
|
[eE][vV]][eE][tT]) return 1 ;;
|
||||||
[Yy]*) return 1 ;;
|
[Yy]*) return 1 ;;
|
||||||
[Ee]*) return 1 ;;
|
[Ee]*) return 1 ;;
|
||||||
|
"" | " ") return 1 ;;
|
||||||
n | N | H | h | *) return 0 ;;
|
n | N | H | h | *) return 0 ;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,4 +3,9 @@
|
||||||
|
|
||||||
# NOT IPLEMENTED YET, see ./../README.md
|
# 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
|
|
@ -1,6 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# prerequisites
|
# prerequisites
|
||||||
|
|
||||||
|
sudo apt install xfconf -y
|
||||||
sudo apt-get install curl wget apt-transport-https -y
|
sudo apt-get install curl wget apt-transport-https -y
|
||||||
sudo apt install software-properties-common -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
|
||||||
|
|
Loading…
Reference in a new issue