diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-08-19 21:34:25 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-08-19 21:34:25 -0300 |
commit | f5253729e05ebc0f0bf01114d5ba0a4153c5267b (patch) | |
tree | 82b6cad4641e8455c574e1ccfcb168b58633d7c3 /config.dot/awesome.link/themes/powerarrow | |
parent | ef35f7a12f24a26f39372663bbe7c14d530d2fec (diff) | |
download | awesome-f5253729e05ebc0f0bf01114d5ba0a4153c5267b.tar.gz awesome-f5253729e05ebc0f0bf01114d5ba0a4153c5267b.tar.bz2 |
Fix previous change about max.png
Diffstat (limited to 'config.dot/awesome.link/themes/powerarrow')
-rw-r--r-- | config.dot/awesome.link/themes/powerarrow/theme.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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" |