Vivaldi theme legacy version
Показаны сообщения с ярлыком cfg. Показать все сообщения
Показаны сообщения с ярлыком cfg. Показать все сообщения
21.01.2026
17.09.2025
05.05.2024
dpms off, ignoring mouse and switch composer to prevent possible glitches
xinput --disable "Logitech USB Optical Mouse"
pkill picom
sleep .1
xset dpms force off
while : ; do
status="$(xset q)"
if [[ $status == *"Monitor is On"* ]]; then
xinput --enable "Logitech USB Optical Mouse"
setsid picom
break
fi
done
xinput --disable "Logitech USB Optical Mouse"
pkill picom
sleep .1
xset dpms force off
while : ; do
status="$(xset q)"
if [[ $status == *"Monitor is On"* ]]; then
xinput --enable "Logitech USB Optical Mouse"
setsid picom
break
fi
done
03.05.2024
28.04.2024
08.11.2023
12.10.2023
25.09.2023
24.09.2023
Linux autologin without DM (tested on Fedora 38)
tty autologin
• install mingetty
• sudo nano /etc/systemd/system/getty.target.wants/getty@tty1.service
• go to [Service] and change ExecStart=... to:
ExecStart=-/sbin/mingetty --autologin user_name %I
and (optional) Type=... to:
Type=simple
autostart X
echo -en 'if [ -z "${DISPLAY}" ] && [ "\n{XDG_VTNR}" -eq 1 ]; then\n startx\nfi'>>.bash_profile
start openbox
echo openbox-session>.xinitrc
tty autologin
• install mingetty
• sudo nano /etc/systemd/system/getty.target.wants/getty@tty1.service
• go to [Service] and change ExecStart=... to:
ExecStart=-/sbin/mingetty --autologin user_name %I
and (optional) Type=... to:
Type=simple
autostart X
echo -en 'if [ -z "${DISPLAY}" ] && [ "\n{XDG_VTNR}" -eq 1 ]; then\n startx\nfi'>>.bash_profile
start openbox
echo openbox-session>.xinitrc
13.04.2023
temperature for conky (gismmeteo):
${font :style=Bold:size=22}${execi 300 curl -s -A Tormozilla1.0 https://www.gismeteo.ru/weather-moscow-4368/|grep -oP 'temperatureAir"\:\[\K.*?(?=])'} ${font :size=16}${execi 300 curl -s -A Tormozilla1.0 https://www.gismeteo.ru/weather-moscow-4368/10-days/|grep -oP 'temperature_c"\K.*?(?=<)'|sed -n 2,3p|sed 's/−/-/g'|sed 's/>/ /g'|tr -d '\n'}
${font :style=Bold:size=22}${execi 300 curl -s -A Tormozilla1.0 https://www.gismeteo.ru/weather-moscow-4368/|grep -oP 'temperatureAir"\:\[\K.*?(?=])'} ${font :size=16}${execi 300 curl -s -A Tormozilla1.0 https://www.gismeteo.ru/weather-moscow-4368/10-days/|grep -oP 'temperature_c"\K.*?(?=<)'|sed -n 2,3p|sed 's/−/-/g'|sed 's/>/ /g'|tr -d '\n'}
Подписаться на:
Сообщения (Atom)