-
Notifications
You must be signed in to change notification settings - Fork 0
/
start-ubuntu.sh
executable file
·44 lines (34 loc) · 1.26 KB
/
start-ubuntu.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
#!/bin/bash
##-------------------------------------------------------------------##
## ____ ____ _ _
## / ___|___ _ __ ___ _ _ / ___|| |_ ___ _ __ | |__ __ _ _ __
## | | / _ \| '__/ _ \ | | | \___ \| __/ _ \ '_ \| '_ \ / _` | '_ \
## | |__| (_) | | | __/ |_| | ___) | || __/ |_) | | | | (_| | | | |
## \____\___/|_| \___|\__, | |____/ \__\___| .__/|_| |_|\__,_|_| |_|
## |___/ |_|
##
## Corey Stephan's Autostart Script
## Ubuntu Edition
## https://www.coreystephan.com
## https://github.com/historical-theology
##-------------------------------------------------------------------##
# Compositor
compton &
# Wallpaper
nitrogen --restore &
# Redshift
redshift &
# CPU Cooler
liquidctl set pump speed 20 &
liquidctl set fan speed 10 &
liquidctl set sync color fading 7851a9 ffffff &
# Policy Kit
lxqt-policykit-agent &
# Barrier
barriers --name corey-ubuntu --no-tray --enable-crypto --restart --config /home/corey/barrier.conf &
# US - Polytonic Greek Alt+Shift Toggle
setxkbmap -layout 'us,gr' -option 'grp:alt_shift_toggle' -variant ',polytonic'
# Insync
# insync start &
# pCloud
# rclone mount pcloud:/ /home/corey/pcloud/ --vfs-cache-mode full &