replace ags with quickshell!!!!
This commit is contained in:
parent
ae398eac24
commit
3c3c4a6913
6 changed files with 4 additions and 15 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -1,9 +1,6 @@
|
||||||
[submodule "nvim"]
|
[submodule "nvim"]
|
||||||
path = nvim
|
path = nvim
|
||||||
url = https://git.palko.ca/baobeld/nvim.git
|
url = https://git.palko.ca/baobeld/nvim.git
|
||||||
[submodule "ags"]
|
|
||||||
path = ags
|
|
||||||
url = https://git.palko.ca/baobeld/ags.git
|
|
||||||
[submodule "lux-shell"]
|
[submodule "lux-shell"]
|
||||||
path = quickshell
|
path = quickshell
|
||||||
url = https://git.palko.ca/baobeld/lux-shell.git
|
url = https://git.palko.ca/baobeld/lux-shell.git
|
||||||
|
|
|
||||||
2
.zshrc
2
.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
|
source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
|
||||||
|
|
||||||
export EDITOR=nvim
|
export EDITOR=nvim
|
||||||
|
export QML_IMPORT_PATH=/usr/lib/qt6/qml
|
||||||
|
export QML2_IMPORT_PATH=/usr/lib/qt6/qml
|
||||||
|
|
||||||
neofetch --ascii ~/dotfiles/ascii.txt
|
neofetch --ascii ~/dotfiles/ascii.txt
|
||||||
|
|
|
||||||
1
ags
1
ags
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit 27a263142ff9b44151e81f57075dae704f43e272
|
|
||||||
|
|
@ -4,8 +4,7 @@ exec-once = bash ~/.config/hypr/hyprland/scripts/start-swaync.sh
|
||||||
# Idle Daemon
|
# Idle Daemon
|
||||||
exec-once = hypridle
|
exec-once = hypridle
|
||||||
# Status-bar
|
# Status-bar
|
||||||
# exec-once = bash ~/.config/hypr/scripts/start-waybar.sh
|
exec-once = quickshell
|
||||||
exec-once = bash ~/dotfiles/hypr/hyprland/scripts/run-ags.sh
|
|
||||||
# Emotes
|
# Emotes
|
||||||
exec-once = emote
|
exec-once = emote
|
||||||
# Wallpaper Daemon
|
# Wallpaper Daemon
|
||||||
|
|
|
||||||
|
|
@ -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
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 579af752fa88747229969612ec3fb8ba10067001
|
Subproject commit 65b4762c90f6e6a1c8dff9e28bd20f7b4a1aa1fe
|
||||||
Loading…
Add table
Reference in a new issue