From 9cd3e10283ea0c6cc997afc5353c0f314b3aa092 Mon Sep 17 00:00:00 2001 From: nil Date: Tue, 14 Jan 2025 20:16:17 +0100 Subject: changing host repository --- dwm/config.h | 4 ++-- dwm/drw.o | Bin 11048 -> 11048 bytes dwm/dwm | Bin 63264 -> 63264 bytes dwm/dwm.o | Bin 58456 -> 58456 bytes dwm/themes/cicada.h | 2 -- dwm/themes/connect.h | 0 dwm/themes/default.h | 0 dwm/themes/sunshine.h | 0 dwm/themes/veloren.h | 0 dwm/util.o | Bin 2224 -> 2224 bytes 10 files changed, 2 insertions(+), 4 deletions(-) mode change 100644 => 100755 dwm/themes/cicada.h mode change 100644 => 100755 dwm/themes/connect.h mode change 100644 => 100755 dwm/themes/default.h mode change 100644 => 100755 dwm/themes/sunshine.h mode change 100644 => 100755 dwm/themes/veloren.h (limited to 'dwm') diff --git a/dwm/config.h b/dwm/config.h index c13f153..6a32073 100755 --- a/dwm/config.h +++ b/dwm/config.h @@ -7,8 +7,8 @@ static const unsigned int gappx = 16; /* gap pixel between windows */ static const unsigned int snap = 32; /* snap pixel */ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ -static const char *fonts[] = { "monospace:size=10" }; -static const char dmenufont[] = "monospace:size=10"; +static const char *fonts[] = { "Inconsolata-Regular:size=14" }; +static const char dmenufont[] = "Inconsolata-Regular:size=14"; static unsigned int baralpha = 0xff; //static unsigned int baralpha = 0xd0; static unsigned int borderalpha = OPAQUE; diff --git a/dwm/drw.o b/dwm/drw.o index b157f9e..11ffb48 100644 Binary files a/dwm/drw.o and b/dwm/drw.o differ diff --git a/dwm/dwm b/dwm/dwm index 2752e5d..28265c8 100755 Binary files a/dwm/dwm and b/dwm/dwm differ diff --git a/dwm/dwm.o b/dwm/dwm.o index e99df0b..579b23e 100644 Binary files a/dwm/dwm.o and b/dwm/dwm.o differ diff --git a/dwm/themes/cicada.h b/dwm/themes/cicada.h old mode 100644 new mode 100755 index 2b386c1..d6068d1 --- a/dwm/themes/cicada.h +++ b/dwm/themes/cicada.h @@ -1,11 +1,9 @@ static const char norm_fg[] = "#fff"; static const char norm_bg[] = "#000"; -//static const char norm_border[] = "#860"; static const char norm_border[] = "#444"; static const char sel_fg[] = "#fff"; static const char sel_bg[] = "#222"; -//static const char sel_border[] = "#862"; static const char sel_border[] = "#fff"; static const char urg_fg[] = "#dcbdbd"; diff --git a/dwm/themes/connect.h b/dwm/themes/connect.h old mode 100644 new mode 100755 diff --git a/dwm/themes/default.h b/dwm/themes/default.h old mode 100644 new mode 100755 diff --git a/dwm/themes/sunshine.h b/dwm/themes/sunshine.h old mode 100644 new mode 100755 diff --git a/dwm/themes/veloren.h b/dwm/themes/veloren.h old mode 100644 new mode 100755 diff --git a/dwm/util.o b/dwm/util.o index aa3779b..26ab857 100644 Binary files a/dwm/util.o and b/dwm/util.o differ -- cgit v1.2.3