commit 95153e44fd76ea7bf368f39961ef28a5ccf15f0a
parent 167a836dc6b232fc0abbe3a368d68817cfd6828b
Author: tongong <tongong@gmx.net>
Date: Tue, 7 Jun 2022 15:24:21 +0200
minor tweaks
Diffstat:
3 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/config/nvim/lua/statusline.lua b/config/nvim/lua/statusline.lua
@@ -84,7 +84,7 @@ function status_line(active)
.. fileformat()
.. git_counts()
.. active_highlight
- .. " %l:%c "
+ .. " %l:%v "
end
status_line_highlights()
diff --git a/suckless/dwm/config.h b/suckless/dwm/config.h
@@ -30,7 +30,7 @@ static const char col12[] = "#ffffff";
static const char *colors[][3] = {
/* fg bg border */
[SchemeNorm] = { col_white, col_gray, col_gray },
- [SchemeSel] = { col_white, col_green, col_green },
+ [SchemeSel] = { col_gray, col_green, col_green },
[SchemeBar] = { col_green, col_green, col_green }, // Dirty workaround lol
[SchemeCol1] = { col1, col_gray, col_gray },
[SchemeCol2] = { col2, col_gray, col_gray },
diff --git a/wallpapers/007.png b/wallpapers/007.png
Binary files differ.