diff options
| author | Blista Kanjo | 2023-07-20 19:09:49 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2023-07-20 19:09:49 -0400 |
| commit | c354388e749a06bcd10a0c1222f6f0a25d909bf1 (patch) | |
| tree | 133b22f592c18f99d2933b4529f2423faa8d122a /.config/awesome/themes/vide/theme.lua | |
| parent | c00a96fd9cfc2e848cd55158856e7adb7c02018f (diff) | |
refactor: themes cleanup
Diffstat (limited to '.config/awesome/themes/vide/theme.lua')
| -rw-r--r-- | .config/awesome/themes/vide/theme.lua | 5 |
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" |
