diff options
| author | wheelsbot7 <o.wertzberger@gmail.com> | 2025-02-23 15:15:51 -0500 |
|---|---|---|
| committer | wheelsbot7 <o.wertzberger@gmail.com> | 2025-02-23 15:15:51 -0500 |
| commit | 805b97e47432f4e2af90109445f261d5212bb6d5 (patch) | |
| tree | 79eda8065ea7e30b23035c4363df7c616937fc04 | |
| parent | 31cb63974ea6830216f5e1bcee4744afd8f0d143 (diff) | |
fix zen icon in waybar
the default waybar config files do not recognize zen browser, the
default question mark icon is used instead. This change fixes it.
| -rw-r--r-- | config/waybar/ModulesWorkspaces | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/waybar/ModulesWorkspaces b/config/waybar/ModulesWorkspaces index f6071a69..d460cfb3 100644 --- a/config/waybar/ModulesWorkspaces +++ b/config/waybar/ModulesWorkspaces @@ -210,7 +210,7 @@ "class<com.obsproject.Studio>": " ", "class<polkit-gnome-authentication-agent-1>": " ", "class<nwg-look>": " ", - "class<zen-alpha>": " ", //Zen Browser + "class<zen>": " ", //Zen Browser "class<waterfox|waterfox-bin>": " ", "class<microsoft-edge>": " ", "class<vlc>": " " |
