swayest_workstyle icon indicating copy to clipboard operation
swayest_workstyle copied to clipboard

Results 9 swayest_workstyle issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/23296032/189541966-4e29f2a7-052b-40e1-a6a4-6e19e765fe25.png)

bug

We could even do it here, here's what i've added to mine: ``` fallback = '' [matching] 'discord' = '' 'balena-etcher' = '' 'Chia Blockchain' = '' 'Steam' = ''...

enhancement

Thanks for the great app! I actually like the concept a lot. **Issue** Right now all xdg_shell windows which is basically every native Wayland application results in the same icon,...

I tested your waybar/config and it's still showing ws number after rename, like: `11: ` https://raw.githubusercontent.com/Lyr-7D1h/swayest_workstyle/master/screenshots/bar.png how can u hide that number `11` from your picture.

I have this case: ``` vi waybar/config "sway/workspaces": { "format": "{icon}", "format-icons": { "11": "", "12": "" } }, ``` so if it's workspace 11 then show the icon specified...

The lockfile should be set to `$XDG_RUNTIME_DIR/sworkstyle.lock` instead of `/tmp/sworkstyle.lock` as it may be possible that more than one user may use sway and this program simultaneously. If the lock...

https://github.com/Lyr-7D1h/swayest_workstyle/blob/868e6703ec8e167b2214cd69ca270f39a8071f23/src/lib.rs#L197 What's the point of that code? I'm trying to use this with ironbar and seems ironbar does not like whitespaces in the end (probably a bug in ironbar) but...

for example, I use kitty as my terminal, ranger as my file explorer, and neovim as my code editor I have an app id match for kitty, and regex matches...

Hi, I previously was using ``` name=$( wofi --dmenu ) [[ "$name" ]] && swaymsg rename workspace to "$name" ``` to statically change the name of my workspace. This is...