diff options
author | Ryan Kavanagh <rak@rak.ac> | 2025-09-29 14:01:45 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2025-09-29 14:02:32 -0400 |
commit | 206c143183a0ad30610ec2dc69c86c466980f27f (patch) | |
tree | a73887d1fd1d3ef7eeab05d2254c3252527dfda7 /dot_config/waybar/style.css | |
parent | alias -> functions (diff) |
waybar config to include notifications
Diffstat (limited to 'dot_config/waybar/style.css')
-rw-r--r-- | dot_config/waybar/style.css | 4 |
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; +} |