diff options
| author | Blista Kanjo | 2022-01-27 02:19:01 -0500 |
|---|---|---|
| committer | Blista Kanjo | 2022-01-27 02:19:01 -0500 |
| commit | 3edf240fb32822f07f9577fd4f86b7617a9e7271 (patch) | |
| tree | 5e3505eee71f22a3256bf921e1af8264aa80da4e | |
| parent | 9f80c3d7bbe986f04e726360bbad720449df712d (diff) | |
modified adwaita theme to vide standards
| -rw-r--r-- | awesome/themes/adwaita/30times3.png | bin | 24926152 -> 50039 bytes | |||
| -rw-r--r-- | awesome/themes/adwaita/theme.lua | 15 |
2 files changed, 8 insertions, 7 deletions
diff --git a/awesome/themes/adwaita/30times3.png b/awesome/themes/adwaita/30times3.png Binary files differindex feda206..497126c 100644 --- a/awesome/themes/adwaita/30times3.png +++ b/awesome/themes/adwaita/30times3.png diff --git a/awesome/themes/adwaita/theme.lua b/awesome/themes/adwaita/theme.lua index 09d4944..e78387d 100644 --- a/awesome/themes/adwaita/theme.lua +++ b/awesome/themes/adwaita/theme.lua @@ -1,5 +1,5 @@ --------------------------- --- Default awesome theme -- +-- Adwaita awesome theme -- --------------------------- local theme_assets = require("beautiful.theme_assets") @@ -7,7 +7,8 @@ local xresources = require("beautiful.xresources") local dpi = xresources.apply_dpi local gfs = require("gears.filesystem") -local themes_path = gfs.get_themes_dir() +local themes_path_system = gfs.get_themes_dir() +local themes_path = "~/.config/awesome/themes/" local theme = {} @@ -26,7 +27,7 @@ theme.fg_minimize = "#ffffff" theme.useless_gap = dpi(0) theme.border_width = dpi(4) -theme.border_normal = "#303030" +theme.border_normal = "#222222" theme.border_focus = "#11427E" theme.border_marked = "#7d4c10" @@ -61,9 +62,9 @@ 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.."default/submenu.png" -theme.menu_height = dpi(15) -theme.menu_width = dpi(100) +theme.menu_submenu_icon = themes_path_system.."default/submenu.png" +theme.menu_height = dpi(20) +theme.menu_width = dpi(170) -- You can add as many variables as -- you wish and access them by using @@ -123,7 +124,7 @@ theme.layout_cornerse = themes_path.."default/layouts/cornersew.png" theme.menu_height, theme.bg_focus, theme.fg_focus ) ]]-- -theme.awesome_icon = "/home/kylert/.config/awesome/themes/adwaita/arch-submenu.png" +theme.awesome_icon = themes_path.."vide/arch-submenu.png" -- Define the icon theme for application icons. If not set then the icons -- from /usr/share/icons and /usr/share/icons/hicolor will be used. |
