r/QuickShell
[OC] octashell - a simple m3 expressive shell for beginners :)
hii everyone! i’ve been stumbling my way through QML and quickshell for months now and finally have a basic understanding of it :)
i made octashell because i found other shells really hard to follow. i’m trying to keep this one super simple so people can use it as a tutorial/inspiration to make their own.
- design: material m3 expressive
- repo: octashell github repo
i'm still a beginner and i'm learning as i go, so feel free to reach out if you wanna chat or learn together !!
happy ricing :)
Need a teacher for teaching quickshell
Hello my dear fellow programmers and developers. The title might seem quite vague and spoonfeeding, but for the love of me, i am just unable to learn quickshell. I use Arch with Hyprland and i have been using waybar since the beginning, and recently, i came across shells like Caelestia and Ambxst and some others, but those are really complex and i also want to make something visually pleasing and something that is also more performant and open. I have taken inspiration from this person's Shell setup and i have been trying to use claude, gemini, notebooklm and chatgpt to help me learn this, but i just cannot get myself to actually understand what is going on. I tried to read the documentation, but most of it just doesn't make sense at all. I am used to the arch wiki but quickshell's documentation doesn't even come close to it, and sorry for saying this, i might just be dumb, but i cannot understand even one thing in there.
I would really appreciate if anyone would be able to mentor me or help me understand it and eventually let me build a good-looking quickshell setup.
Really thanks to anyone who is willing to do so.
First rice hyprland + quickshell
Still not finished missing notification center and dashboard any tips ?
help needed please!
Hello everyone! I'm a total beginner and I've tried learning Quickshell THRICE but I just can't get it!!
Could anyone just tell me the best approach to learn Quickshell?
Absolute and pure perfection within my dev stack-- i use the word dev stack btw which means developer stack. But that's just because im so profound and genius.
Let me guys know what you think (: CEO chief keef linux btw
I was not satisfied with current screen lockers, especially with fingerprint support so I made my own with Quickshell.
It should be as secure as your compositor and Wayland allows, feel free to report any issue or suggestion. It should be pretty easy to customize.
The text field could really be improved.
I hope you will like it.
Try New - Hyprland
Easiest way to find dotfiles
I built a website to help people discover popular dotfiles and developer configs in one place.
Edit Solution:
I used these commands/binds and it works
XF86MonBrightnessUp allow-when-locked=true { spawn "qs" "-c" "noctalia-shell" "ipc" "call" "brightness" "increase"; }
XF86MonBrightnessDown allow-when-locked=true { spawn "qs" "-c" "noctalia-shell" "ipc" "call" "brightness" "decrease"; }XF86MonBrightnessUp allow-when-locked=true { spawn "qs" "-c" "noctalia-shell" "ipc" "call" "brightness" "increase"; }
XF86MonBrightnessDown allow-when-locked=true { spawn "qs" "-c" "noctalia-shell" "ipc" "call" "brightness" "decrease"; }
-------------------------------------------------------------------
I have niri + noctalia shell and I want the default fn + f5/f6 to lower/increase brightness. I tried different things but nothing works. Other fn combinations like f2/f3 lower and increase sound properly but only this doesn't work. I tried to set it to another key but nothing works.
How to create those curved corner edges like in the noctalia and calastetia shell's.
Is it extended from the bar as shape with shapepaths, but then won't it need exclusive zones when panels are opened which makes the area irresponsive ('cause of the exclusive zones ).
Tried by creating custom corner shapes and anchoring it to the edges. But won't it break when shadows are applied and the animation smoothness...