diff options
| author | pml68 <tutorialmester@gmail.com> | 2024-04-28 22:39:44 +0200 |
|---|---|---|
| committer | pml68 <tutorialmester@gmail.com> | 2024-04-28 22:39:44 +0200 |
| commit | 3ded327352e2b6a3930b6005dd097008c92076fa (patch) | |
| tree | 50a6df2a8b82e830fb4bb5fbca568f111625fcff | |
| parent | feat: add smaller fontsize config for st (diff) | |
| download | suckless-setup-3ded327352e2b6a3930b6005dd097008c92076fa.tar.gz | |
style: change tags to "1 2 3 4 5 6"
Diffstat (limited to '')
| -rw-r--r-- | dwm/config.def.h | 4 | ||||
| -rw-r--r-- | dwm/config.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dwm/config.def.h b/dwm/config.def.h index 082c4dd..9bdf3cc 100644 --- a/dwm/config.def.h +++ b/dwm/config.def.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): 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): |
