summaryrefslogtreecommitdiff
path: root/install/qt.fish
blob: 83ef567de0eb7bc2bec4e06d3847df9f3df08911 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/fish

. (dirname (status filename))/util.fish

install-deps git darkly-bin
install-optional-deps 'papirus-icon-theme (icon theme)'

set -l dist $C_DATA/qt

# Update/Clone repo
update-repo qt $dist

# Install systemd service
setup-systemd-monitor qt $dist

# Change settings
confirm-copy $dist/qtct.conf $CONFIG/qt5ct/qt5ct.conf
confirm-copy $dist/qtct.conf $CONFIG/qt6ct/qt6ct.conf

log 'Done.'