aboutsummaryrefslogtreecommitdiff
path: root/dot_config/waybar/style.css
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@rak.ac>2025-09-29 14:01:45 -0400
committerRyan Kavanagh <rak@rak.ac>2025-09-29 14:02:32 -0400
commit206c143183a0ad30610ec2dc69c86c466980f27f (patch)
treea73887d1fd1d3ef7eeab05d2254c3252527dfda7 /dot_config/waybar/style.css
parentalias -> functions (diff)
waybar config to include notifications
Diffstat (limited to 'dot_config/waybar/style.css')
-rw-r--r--dot_config/waybar/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/dot_config/waybar/style.css b/dot_config/waybar/style.css
index ebddece..645bf9e 100644
--- a/dot_config/waybar/style.css
+++ b/dot_config/waybar/style.css
@@ -279,3 +279,7 @@ label:focus {
#scratchpad.empty {
background-color: transparent;
}
+#custom-notification {
+ font-family: "NotoSansMono Nerd Font";
+ margin: 0 5px;
+}