hyprland: add eww to execs
This commit is contained in:
@@ -10,9 +10,11 @@ sed -i "s|^\$border: #[0-9a-fA-F]\{6\};\$|\$border: #${colorHex};|" "$file" || {
|
|||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
pgrep -x eww >/dev/null -u "$USER" && eww reload || {
|
if pgrep -x eww >/dev/null -u "$USER"; then
|
||||||
log_error "Failed to reload eww, is it running?"
|
eww reload || {
|
||||||
exit 1
|
log_error "Failed to reload eww, is it running?"
|
||||||
}
|
exit 1
|
||||||
|
}
|
||||||
|
fi
|
||||||
|
|
||||||
log_success "eww"
|
log_success "eww"
|
||||||
@@ -12,7 +12,7 @@ sed -i 's/^\( set -g fetch_color "\)#\([0-9a-fA-F]\{6\}\)"/\1#'"${colorHex}"'
|
|||||||
|
|
||||||
log_success "fastfetch"
|
log_success "fastfetch"
|
||||||
|
|
||||||
# Also apply to omp in here
|
# Also apply to omp here
|
||||||
|
|
||||||
file="$path"/../posh_theme.omp.json
|
file="$path"/../posh_theme.omp.json
|
||||||
|
|
||||||
|
|||||||
@@ -19,6 +19,7 @@ exec-once = hyprpm reload
|
|||||||
exec-once = mako
|
exec-once = mako
|
||||||
exec-once = nm-applet
|
exec-once = nm-applet
|
||||||
exec-once = blueman-applet
|
exec-once = blueman-applet
|
||||||
|
exec-once = eww daemon
|
||||||
|
|
||||||
# Audio
|
# Audio
|
||||||
# exec-once = easyeffects --gapplication-service
|
# exec-once = easyeffects --gapplication-service
|
||||||
|
|||||||
Reference in New Issue
Block a user