#yaru — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #yaru, aggregated by home.social.
-
Isn't my fresh #ArchLinux desktop cool?
I just love how smoothly a Linux system tends to run. I forget I install it to a 7200 RPM hard disk sometimes because it feels at least as responsive as my Windows and macOS installs on SSDs.
Distro: #Arch
DE: #GNOME
Terminal: #kgx (GNOME Console)
Theme: #Yaru (Dark Purple)
GNOME Extensions: #ArcMenu #DashToPanel #DING #GrandTheftFocus #AppIndicator
Kernel: #Linux 6.0.11 -
CW: Tech: Tilda on Gnome 42 with Yaru Dark theme
This is probably interesting for a very small group of people, but nevertheless I'm going to share it.
Since updating to #Ubuntu 22.04 I noticed that my favorite terminal application #Tilda showed completely transparant tabs. Very irritating. So after searching for a solution, I found this page: https://github.com/lanoxx/tilda/wiki/Styling
I had to edit/create the file ~/.config/tilda/style.css and add this for use with the #Yaru
Dark theme:notebook tab {
background-color: #2c2c2c;
color: #f7f7f7;
}notebook tab:checked {
background-color: #4c4c4c;
color: #e7e7e7;
}notebook tabs {
background-color: #2c2c2c;
}Now quit the app via the right-click menu and re-open it using the super key. 🎉