Skip to content

Commit

Permalink
eww log file fix
Browse files Browse the repository at this point in the history
  • Loading branch information
winters0x64 committed Oct 4, 2023
1 parent 7336fcc commit ced2d51
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions eww/scripts/coldx_launch.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

EWW="env XDG_CACHE_HOME=/tmp eww -c $HOME/.config/eww/"

## window list
w_ls="
coldx \
Expand All @@ -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
Expand All @@ -19,7 +21,7 @@ fi

## Open widgets
run_eww() {
eww open-many --toggle $w_ls
${EWW} open-many --toggle $w_ls
}

run_eww
4 changes: 2 additions & 2 deletions eww/scripts/inst.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion eww/scripts/launch.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ced2d51

Please sign in to comment.