Add Theme to README

- Move Window section into theme
- Add tag names with nerd font icons
- Change theme font to Ubuntu Nerd Font
- Adjust gap size in theme
- Enable gap for single client in theme
This commit is contained in:
Sravan Balaji
2023-03-25 07:18:48 -04:00
parent d2417ce1a7
commit 75bc7a7b3c
3 changed files with 140 additions and 25 deletions

View File

@@ -1,8 +1,3 @@
---------------------------------------------
-- Awesome theme which follows xrdb config --
-- by Yauhen Kirylau --
---------------------------------------------
local theme_assets = require("beautiful.theme_assets")
local xresources = require("beautiful.xresources")
local dpi = xresources.apply_dpi
@@ -14,7 +9,7 @@ local themes_path = gfs.get_themes_dir()
local theme = dofile(themes_path.."default/theme.lua")
-- load vector assets' generators for this theme
theme.font = "sans 8"
theme.font = "Ubuntu Nerd Font 11"
theme.bg_normal = xrdb.background
theme.bg_focus = xrdb.color12
@@ -27,11 +22,12 @@ theme.fg_focus = theme.bg_normal
theme.fg_urgent = theme.bg_normal
theme.fg_minimize = theme.bg_normal
theme.useless_gap = dpi(3)
theme.useless_gap = dpi(10)
theme.border_width = dpi(2)
theme.border_normal = xrdb.color0
theme.border_focus = theme.bg_focus
theme.border_marked = xrdb.color10
theme.gap_single_client = true
-- There are other variable sets
-- overriding the default one when