与其用别人制造的搞不懂的工具,不如自己发明工具
用 sway 太他妈爽了
like
- you don’t need goldendict, just copy to translate
1 | wl-paste | trans -d -no-ansi en:zh | wofi -d |
- you don’t need network applet to select wifi
1 | nmcli device wifi connect $(nmcli device wifi list | tail -n +2 | cut -c 5- | wofi -d 2>/dev/null | awk '{print $1}') |
- you don’t need a smart watch to remind you to stand up
1 | notify-send "$(sleep 1800 && echo "move your ass")" |
Or watch/cron/at/etc.
Or any fancy command you see fit.
bye-bye all those desktop evironment shitstorm.