summaryrefslogtreecommitdiff
path: root/install/qt.fish
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-14 22:50:55 +1000
committerGitHub <noreply@github.com>2025-06-14 22:50:55 +1000
commitee7291b7f64a359d17eb1d050086ef5357d79055 (patch)
treef1c200d8c8ba81030cbb2113a2be122db6508c8f /install/qt.fish
parentMerge pull request #5 from dalpax/patch-1 (diff)
parentMerge branch 'main' into python-rework (diff)
downloadcaelestia-cli-ee7291b7f64a359d17eb1d050086ef5357d79055.tar.gz
caelestia-cli-ee7291b7f64a359d17eb1d050086ef5357d79055.tar.bz2
caelestia-cli-ee7291b7f64a359d17eb1d050086ef5357d79055.zip
Merge pull request #6 from caelestia-dots/python-rework
feat: rewrite in python
Diffstat (limited to 'install/qt.fish')
-rwxr-xr-xinstall/qt.fish20
1 files changed, 0 insertions, 20 deletions
diff --git a/install/qt.fish b/install/qt.fish
deleted file mode 100755
index 08ed1a0..0000000
--- a/install/qt.fish
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/usr/bin/env 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.'