diff options
author | bd <bdunahu@operationnull.com> | 2024-05-31 01:32:05 -0600 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2024-05-31 01:32:05 -0600 |
commit | ed3387a423678cc7ec6d0e8f13eb7ab84a6621de (patch) | |
tree | ab7530997292ccbec899d4e8d332b96e3ef14594 /.config/guix/modules/dwm/config.def.h | |
parent | e5a3dcffe36b91bb07a807b42a5ab5249424a1bd (diff) |
Move emms track information to new dwm status bar
Diffstat (limited to '.config/guix/modules/dwm/config.def.h')
-rw-r--r-- | .config/guix/modules/dwm/config.def.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/guix/modules/dwm/config.def.h b/.config/guix/modules/dwm/config.def.h index 0f24d2d..f1411f8 100644 --- a/.config/guix/modules/dwm/config.def.h +++ b/.config/guix/modules/dwm/config.def.h @@ -2,12 +2,12 @@ /* appearance */ static const unsigned int borderpx = 1; /* border pixel of windows */ -static const unsigned int gappx = 60; /* gaps between windows */ +static const unsigned int gappx = 8; /* gaps between windows */ static const unsigned int snap = 32; /* snap pixel */ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ -static const char *fonts[] = { "Source Code Pro:size=10" }; -static const char dmenufont[] = "Source Code Pro:size=10"; +static const char *fonts[] = { "Terminus:size=10" }; +static const char dmenufont[] = "Terminus:size=10"; static const char col_gray1[] = "#333333"; static const char col_gray2[] = "#666666"; static const char col_gray3[] = "#bbbbbb"; |