powersaving

This commit is contained in:
2023-02-27 20:54:54 +01:00
parent e75d2fe07f
commit 8651757102
2 changed files with 6 additions and 6 deletions

View File

@@ -110,6 +110,6 @@ while true; do
# sleep 1 && xsetroot -name "$updates $(battery) $(brightness) $(cpu) $(mem) $(wlan) $(clock)" # sleep 1 && xsetroot -name "$updates $(battery) $(brightness) $(cpu) $(mem) $(wlan) $(clock)"
# sleep 1 && xsetroot -name "$(battery) $(brightness) $(cpu) $(mem) $(wlan) $(clock)" # sleep 1 && xsetroot -name "$(battery) $(brightness) $(cpu) $(mem) $(wlan) $(clock)"
# sleep 1 && xsetroot -name "^c$text^^b$surface0^ $(brightness) ^b$base^ $(battery) $(net)^c$text^^b$base^ $(today) ^b$surface0^ $(clock) ^b$surface1^ $(pulse) " sleep 1 && xsetroot -name "^c$text^^b$surface0^ $(brightness) ^b$base^ $(battery) $(net)^c$text^^b$base^ $(today) ^b$surface0^ $(clock) ^b$surface1^ $(pulse) "
sleep 1 && xsetroot -name "^c$text^$(net)^c$text^^b$base^ $(today) ^b$surface0^ $(clock) ^b$surface1^ $(pulse) " # sleep 1 && xsetroot -name "^c$text^$(net)^c$text^^b$base^ $(today) ^b$surface0^ $(clock) ^b$surface1^ $(pulse) "
done done

View File

@@ -46,12 +46,12 @@ xset fp rehash &
fc-cache -fv & fc-cache -fv &
# powersaving options # powersaving options
xset s off & # xset s off &
xset s noblank & # xset s noblank &
xset s noexpose & # xset s noexpose &
xset c on & xset c on &
xset -dpms & xset -dpms &
xset s 1800 & xset s 900 &
# auths # auths
/usr/lib/mate-polkit/polkit-mate-authentication-agent-1 & /usr/lib/mate-polkit/polkit-mate-authentication-agent-1 &