Jas-SinghFSU / HyprPanel

A Bar/Panel for Hyprland with extensive customizability.
451 stars 33 forks source link

Icons for workspaces #204

Open loki1368 opened 2 weeks ago

loki1368 commented 2 weeks ago

It would nice to have an ability to set icons for workspaces instead of numbers or beside numbers. In waybar i've used the following config

"hyprland/workspaces": {
    "format": "{icon}",
    "on-click": "activate",
    "format-icons": {
    "1": "<span font_desc='Font Awesome 6 Free'> </span>",
    "2": " ,
    "3": " "3,
    "4": " "4,
    "5": " ",
    "6": " ",
    "7": " 7",
    "8": " "8,
    "9": "",
    "10": "<span font_desc='Font Awesome 6 Free'> </span>",
  },
matavach commented 2 weeks ago

Currently, you can set icons here in the menu under Configuration -> Bar -> Workspaces. These icons accept any text string at the moment.

image

Do you mean to set specifically numbers workspaces as specific icons?

As a side note, we're planning on implementing a feature in the future to allow workspace icons to be automatically set as the icon of the primary window of the workspace (ie, if the workspace only contains Firefox, the workspace icon will be Firefox)

loki1368 commented 2 weeks ago

I mean something like this

image

Instead of text, there can be a number. Important - a personalized icon for specific workspace.

I use workspace 1 always for terminal, workspace 2 always for web, workspace 0 for steam. And i would nice to have icons instead of numbers on this workspaces.

Jas-SinghFSU commented 2 weeks ago

Should be fairly easy.