summaryrefslogtreecommitdiffstats
path: root/modules/desktop/awesome/theme.lua
diff options
context:
space:
mode:
authorJon Santmyer <jon@jonsantmyer.com>2023-09-30 19:20:48 -0400
committerJon Santmyer <jon@jonsantmyer.com>2023-09-30 19:20:48 -0400
commit972bff32235bbd414cbbaba5ac3eeb7979c2bad6 (patch)
treeefcb87c13a0de139a9ac8529dfd9daec81b9c0d3 /modules/desktop/awesome/theme.lua
parent7b599b6e10ab6e5fd3e7ec0c5b7d79a586375842 (diff)
downloadnix-config-972bff32235bbd414cbbaba5ac3eeb7979c2bad6.tar.gz
nix-config-972bff32235bbd414cbbaba5ac3eeb7979c2bad6.tar.bz2
nix-config-972bff32235bbd414cbbaba5ac3eeb7979c2bad6.zip
add mpd widget; better borders
Diffstat (limited to 'modules/desktop/awesome/theme.lua')
-rw-r--r--modules/desktop/awesome/theme.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/desktop/awesome/theme.lua b/modules/desktop/awesome/theme.lua
index 1568b5a..18be5db 100644
--- a/modules/desktop/awesome/theme.lua
+++ b/modules/desktop/awesome/theme.lua
@@ -30,10 +30,10 @@ theme.tag_list_focused = "#cdd6f4"
theme.tag_list_urgent = "#f38ba8"
theme.useless_gap = dpi(4)
-theme.border_width = 0
+theme.border_width = dpi(0)
theme.border_normal = theme.bg_normal
-theme.border_focus = theme.bg_focus
-theme.border_marked = theme.fg_focus .. "88"
+theme.border_focus = theme.bg_normal
+theme.border_marked = theme.bg_normal
-- There are other variable sets
-- overriding the default one when