Compare commits
No commits in common. "6eff2c0b4d3f58e8ecade800078264c6a4fda9cb" and "1d76b74e6d5f7825e9fc5c151797a3f3cf70de73" have entirely different histories.
6eff2c0b4d
...
1d76b74e6d
@ -1 +1 @@
|
||||
Subproject commit 08e301982b9a057110ede7a735dd1b5285eb341f
|
||||
Subproject commit 5129a3693c482fcbc5ab99a7706ffc4360b995a0
|
@ -1 +1 @@
|
||||
Subproject commit 35f94f0ef32d70e3664a703cefbe71bd1456d899
|
||||
Subproject commit 7d1698f3d88b448e0639974248cc17f49b7b8acf
|
@ -1 +1 @@
|
||||
Subproject commit 160e5d52c841dc9261c0b2dc6f253bddbcf3d766
|
||||
Subproject commit 19c6b0c4c9b35962e45b782e2b85a3214d2ac4d5
|
@ -57,7 +57,7 @@ static const Layout layouts[] = {
|
||||
/* commands */
|
||||
static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */
|
||||
static const char *dmenucmd[] = { "dmenu_run", "-i", "-m", dmenumon, "-fn", dmenufont, "-nb", col_gray1, "-nf", col_gray3, "-sb", col_cyan, "-sf", col_gray4, NULL };
|
||||
static const char *termcmd[] = { "st", NULL };
|
||||
static const char *termcmd[] = { "alacritty", NULL };
|
||||
static const char *lockcmd[] = { "lock", NULL };
|
||||
static const char *wwwcmd[] = { "org.mozilla.firefox", NULL };
|
||||
static const char *pwwwcmd[] = { "org.mozilla.firefox", "--private-window", NULL };
|
||||
|
@ -99,31 +99,31 @@ float alpha = .9;
|
||||
/* Terminal colors (16 first used in escape sequence) */
|
||||
static const char *colorname[] = {
|
||||
/* 8 normal colors */
|
||||
"#181818",
|
||||
"#ac4242",
|
||||
"#90a959",
|
||||
"#f4bf75",
|
||||
"#6a9fb5",
|
||||
"#aa759f",
|
||||
"#75b5aa",
|
||||
"#d8d8d8",
|
||||
"black",
|
||||
"red3",
|
||||
"green3",
|
||||
"yellow3",
|
||||
"blue2",
|
||||
"magenta3",
|
||||
"cyan3",
|
||||
"gray90",
|
||||
|
||||
/* 8 bright colors */
|
||||
"#6b6b6b",
|
||||
"#c55555",
|
||||
"#aac474",
|
||||
"#feca88",
|
||||
"#82b8c8",
|
||||
"#c28cb8",
|
||||
"#93d3c3",
|
||||
"#f8f8f8",
|
||||
"gray50",
|
||||
"red",
|
||||
"green",
|
||||
"yellow",
|
||||
"#5c5cff",
|
||||
"magenta",
|
||||
"cyan",
|
||||
"white",
|
||||
|
||||
[255] = 0,
|
||||
|
||||
/* more colors can be added after 255 to use with DefaultXX */
|
||||
"#cccccc",
|
||||
"#555555",
|
||||
"#d8d8d8", /* default foreground colour */
|
||||
"gray90", /* default foreground colour */
|
||||
"#101010", /* default background colour */
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user