diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-02-02 16:57:44 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-02-02 16:57:44 +0530 | 
| commit | f837cfb579aa9471f51ba808c54e14aaef27a8f0 (patch) | |
| tree | 7c36e4fdfe932456d2e32d7f34778e7878ffa6cf /config | |
| parent | f27cd7377350e9664763b3a36fbf9885c0432fe5 (diff) | |
update
Diffstat (limited to 'config')
| -rw-r--r-- | config/dunst/dunstrc | 2 | ||||
| -rw-r--r-- | config/waybar/config | 1 | 
2 files changed, 2 insertions, 1 deletions
| diff --git a/config/dunst/dunstrc b/config/dunst/dunstrc index 902ba1c..180d04f 100644 --- a/config/dunst/dunstrc +++ b/config/dunst/dunstrc @@ -12,7 +12,7 @@      separator_color = frame      sort = yes      idle_threshold = 120 -    font = Monospace 8 +    font = UbuntuMono Nerd Font Mono 8      line_height = 0      markup = full      format = "<b>%s</b>\n%b" diff --git a/config/waybar/config b/config/waybar/config index 7e472a7..4fbb860 100644 --- a/config/waybar/config +++ b/config/waybar/config @@ -3,6 +3,7 @@    "height": 40,    "modules-left": ["custom/launcher", "dwl/tags"],    "modules-right": ["tray", "cpu", "backlight", "battery", "clock"], +  "mode": "dock",    // Modules configuration    "custom/launcher": { | 
