merge: main

This commit is contained in:
AngeD 2023-04-02 21:48:21 +02:00
commit 8c422edbb2
5 changed files with 11 additions and 5 deletions

@ -1 +1 @@
Subproject commit c5505c70571b094663745167d40388edd40f6450
Subproject commit 94291c924f0efdbc16ac625cf77ae7d3a7fa5821

@ -1 +1 @@
Subproject commit 9850baa958d6a1edd6586d77e354d89249f97a88
Subproject commit d546bcd1f1393e144396fc049ae4bf7d4fffccab

View File

@ -1,4 +1,8 @@
#!/bin/sh
[ "$XDG_VTNR" = 1 ] && exec startx > "$HOME/.gui.log" 2>&1
GUILOG="$HOME/.local/share/xorg/gui.log"
mv "$GUILOG" "$GUILOG.old" 2> /dev/null
[ "$XDG_VTNR" = 1 ] && exec startx > "$GUILOG" 2>&1
#[ "$XDG_VTNR" = 1 ] && export XDG_CURRENT_DESKTOP=sway && exec sway > "$HOME/.gui.log" 2>&1

@ -1 +1 @@
Subproject commit fcbdc330ff50617c8b84d39ce069cc75df41108f
Subproject commit cc9913210498e2d527486310f1e8a53b93f55ca8

View File

@ -53,8 +53,10 @@ update_time() {
#}
# modules that don't update on their own need to be run at the start for getting their initial value
while [ -z "$(wpctl get-volume '@DEFAULT_AUDIO_SINK@')" ]; do
sleep 1
done
update_vol
#update_backlight
display() {
xsetroot -name "$crypto | $cpu | $memory | $vol | $time"