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 | |
| parent | c00a96fd9cfc2e848cd55158856e7adb7c02018f (diff) | |
refactor: themes cleanup
Diffstat (limited to '.config/awesome/themes/vide')
| -rw-r--r-- | .config/awesome/themes/vide/background.jpg (renamed from .config/awesome/themes/vide/vide.jpg) | bin | 1992883 -> 1992883 bytes | |||
| -rw-r--r-- | .config/awesome/themes/vide/background.png | bin | 222973 -> 0 bytes | |||
| -rw-r--r-- | .config/awesome/themes/vide/background_white.png | bin | 267935 -> 0 bytes | |||
| -rw-r--r-- | .config/awesome/themes/vide/submenu.png (renamed from .config/awesome/themes/vide/arch-submenu.png) | bin | 2487 -> 2487 bytes | |||
| -rw-r--r-- | .config/awesome/themes/vide/theme.lua | 5 |
5 files changed, 2 insertions, 3 deletions
diff --git a/.config/awesome/themes/vide/vide.jpg b/.config/awesome/themes/vide/background.jpg Binary files differindex 2705c49..2705c49 100644 --- a/.config/awesome/themes/vide/vide.jpg +++ b/.config/awesome/themes/vide/background.jpg diff --git a/.config/awesome/themes/vide/background.png b/.config/awesome/themes/vide/background.png Binary files differdeleted file mode 100644 index 8f52b6b..0000000 --- a/.config/awesome/themes/vide/background.png +++ /dev/null diff --git a/.config/awesome/themes/vide/background_white.png b/.config/awesome/themes/vide/background_white.png Binary files differdeleted file mode 100644 index bb0c5d0..0000000 --- a/.config/awesome/themes/vide/background_white.png +++ /dev/null diff --git a/.config/awesome/themes/vide/arch-submenu.png b/.config/awesome/themes/vide/submenu.png Binary files differindex ec99596..ec99596 100644 --- a/.config/awesome/themes/vide/arch-submenu.png +++ b/.config/awesome/themes/vide/submenu.png 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" |
