diff --git a/.gitmodules b/.gitmodules index 80df3c1..9542823 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,6 @@ [submodule "nvim"] path = nvim url = https://git.palko.ca/baobeld/nvim.git -[submodule "ags"] - path = ags - url = https://git.palko.ca/baobeld/ags.git [submodule "lux-shell"] path = quickshell url = https://git.palko.ca/baobeld/lux-shell.git diff --git a/.zshrc b/.zshrc index b0b70e2..a64a954 100644 --- a/.zshrc +++ b/.zshrc @@ -125,5 +125,7 @@ source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zs source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh export EDITOR=nvim +export QML_IMPORT_PATH=/usr/lib/qt6/qml +export QML2_IMPORT_PATH=/usr/lib/qt6/qml neofetch --ascii ~/dotfiles/ascii.txt diff --git a/ags b/ags deleted file mode 160000 index 27a2631..0000000 --- a/ags +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 27a263142ff9b44151e81f57075dae704f43e272 diff --git a/hypr/hyprland/execs.conf b/hypr/hyprland/execs.conf index 7497e67..fe24384 100644 --- a/hypr/hyprland/execs.conf +++ b/hypr/hyprland/execs.conf @@ -4,8 +4,7 @@ exec-once = bash ~/.config/hypr/hyprland/scripts/start-swaync.sh # Idle Daemon exec-once = hypridle # Status-bar -# exec-once = bash ~/.config/hypr/scripts/start-waybar.sh -exec-once = bash ~/dotfiles/hypr/hyprland/scripts/run-ags.sh +exec-once = quickshell # Emotes exec-once = emote # Wallpaper Daemon diff --git a/hypr/hyprland/scripts/run-ags.sh b/hypr/hyprland/scripts/run-ags.sh deleted file mode 100644 index e7ac9a6..0000000 --- a/hypr/hyprland/scripts/run-ags.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -CONFIG_FILES="$HOME/dotfiles/ags" -while true; do - sleep 1.6 - ags run --gtk4 -d "$CONFIG_FILES" & - inotifywait -e create,modify -r "$CONFIG_FILES" - killall gjs -done diff --git a/quickshell b/quickshell index 579af75..65b4762 160000 --- a/quickshell +++ b/quickshell @@ -1 +1 @@ -Subproject commit 579af752fa88747229969612ec3fb8ba10067001 +Subproject commit 65b4762c90f6e6a1c8dff9e28bd20f7b4a1aa1fe