Use custom icon.

master
josiah 2 years ago
parent 26ba297e95
commit 6d7aed42a6

@ -107,6 +107,7 @@ theme.titlebar_maximized_button_focus_active = themes_path.."default/titlebar/m
-- i edited this thing
theme.wallpaper = "~/.config/awesome/weeb-shit-2.jpg"
theme.awesome_icon = "~/.config/awesome/tiny-purple-bat.png"
-- You can use your own layout icons like this:
theme.layout_fairh = themes_path.."default/layouts/fairhw.png"
@ -127,9 +128,9 @@ theme.layout_cornersw = themes_path.."default/layouts/cornersww.png"
theme.layout_cornerse = themes_path.."default/layouts/cornersew.png"
-- Generate Awesome icon:
theme.awesome_icon = theme_assets.awesome_icon(
theme.menu_height, theme.bg_focus, theme.fg_focus
)
-- theme.awesome_icon = theme_assets.awesome_icon(
-- theme.menu_height, theme.bg_focus, theme.fg_focus
-- )
-- 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.

Loading…
Cancel
Save