@darkpixel #Quickshell is not a shell. It's the toolkit to build the shell with. (Actually, both #DMS and #Noctalia are built from it.)

But nitpicking aside, Quickshell is my late love on Linux. It is all I'd hope GUI building would be twenty years ago when I'd despair writing GTK 2.

I pushed the latest #webkitgtk 2.52.3 packages to the #slackaroni repo for #slackware current today along with a refresh of the #quickshell package with the latest commits, which is unrelated to webkit but it's what I did, so yeah. https://slackware.lngn.net/#webkitgtk
slackware packages/repos for aarch64 (and one or two for x86_64)

@peritia Hands down https://git.outfoxxed.me/quickshell/quickshell

#quickshell is the one experimental thing I play with a lot these days. I think it is the abstraction layer that was missing for a lot of desktop projects.

And you can do so, so, so cool things with it.

quickshell

Flexible QtQuick based desktop shell toolkit.

Forgejo

in the raising of QuickShells in #Linux, and if you're a user of them, which of the following would you choose and why?  🧑‍💻

#hyprland #niri #tillingWMs #windowmanager #tillingdesktop #quickshell

Noctalia shell
70%
Dank material shell
30%
Caelestia shell
0%
Ax shell
0%
Poll ended at .
and i like the deamon like way it runs more than bitwardens way of a session per extension/app way and keepassxc can work as linux keychain which i need a implemantation since i switched from #kdeplasma to #quickshell + #hyprland
@jloc0 my solution is just ditch #noctalia. I use #quickshell for other stuff so I need a stable version that covers all bases. Thanks for backing me up in that issue, but I don't think they care.
GitHub - caelestia-dots/shell: ‼️ No waybar here ‼️

‼️ No waybar here ‼️. Contribute to caelestia-dots/shell development by creating an account on GitHub.

GitHub

I still can't believe this stupid #Linux #Quickshell #Ricing thing made me actually make a #Firefox theme*.

How do you stop?

* To use with #Librewolf, mind you.

PS. It's at https://addons.mozilla.org/de/firefox/addon/cyanpunk/

Cyanpunk – Holen Sie sich dieses Theme für 🦊 Firefox (de)

Laden Sie Cyanpunk für Firefox herunter. Firefox theme with the Cyanpunk color palette.

I honestly hated the "splash" quotes from the #Hyprland background image - they are immature at best.

But when I had the idea of replacing them by my own set of quotes, it really grew on me instantly.

So in the end, it's all about context and customization, really.

#Gentoo #Linux #Quickshell #Unixporn #Ricing

Escrevi meu primeiro plugin para o niri + DankMaterialShell — e documentei o caminho até funcionar 🐧

A ideia era simples: exibir a versão do kernel e o uptime do sistema direto na barra, sem abrir terminal. Resultado: `6.19.6-arch1-1 ⏱ 7h 54m`.

O que parecia meia hora virou um aprendizado sobre:
→ QML e a API de plugins do Quickshell
→ Qual sinal usar (`onStreamFinished`, não `onStreamEnded`)
→ Cache agressivo do DMS que ignora alterações em arquivo
→ `/proc/uptime` + awk como alternativa mais confiável ao `uptime -p`

O atalho mais útil do processo: usar o próprio código-fonte do DMS como documentação. `grep -r` em `/usr/share/quickshell/dms/` resolve mais rápido do que qualquer busca externa.

👉 https://www.riverfount.dev.br/posts/primeiro_plugin_niri_danklinux/

#Linux #Wayland #Niri #Quickshell #QML #DankLinux #OpenSource

O Primeiro Plugin para niri + DankMaterialShell

O blog tem bastante conteúdo sobre software, Python e hardware embarcado. Mas há um lado que nunca apareceu por aqui: o ambiente de trabalho em si. Este é o primeiro relato sobre o setup com o compositor Wayland niri e o DankMaterialShell — e começa pelo primeiro plugin criado do zero para esse ambiente. A motivação foi simples: queria ver no painel a versão do kernel em uso e o tempo de uptime do sistema. Sem abrir terminal, sem script externo. Só um widget discreto na barra mostrando 6.19.6-arch1-1 ⏱ 7h 54m.

Blog do Riverfount