update zenUtils

This commit is contained in:
Iris Lightshard 2021-07-25 23:39:40 -06:00
parent a0029a4664
commit b44cc9e968
Signed by: Iris Lightshard
GPG key ID: 3B7FBC22144E6398
3 changed files with 11 additions and 10 deletions

View file

@ -34,7 +34,7 @@ handler() {
elif pgrep plasmashell; then
killall plasmashell
elif pgrep ryudo; then
pkill -9 -P $(pgrep ryudo)
pkill -9 -P $(pgrep startx)
else
killall -0 Xorg
fi

View file

@ -5,18 +5,16 @@ sudo powertop -auto-tune &
redshit -x; redshift -O 6000K &
xbacklight -set 50 &
if ! pgrep pulseaudio; then
pulseaudio -k
pulseaudio --start --exit-idle-time=-1 &
fi
if ! pgrep hamster-service; then
hamster-service &
fi
if ! pgrep offlineimap; then
offlineimap &
fi
if ! pgrep pipewire; then
pipewire & sleep 0.3
pipewire-pulse &
fi
export WINIT_X11_SCALE_FACTOR=1
export GTK_THEME=steppenwolf-dark
rm ~/.config/gtkrc*
export WINIT_X11_SCALE_FACTOR=1

View file

@ -32,7 +32,7 @@ if [ "$1" = "-r" ]; then
output=offline
fi
echo -n "${output} "
echo -n "${output}"
# battery
powerlevel=$(cat /sys/class/power_supply/BAT*/capacity)
@ -72,5 +72,8 @@ if [ "$1" = "-r" ]; then
;;
esac
echo "${meter}"
if ! grep Full /sys/class/power_supply/BAT*/status > /dev/null \
&& file /sys/class/power_supply/BAT* > /dev/null; then
echo " ${meter}"
fi
fi