diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2026-05-21 16:04:57 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2026-05-21 16:04:57 -0500 |
| commit | c42eda88150d42e8b0d7b8b0170d43e5953c3e87 (patch) | |
| tree | 945d6e7671f5825b97db0014ab434a036edbf508 | |
| parent | 01a4d18db25e35b646f390632feebb13480d2514 (diff) | |
| download | awesome-c42eda88150d42e8b0d7b8b0170d43e5953c3e87.tar.xz awesome-c42eda88150d42e8b0d7b8b0170d43e5953c3e87.zip | |
| -rw-r--r-- | theme.lua | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -64,6 +64,9 @@ beautiful.calendar_header_bg_color = "#333333" beautiful.calendar_header_border_color = "#222222" beautiful.calendar_header_border_width = beautiful.border_width +-- notifications +beautiful.notification_icon_size = 480 -- limit max icon size + -- set border on clients client.connect_signal("focus", function(c) c.border_color = beautiful.border_focus end) client.connect_signal("unfocus", function(c) c.border_color = beautiful.border_normal end) |
