Apply patch backlight

This commit is contained in:
Fabio Scotto di Santolo
2025-08-29 22:15:49 +02:00
parent 692b703dc3
commit 8b9ed2c12d
5 changed files with 171 additions and 2 deletions

View File

@@ -5,8 +5,8 @@ static const unsigned int borderpx = 1; /* border pixel of 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[] = { "Noto Sans Regular:size=12" };
static const char dmenufont[] = "Noto Sans Regular:size=12";
static const char col_gray1[] = "#222222";
static const char col_gray2[] = "#444444";
static const char col_gray3[] = "#bbbbbb";