Commit 5e5b24c

Ansari <ping@ansari.wtf>
2026-02-14 01:33:26
updated vars and disk util tool
1 parent 637c42e
Changed files (2)
.config
hypr
modules
.local
share
.config/hypr/modules/vars.conf
@@ -1,5 +1,5 @@
 $terminal = uwsm-app -- xdg-terminal-exec
-$fileManager = thunar
+$fileManager = smart-launch -n --tui "file-manager" "yazi"
 $browser = zen-browser
 $menu = rofi -show drun
 $cliphistMenu = cliphist list | rofi -dmenu -p "" -no-show-icons| cliphist decode | wl-copy
@@ -15,4 +15,5 @@ env = __GLX_VENDOR_LIBRARY_NAME,nvidia
 
 env = PATH,$PATH:$HOME/.wraith/bin
 env = TERMINAL,ghostty
+env = EDITOR,nvim
 env = SSH_AUTH_SOCK,$HOME/.ssh/agent.sock
\ No newline at end of file
.local/share/applications/disk-usage.desktop
@@ -1,7 +1,7 @@
 [Desktop Entry]
 Version=1.0
 Name=Disk Usage
-Exec=smart-launch --tui "disk-usage" "bash -c 'wdu;dust -r; read -n 1 -s'"
+Exec=smart-launch --tui "disk-usage" "bash -c 'while :; do clear;wdu; dust -r;echo; echo -n \\"r: reload  q: quit \\"; read -n1 -s k; [[ $k == r ]] || break; done'"
 Terminal=false
 Type=Application
 Icon=/home/robin/.assets/icons/shell.png