diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2024-08-29 21:35:45 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2024-08-29 21:35:45 +0900 |
| commit | 0409f67c0a1d0ef2cce69df6536ecb69ad7b7466 (patch) | |
| tree | ec02966cfe1070e45cccc93aa317778385894df7 | |
| parent | e0e4177936497e4984af125d6101079d95fea53e (diff) | |
updated waybar module workspaces#rw. Let the css font size handle the size
| -rw-r--r-- | config/waybar/modules | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/waybar/modules b/config/waybar/modules index a5a2508f..dde39fe5 100644 --- a/config/waybar/modules +++ b/config/waybar/modules @@ -194,20 +194,20 @@ "title<.*reddit.*>": " ", "title<.*Picture-in-Picture.*>": " ", "class<firefox>": " ", - "class<kitty>": "<span font='12'> </span>", + "class<kitty>": " ", "class<Chromium>": "<span font='12'> </span>", "class<org.telegram.desktop|io.github.tdesktop_x64.TDeskto>": "<span font='12'> </span>", "class<[Ss]potify>": "<span font='12'> </span>", "class<VSCode|code-url-handler>": "<span font='12'></span>", - "class<konsole>": " ", + "class<konsole>": " ", "class<thunar>": " ", - "class<discord>": "<span font='12'> </span>", + "class<discord>": " ", "class<WebCord>": " ", "class<subl>": " ", "class<celluloid>": " ", "class<Cider>": " ", "class<code-oss>": " ", - "class<codium|codium-url-handler|VSCodium>": "<span font='12'></span> ", + "class<codium|codium-url-handler|VSCodium>": " ", "class<codeblocks>": " ", "class<mousepad>": " ", "class<libreoffice-writer>": " ", |
