-
Notifications
You must be signed in to change notification settings - Fork 14
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
New features #9
Comments
Ordering seems like a nice addition 👍
Should the screen color override the default underline color?
Moving icons away from the workspace name is a good idea as the format I'm using in non-standard and probably looks weird with other i3 tools. |
Thanks for feedback
Thanks
I absolutely agree. I think otherwise it would be just confusing.
I agree once again First I'd like to try to implement the screen features (ordering and colouring). It may take me some time as I am quite new to QML. |
I implemnted Screen ordering and colouring. I am going to take a break from this project so if anyone wants to add the features mentioned here, please go ahead! |
I was trying to implement the feature
workspace.index = splitName[0];
workspace.name = splitName.size() == 1 ? splitName[0] : splitName[1];
workspace.icon = splitName.size() == 3 ? splitName[2] : "";
PS thanks for the beautiful pager and the simple readable code 👍 |
I've recently implemented new features to i3-pager and I have ideas for some more. I thought it'd be great to try to get some feedback before trying to implement them. So I am going to describe them here.
All the features I'd like to implement require config, so the easiest way to list them is the way they'd be in the plasmoid config. I've also marked the already implemented ones.
General
Screens
Workspaces
The text was updated successfully, but these errors were encountered: