My dwm build
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 

12 řádky
707 B

  1. --- config.def.h 2019-12-10 17:24:37.944708263 +1300
  2. +++ config.def.h 2019-12-10 17:44:38.447670711 +1300
  3. @@ -5,6 +5,8 @@ static const unsigned int borderpx = 1;
  4. static const unsigned int snap = 32; /* snap pixel */
  5. static const int showbar = 1; /* 0 means no bar */
  6. static const int topbar = 1; /* 0 means bottom bar */
  7. +static const int vertpad = 10; /* vertical padding of bar */
  8. +static const int sidepad = 10; /* horizontal padding of bar */
  9. static const char *fonts[] = { "monospace:size=10" };
  10. static const char dmenufont[] = "monospace:size=10";
  11. static const char col_gray1[] = "#222222";