From 3ded327352e2b6a3930b6005dd097008c92076fa Mon Sep 17 00:00:00 2001 From: pml68 Date: Sun, 28 Apr 2024 22:39:44 +0200 Subject: style: change tags to "1 2 3 4 5 6" --- dwm/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dwm/config.h') diff --git a/dwm/config.h b/dwm/config.h index 082c4dd..9bdf3cc 100644 --- a/dwm/config.h +++ b/dwm/config.h @@ -10,9 +10,9 @@ static const int splitstatus = 1; /* 1 for split status items */ static const char *splitdelim = ";"; /* Character used for separating status */ static const char *fonts[] = {"JetBrainsMono NF:style=Bold:size=12"}; static const char dmenufont[] = "JetBrainsMono NF:style=Bold:size=12"; -static const char col_gray3[] = "#e0def4"; static const char col_gray1[] = "#191724"; static const char col_gray2[] = "#dde1e7"; +static const char col_gray3[] = "#e0def4"; static const char col_gray4[] = "#e0def4"; static const char col_cyan[] = "#575e6e"; static const unsigned int baralpha = 190; @@ -29,7 +29,7 @@ static const unsigned int alphas[][3] = { }; /* tagging */ -static const char *tags[] = {"I", "use", "Arch", "by", "the", "way"}; +static const char *tags[] = {"1", "2", "3", "4", "5", "6"}; static const Rule rules[] = { /* xprop(1): -- cgit v1.2.3