summaryrefslogtreecommitdiffstats
path: root/programs/dotfiles/awesome/theme.lua
diff options
context:
space:
mode:
Diffstat (limited to 'programs/dotfiles/awesome/theme.lua')
-rw-r--r--programs/dotfiles/awesome/theme.lua10
1 files changed, 2 insertions, 8 deletions
diff --git a/programs/dotfiles/awesome/theme.lua b/programs/dotfiles/awesome/theme.lua
index c2da65a..49fe840 100644
--- a/programs/dotfiles/awesome/theme.lua
+++ b/programs/dotfiles/awesome/theme.lua
@@ -29,8 +29,8 @@ theme.tag_list_occupied = "#767d98"
theme.tag_list_focused = "#cdd6f4"
theme.tag_list_urgent = "#f38ba8"
-theme.useless_gap = dpi(8)
-theme.border_width = dpi(3)
+theme.useless_gap = dpi(4)
+theme.border_width = dpi(4)
theme.border_normal = theme.bg_normal
theme.border_focus = theme.bg_focus
theme.border_marked = theme.fg_focus
@@ -132,12 +132,6 @@ theme.awesome_icon = theme_assets.awesome_icon(
-- from /usr/share/icons and /usr/share/icons/hicolor will be used.
theme.icon_theme = nil
-theme.taglist_text_font = "FiraCode Nerd Font"
-
-theme.taglist_text_empty = { "", "", "", "", "", "", "", "", "", "" }
-theme.taglist_text_occupied = { "", "", "", "", "", "", "", "", "", "" }
-theme.taglist_text_focused = { "", "", "", "", "", "", "", "", "", "" }
-
return theme
-- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80