aboutsummaryrefslogtreecommitdiff
path: root/modules/user
diff options
context:
space:
mode:
authorRosa <rosaontheweb@proton.me>2026-05-06 14:21:09 -0400
committerRosa <rosaontheweb@proton.me>2026-05-06 14:21:09 -0400
commit619bc64bcdf0306f5854d342fabbc7f1686af25c (patch)
tree0cb255d2ac7f021a7b1805b8d39a51f556bb357f /modules/user
parentc3ccd3c64ab58c450bb4e6d1aa228f85615c7dea (diff)
tray padding
Diffstat (limited to 'modules/user')
-rw-r--r--modules/user/desktop/apps/waybar/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/user/desktop/apps/waybar/style.css b/modules/user/desktop/apps/waybar/style.css
index 2fe5710..cb20626 100644
--- a/modules/user/desktop/apps/waybar/style.css
+++ b/modules/user/desktop/apps/waybar/style.css
@@ -49,3 +49,7 @@ tooltip label {
color: #cdd6f4;
text-shadow: inherit;
}
+
+#tray {
+ padding-left: 4px;
+}