aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-08-19 21:34:25 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-08-19 21:34:25 -0300
commitf5253729e05ebc0f0bf01114d5ba0a4153c5267b (patch)
tree82b6cad4641e8455c574e1ccfcb168b58633d7c3
parentef35f7a12f24a26f39372663bbe7c14d530d2fec (diff)
downloadawesome-f5253729e05ebc0f0bf01114d5ba0a4153c5267b.tar.gz
awesome-f5253729e05ebc0f0bf01114d5ba0a4153c5267b.tar.bz2
Fix previous change about max.png
-rw-r--r--config.dot/awesome.link/themes/multicolor/theme.lua2
-rw-r--r--config.dot/awesome.link/themes/powerarrow/theme.lua2
2 files changed, 2 insertions, 2 deletions
diff --git a/config.dot/awesome.link/themes/multicolor/theme.lua b/config.dot/awesome.link/themes/multicolor/theme.lua
index 7e22bea..8de317c 100644
--- a/config.dot/awesome.link/themes/multicolor/theme.lua
+++ b/config.dot/awesome.link/themes/multicolor/theme.lua
@@ -65,7 +65,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"
diff --git a/config.dot/awesome.link/themes/powerarrow/theme.lua b/config.dot/awesome.link/themes/powerarrow/theme.lua
index a6f16af..2785e1e 100644
--- a/config.dot/awesome.link/themes/powerarrow/theme.lua
+++ b/config.dot/awesome.link/themes/powerarrow/theme.lua
@@ -56,7 +56,7 @@ theme.layout_fairv = theme.dir .. "/icons/fairv.png
theme.layout_fairh = theme.dir .. "/icons/fairh.png"
theme.layout_spiral = theme.dir .. "/icons/spiral.png"
theme.layout_dwindle = theme.dir .. "/icons/dwindle.png"
-theme.layout_max = theme.dir .. "/icons/max.png"
+---theme.layout_max = theme.dir .. "/icons/max.png"
theme.layout_fullscreen = theme.dir .. "/icons/fullscreen.png"
theme.layout_magnifier = theme.dir .. "/icons/magnifier.png"
theme.layout_floating = theme.dir .. "/icons/floating.png"