budlabs VS system-ui DEATHMATCH (spoiler, I won)
budlabs
https://dev.to/thammachart/css-system-ui-underlying-font-family-in-linux-browsers-23o0
#!/bin/bash
system_ui_override="Noto Sans 14" wid=$(xdotool search --class "Vivaldi-stable")
[[ -z $wid ]] && {
current_font=$(xfconf-query -c xsettings -p /Gtk/FontName)
xfconf-query --create
--channel xsettings
--property /Gtk/FontName
--type string
--set "$system-ui-override"
vivaldi-stable & xdotool search --sync --class "Vivaldi-stable"
xfconf-query --create
--channel xsettings
--property /Gtk/FontName
--type string
--set "$current_font"
}
...
https://www.youtube.com/watch?v=ZLMdBrKBN1Q
135394736 Bytes