diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-05-31 04:22:55 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-05-31 04:22:55 +0900 |
| commit | 0294a6d9dfbe8e5531e4683956d267a27874d1c6 (patch) | |
| tree | 7bc9ad3666fd64e4b051af49ae6fb999c413971a | |
| parent | b93e55c00d8aa75413377150d799d3b91615d308 (diff) | |
updated waybar module wlr/taskbar
| -rw-r--r-- | config/waybar/modules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/waybar/modules b/config/waybar/modules index 5ff06f58..28f0fd7d 100644 --- a/config/waybar/modules +++ b/config/waybar/modules @@ -594,8 +594,8 @@ ], }, "wlr/taskbar": { - "format": "{icon}", - "icon-size": 15, + "format": "{icon} {name}", + "icon-size": 16, "all-outputs": false, "tooltip-format": "{title}", "on-click": "activate", |
