aboutsummaryrefslogtreecommitdiff
path: root/.config/awesome/themes/vide/theme.lua
diff options
context:
space:
mode:
authorBlista Kanjo2023-07-20 19:09:49 -0400
committerBlista Kanjo2023-07-20 19:09:49 -0400
commitc354388e749a06bcd10a0c1222f6f0a25d909bf1 (patch)
tree133b22f592c18f99d2933b4529f2423faa8d122a /.config/awesome/themes/vide/theme.lua
parentc00a96fd9cfc2e848cd55158856e7adb7c02018f (diff)
refactor: themes cleanup
Diffstat (limited to '.config/awesome/themes/vide/theme.lua')
-rw-r--r--.config/awesome/themes/vide/theme.lua5
1 files changed, 2 insertions, 3 deletions
diff --git a/.config/awesome/themes/vide/theme.lua b/.config/awesome/themes/vide/theme.lua
index c65d64c..252d401 100644
--- a/.config/awesome/themes/vide/theme.lua
+++ b/.config/awesome/themes/vide/theme.lua
@@ -62,7 +62,7 @@ theme.taglist_squares_unsel = theme_assets.taglist_squares_unsel(
-- Variables set for theming the menu:
-- menu_[bg|fg]_[normal|focus]
-- menu_[border_color|border_width]
-theme.menu_submenu_icon = themes_path_system.."default/submenu.png"
+theme.menu_submenu_icon = themes_path_system.."vide/submenu.png"
theme.menu_height = dpi(20)
theme.menu_width = dpi(170)
@@ -98,8 +98,7 @@ theme.titlebar_maximized_button_focus_inactive = themes_path.."vide/titlebar/ma
theme.titlebar_maximized_button_normal_active = themes_path.."vide/titlebar/maximized_normal_active.png"
theme.titlebar_maximized_button_focus_active = themes_path.."vide/titlebar/maximized_focus_active.png"
--- theme.wallpaper = themes_path.."vide/background.png"
-theme.wallpaper = themes_path.."vide/vide.jpg"
+theme.wallpaper = themes_path.."vide/background.jpg"
-- You can use your own layout icons like this:
theme.layout_fairh = themes_path.."vide/layouts/fairhw.png"