diff options
author | bd <bdunahu@operationnull.com> | 2024-06-19 00:11:41 -0600 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2024-06-19 00:11:41 -0600 |
commit | 83e22f3515998dea1843e3f5a10edcae5dd818f6 (patch) | |
tree | 9bec928ef73c2883caaf52c96692d49bc9141def | |
parent | a10281777a52af01037fd14f36be2c2bfee19468 (diff) |
dwm use icons for workspaces
-rw-r--r-- | .config/guix/modules/dwm/config.def.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/guix/modules/dwm/config.def.h b/.config/guix/modules/dwm/config.def.h index 42b3281..5ee91cc 100644 --- a/.config/guix/modules/dwm/config.def.h +++ b/.config/guix/modules/dwm/config.def.h @@ -6,7 +6,7 @@ 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 = 0; /* 0 means bottom bar */ -static const char *fonts[] = { "Terminus:size=10" }; +static const char *fonts[] = { "Terminus:size=10", "fontawesome:size=10" }; static const char dmenufont[] = "Terminus:size=10"; static const char col_white[] = "#eeeeee"; static const char col_gray[] = "#aaaaaa"; @@ -26,7 +26,7 @@ static const unsigned int alphas[][3] = { }; /* tagging */ -static const char *tags[] = { "dev", "web", "doc", "wte", "art", "gnu", "img", "vid", "agd" }; +static const char *tags[] = { "", "", "", "", "", "", "", "", "" }; static const Rule rules[] = { /* xprop(1): |