summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/alacritty/alacritty.toml2
-rw-r--r--.config/dunst/dunstrc15
-rw-r--r--.config/fontconfig/fonts.conf6
3 files changed, 13 insertions, 10 deletions
diff --git a/.config/alacritty/alacritty.toml b/.config/alacritty/alacritty.toml
index a5b5fbf..91f3bee 100644
--- a/.config/alacritty/alacritty.toml
+++ b/.config/alacritty/alacritty.toml
@@ -54,7 +54,7 @@ size = 14.0
[font.normal]
#family = "UbuntuMono Nerd Font"
-family = "Terminess Nerd Font"
+family = "LiterationMono Nerd Font"
style = "Regular"
[font.offset]
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc
index 53ecb30..6805dcb 100644
--- a/.config/dunst/dunstrc
+++ b/.config/dunst/dunstrc
@@ -27,7 +27,7 @@
sort = yes
idle_threshold = 0
- font = "BlexMono Nerd Font Medium 18"
+ font = "LiterationMono Nerd Font 18"
# font = "NotoSans Nerd Font 17"
line_height = 0
markup = full
@@ -85,16 +85,19 @@
[urgency_normal]
background = "#1d2021"
- foreground = "#cc241d"
- frame_color = "#cc241d"
+ foreground = "#d79921"
+ frame_color = "#d79921"
#foreground = "#fb4934"
#frame_color = "#fb4934"
timeout = 10
[urgency_critical]
- background = "#cc241d"
- foreground = "#1d2021"
- frame_color = "#1d2021"
+ background = "#1d2021"
+ foreground = "#cc241d"
+ frame_color = "#cc241d"
+ #background = "#cc241d"
+ #foreground = "#1d2021"
+ #frame_color = "#1d2021"
timeout = 20
# Every section that isn't one of the above is interpreted as a rules to
diff --git a/.config/fontconfig/fonts.conf b/.config/fontconfig/fonts.conf
index 3c11d8e..afb7047 100644
--- a/.config/fontconfig/fonts.conf
+++ b/.config/fontconfig/fonts.conf
@@ -4,19 +4,19 @@
<alias>
<family>serif</family>
<prefer>
- <family>DejaVu Serif</family>
+ <family>LiterationMono Nerd Font</family>
</prefer>
</alias>
<alias>
<family>sans-serif</family>
<prefer>
- <family>DejaVu Sans</family>
+ <family>LiterationMono Nerd Font</family>
</prefer>
</alias>
<alias>
<family>monospace</family>
<prefer>
- <family>Terminess Nerd Font</family>
+ <family>LiterationMono Nerd Font</family>
</prefer>
</alias>
</fontconfig>