From ced2d51fda4dd78373f342dafb4197dbfb5e7aac Mon Sep 17 00:00:00 2001 From: winters0x64 Date: Wed, 4 Oct 2023 22:37:20 +0530 Subject: [PATCH] eww log file fix --- eww/scripts/coldx_launch.sh | 6 ++++-- eww/scripts/inst.sh | 4 ++-- eww/scripts/launch.sh | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/eww/scripts/coldx_launch.sh b/eww/scripts/coldx_launch.sh index c5fccde..c21b46a 100755 --- a/eww/scripts/coldx_launch.sh +++ b/eww/scripts/coldx_launch.sh @@ -1,5 +1,7 @@ #!/bin/bash +EWW="env XDG_CACHE_HOME=/tmp eww -c $HOME/.config/eww/" + ## window list w_ls=" coldx \ @@ -8,7 +10,7 @@ w_ls=" music_window \ cpu_window \ launcher_window \ - qoutes_window \ + qoutes_window " ## Run eww daemon if not running already if [[ ! `pidof eww` ]]; then @@ -19,7 +21,7 @@ fi ## Open widgets run_eww() { - eww open-many --toggle $w_ls + ${EWW} open-many --toggle $w_ls } run_eww \ No newline at end of file diff --git a/eww/scripts/inst.sh b/eww/scripts/inst.sh index 39f444b..2d3f841 100755 --- a/eww/scripts/inst.sh +++ b/eww/scripts/inst.sh @@ -32,11 +32,11 @@ apps_install() { separator echo "[+] Installing...nvim,foot,hyprland,hyprpaper,ttf-hack-nerd,eww-wayland,jq,socat,node,npm,google-chrome,fuzzel,swaylock-effects,discord,bleachbit,otf-daddttimemono-git,code(extensions installed through vsix file) btop,qt5-wayland,qt6-wayland,xdg-desktop-portal-hyprland,xdg-desktop-portal-gtk,nwg-look,phocus-gtk-theme-git - ttf-jetbrains-mono-nerd,nitch" + ttf-jetbrains-mono-nerd" echo "[+] bleachbit,zathura,zathura-pdf-mupdf,btop,dunst,playerctl" yay -S --needed --noconfirm nvim foot hyprland hyprpaper ttf-hack-nerd eww-wayland jq socat node npm google-chrome fuzzel swaylock-effects discord bleachbit otf-daddttimemono-git yay -S --needed --noconfirm bleachbit zathura zathura-pdf-mupdf btop dunst qt5-wayland qt6-wayland xdg-desktop-portal-hyprland xdg-desktop-portal-gtk nwg-look phocus-gtk-theme-git - yay -S --needed --noconfirm ttf-jetbrains-mono-nerd playerctl nitch + yay -S --needed --noconfirm ttf-jetbrains-mono-nerd playerctl separator echo "[+] Here's a list of apps/dependencies that will be installed as part of Web exploitation" separator diff --git a/eww/scripts/launch.sh b/eww/scripts/launch.sh index 3920fcf..ba20e64 100755 --- a/eww/scripts/launch.sh +++ b/eww/scripts/launch.sh @@ -1,7 +1,7 @@ #!/bin/bash ## EWW bin -EWW="eww -c $HOME/.config/eww/" +EWW="env XDG_CACHE_HOME=/tmp eww -c $HOME/.config/eww/" ## Run eww daemon if not running already if [[ ! `pidof eww` ]]; then