diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-06-30 14:21:15 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-06-30 14:21:15 +0530 |
commit | ee8b8cec5fa5bd027efb4add7a87fe4421e0799d (patch) | |
tree | 5fde20a10c0f1d3c9a29cac7136338d871144b54 /.config/awesome/themes | |
parent | b07f55778de28332b072996168d9fade8155f920 (diff) |
customized the theme and added more functionality for floating clients
Diffstat (limited to '.config/awesome/themes')
-rw-r--r-- | .config/awesome/themes/default/theme.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/awesome/themes/default/theme.lua b/.config/awesome/themes/default/theme.lua index de7464e..b5fb9e9 100644 --- a/.config/awesome/themes/default/theme.lua +++ b/.config/awesome/themes/default/theme.lua @@ -109,7 +109,7 @@ theme.titlebar_maximized_button_focus_inactive = themes_path.."default/titlebar theme.titlebar_maximized_button_normal_active = themes_path.."default/titlebar/maximized_normal_active.png" theme.titlebar_maximized_button_focus_active = themes_path.."default/titlebar/maximized_focus_active.png" -theme.wallpaper = themes_path.."default/background.png" +theme.wallpaper = themes_path.."../../../wallpaper" -- You can use your own layout icons like this: theme.layout_fairh = themes_path.."default/layouts/fairhw.png" |