Skip to content
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

feat: Add Japanese Kanji Chars in Workspace Names #1337

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ChrolloRifat
Copy link

@ChrolloRifat ChrolloRifat commented Apr 18, 2024

-Instead of the plain old Arabic Numerals, added the Japanese Kanji characters for aesthethic in the workspace bar.
-Also, made 5 persistence workspaces by default to highlight the kanji characters in the workspace bar.
240419_01h05m57s_screenshot

Instead of the plain old Arabic  numerals, added the Japanese Kanji characters for aesthethic. Also, made 5 persistence workspace by default to highlight the characters in the workspace bar.
@kRHYME7
Copy link
Collaborator

kRHYME7 commented Apr 18, 2024

How to turn this off?

Better to add this on your userprefs (hyprland config)?

https://wiki.hyprland.org/Configuring/Workspace-Rules/#rules
https://wiki.hyprland.org/Configuring/Dispatchers/

Something like
image

~/.config/hypr/userprefs.conf

workspace = 1, defaultName:一
workspace = 2, defaultName:二
workspace = 3, defaultName:三
workspace = 4, defaultName:四
workspace = 5, defaultName:五
workspace = 6, defaultName:六
workspace = 7, defaultName:七
workspace = 8, defaultName:八
workspace = 9, defaultName:九
workspace = 10, defaultName:十


workspace = 一, persistent:true
workspace = 二, persistent:true
workspace = 三, persistent:true
workspace = 四, persistent:true
workspace = 五, persistent:true


@rubiin
Copy link
Contributor

rubiin commented Apr 19, 2024

yeah userperfs seems to be a valid point for such thing. Its more of a personal preference than what everyone wants

@ChrolloRifat
Copy link
Author

How to turn this off?

You just need to comment out "format": "{icon}", and "*": 5, lines in the ~/.config/waybar/modules/workspaces.jsonc file. We could even make a script to handle this.

@ChrolloRifat
Copy link
Author

Better to add this on your userprefs (hyprland config)?

https://wiki.hyprland.org/Configuring/Workspace-Rules/#rules https://wiki.hyprland.org/Configuring/Dispatchers/

Something like image

~/.config/hypr/userprefs.conf

workspace = 1, defaultName:一
workspace = 2, defaultName:二
workspace = 3, defaultName:三
workspace = 4, defaultName:四
workspace = 5, defaultName:五
workspace = 6, defaultName:六
workspace = 7, defaultName:七
workspace = 8, defaultName:八
workspace = 9, defaultName:九
workspace = 10, defaultName:十


workspace = 一, persistent:true
workspace = 二, persistent:true
workspace = 三, persistent:true
workspace = 四, persistent:true
workspace = 五, persistent:true

Doing it this way seems to create some issues.

@ChrolloRifat
Copy link
Author

I could make a script if you guys agree on this.

@kRHYME7
Copy link
Collaborator

kRHYME7 commented Apr 21, 2024

How about this one

https://github.com/kRHYME7/Hyde-cli/wiki/Dots-Management
image

For custom path options
add userPrefsDir=path/to/user/directory in ~/.config/hyde/hyde.conf for custom user path

@kRHYME7
Copy link
Collaborator

kRHYME7 commented Apr 30, 2024

@ChrolloRifat Hello can you checkout this commit. This way we can add our modules freely without overwriting the default module.

#1418

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants