diff options
| author | tslil clingman <> | 2022-04-26 19:28:24 -0400 |
|---|---|---|
| committer | tslil clingman <> | 2022-04-26 19:28:24 -0400 |
| commit | b5bc9025c1759b101e2ac7ec3a6756cc9d9bcfbb (patch) | |
| tree | 92e77d13e2c7c4cd79f4f462ef7607ef710dc6d7 /qubes-dwm-6.2 | |
| parent | cd5fabb36a693ebd27395cee50b22b633f24e55b (diff) | |
Fonts
Diffstat (limited to 'qubes-dwm-6.2')
| -rw-r--r-- | qubes-dwm-6.2/config.h | 2 | ||||
| -rwxr-xr-x | qubes-dwm-6.2/scripts/wrap_dmenu | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/qubes-dwm-6.2/config.h b/qubes-dwm-6.2/config.h index b671d7a..38b4489 100644 --- a/qubes-dwm-6.2/config.h +++ b/qubes-dwm-6.2/config.h @@ -32,7 +32,7 @@ static const int showsystray = 1; /* 0 means no systray */ static const int rmaster = 0; /* 1 means master-area is initially on the right */ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 0; /* 0 means bottom bar */ -static const char *fonts[] = { "DejaVu Sans Mono:size=10" }; +static const char *fonts[] = { "Iosevka Slab-10" }; static const char col_gray1[] = "#222222"; static const char col_gray3[] = "#bbbbbb"; static const char col_dom0[] = "dark orange"; diff --git a/qubes-dwm-6.2/scripts/wrap_dmenu b/qubes-dwm-6.2/scripts/wrap_dmenu index eeb6652..718ab82 100755 --- a/qubes-dwm-6.2/scripts/wrap_dmenu +++ b/qubes-dwm-6.2/scripts/wrap_dmenu @@ -1,3 +1,3 @@ #!/bin/sh -dmenu -i -l 10 -fn "xft:Sudo:size=16" -sb '#FF7F00' -sf '#020202' $*
\ No newline at end of file +dmenu -i -l 10 -fn "Iosevka Slab-16" -sb '#FF7F00' -sf '#020202' $* |
