poetician

arcolinux-wallpaper | Dwm colors

Dec 17th, 2020
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1.  
  2. /* tagging */
  3. @@ -56,7 +62,7 @@ static const Layout layouts[] = {
  4.  
  5. /* commands */
  6. static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */
  7. -static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", col_gray1, "-nf", col_gray3, "-sb", col_cyan, "-sf", col_gray4, NULL };
  8. +static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", col_base01, "-nf", col_base04, "-sb", col_base0D, "-sf", col_base00, NULL };
  9. static const char *termcmd[] = { "st", NULL };
  10.  
  11. static Key keys[] = {
Advertisement
Add Comment
Please, Sign In to add comment