diff options
Diffstat (limited to 'config.dot/awesome.link')
-rw-r--r-- | config.dot/awesome.link/themes/multicolor/theme.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.dot/awesome.link/themes/multicolor/theme.lua b/config.dot/awesome.link/themes/multicolor/theme.lua index 2642a5e..4a3ee5c 100644 --- a/config.dot/awesome.link/themes/multicolor/theme.lua +++ b/config.dot/awesome.link/themes/multicolor/theme.lua @@ -66,7 +66,7 @@ theme.layout_fairv = theme.confdir .. "/icons/fairv theme.layout_fairh = theme.confdir .. "/icons/fairh.png" theme.layout_spiral = theme.confdir .. "/icons/spiral.png" theme.layout_dwindle = theme.confdir .. "/icons/dwindle.png" -theme.layout_max = theme.confdir .. "/icons/max.png" +---theme.layout_max = theme.confdir .. "/icons/max.png" theme.layout_fullscreen = theme.confdir .. "/icons/fullscreen.png" theme.layout_magnifier = theme.confdir .. "/icons/magnifier.png" theme.layout_floating = theme.confdir .. "/icons/floating.png" |