Updated some scripts
This commit is contained in:
parent
e778e6df17
commit
6f1fdf80a8
|
@ -7,23 +7,16 @@ xrdb -load "$XDG_CONFIG_HOME/X11/xresources"
|
|||
|
||||
# (nitrogen --restore || true) & disown;
|
||||
xset r rate 250 25;
|
||||
touchpad_dev_name=$(xinput | grep -oP '(SynPS/2 Synaptics TouchPad|Synaptics TM2722-001)');
|
||||
xinput set-prop "${touchpad_dev_name}" 'libinput Natural Scrolling Enabled' 1;
|
||||
xinput set-prop "${touchpad_dev_name}" 'libinput Tapping Enabled' 1;
|
||||
xcompmgr & disown;
|
||||
nm-applet & disown;
|
||||
lxqt-policykit-agent & disown;
|
||||
(xfce4-clipman || true) & disown;
|
||||
xfce4-power-manager & disown;
|
||||
syncthingtray & disown;
|
||||
syncthingtray-qt6 & disown;
|
||||
blueman-applet & disown;
|
||||
killall oneko;
|
||||
conky & disown;
|
||||
#oneko -bg '#1a1a1a' -fg '#bfbfbf' -tofocus -sakura & disown;
|
||||
|
||||
##either one or another. never both at the same time.
|
||||
#setxkbmap -model pc104 -layout us,ru -option grp:caps_toggle -option compose:ralt;
|
||||
# ibus-daemon -drxR;
|
||||
oneko -bg '#1a1a1a' -fg '#bfbfbf' -tofocus -sakura & disown;
|
||||
|
||||
[ -f "${HOME}/.config/xkb.conf" ] \
|
||||
&& xkbcomp "${HOME}/.config/xkb.conf" :0 2>/dev/null;
|
||||
|
|
|
@ -46,7 +46,7 @@ if [ ${bat_health} -le 50 ]; then
|
|||
fi
|
||||
|
||||
|
||||
convert "$source_image" \
|
||||
magick "$source_image" \
|
||||
-font "Unifont" \
|
||||
-pointsize 16 \
|
||||
-draw "gravity North \
|
||||
|
|
Loading…
Reference in New Issue