Changing font? #1542
-
Hello! I've been fiddling around with fonts on my system for some time, and I'm curious how to switch my font on Albert? I've tried using QSS to set it manually to no avail. I'm running Debian Sid on XFCE, using the OBS build on my system. I've already set the font I want ( Thanks for any advice! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
this looks interesting. 🤔 qss is deprecated. however the replacement is not polished yet. the readme of the qss frontend will tell you how to set the font https://github.com/albertlauncher/albert-plugin-widgetsboxmodel-qss/blob/main/README.md but one of the reasons I went the hard way and redesigned the entire frontend to use a custom theme engine is that qstylesheets are a serious mess. dont expect it to be fun. |
Beta Was this translation helpful? Give feedback.
-
Seems like an intermittent issue anyway, I set |
Beta Was this translation helpful? Give feedback.
Seems like an intermittent issue anyway, I set
* { font: "JetBrains Mono NL" }
and after rebooting at some point it seems to be cooperating? Weird weird weird. I look forward to whatever replacement comes around, learning QSS to build themes for albert has been quite the journey!