update zenUtils
This commit is contained in:
parent
a0029a4664
commit
b44cc9e968
3 changed files with 11 additions and 10 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue