A Quickshell Configuration, made by yours truly
NOTE: Made for Hyprland + Arch ONLY
2026-05-10_01-03-41.mp4
- Clone the repo
- Run the install script
- Add
exec-once = qsto your Hyprland Config (usuallly located at "/home//.config/hypr/hyprland.conf") - The command for the app launcher is
qs ipc call launcher showL, so use it in conjunction w/ your app launching shortcut - The command for the lock_screen is
qs ipc call launcher lock, so use that wherever you need the lockscreen to appear
- Define new themes under ./config/quickshell/themes
- Change theme file under the
themePathfield of ./config/quickshell/config/config.json - You'll need to add lockscreen wallpapers manually to whichever theme you want to use, since I don't want to include any wallpapers along with the github repo.
Here's a theme file format
{
"backgroundColor": # background color,
"primaryTextColor": # primary text color,
"secondaryTextColor": # secondary text color,
"disabledColor": # color for disabled buttons/ui elements,
"lock_screen": # lock screen path (only absolute paths allowed)
}}