-
-
Notifications
You must be signed in to change notification settings - Fork 525
feat: Added workflow modes #480
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@JunaidQrysh maybe you want to add something? As long as it is generally useful. |
|
I suggest adding this(snappy.conf); it retains all the eye candy except animations to make hyprland feel snappier $WORKFLOW_ICON= # this is an indicator that can be parsed by waybar or other status guis decoration { general { animations:enabled = 0 |
|
I can't get to make waybar change the icon using signals (I hate polling). It only change when I click it. you might want to take a look. Though this should be added after merging this branch to master and add this module to waybar branch Edit I'm an idiot. |
|
Merging this now |
Pull Request
Description
A selector for persistent workflow mode. Idea from this PR #479 by JunaidQrysh
execcommands.Reasons why persistent configs is good for now
Dynamic (hyprctl commands) needs to be parsed by another info calls of hyprctl command or saving a tmp file. This is OK but the tmp file cannot actually describes the configuration. So how about we put the mode config into the hyprland configuration itself.
We are not using IPC yet.
the current imple of gamemode.sh runs hyprctl reload on toggle anyway so why not store it as a file.
For NIX
~/.config/hypr/workflow.confPreview
250415_01h15m58s_screenrecord.mp4