update dotfiles

Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>

rh-pre-commit.version: 2.3.2
rh-pre-commit.check-secrets: ENABLED
This commit is contained in:
2024-12-02 19:57:09 +05:30
parent e727130c60
commit 49eed0e56a
20 changed files with 453 additions and 158 deletions
+8 -6
View File
@@ -123,7 +123,7 @@
### Text ###
font = Monospace 11
font = "Monaspace Radon" 11
# The spacing between lines. If the height is smaller than the
# font height, it will get raised to the font height.
@@ -313,22 +313,24 @@
[urgency_low]
# IMPORTANT: colors have to be defined in quotation marks.
# Otherwise the "#" and following would be interpreted as a comment.
background = "#222222"
foreground = "#888888"
background = "#161616"
foreground = "#ffffff"
frame_color = "#ffffff"
timeout = 10
# Icon for notifications with low urgency, uncomment to enable
#default_icon = /path/to/icon
[urgency_normal]
background = "#285577"
background = "#161616"
foreground = "#ffffff"
frame_color = "#2dc7c4"
timeout = 10
# Icon for notifications with normal urgency, uncomment to enable
#default_icon = /path/to/icon
[urgency_critical]
background = "#900000"
foreground = "#ffffff"
background = "#161616"
foreground = "#f16da6"
frame_color = "#ff0000"
timeout = 0
# Icon for notifications with critical urgency, uncomment to enable