Skip to content

Commit

Permalink
consistent quotations fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
WillPower3309 committed Dec 22, 2020
1 parent f31d077 commit 3a479ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awesome/pastel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pastel.initialize = function()
for i = 1, 9, 1
do
awful.tag.add(i, {
icon = gears.filesystem.get_configuration_dir() .. '/icons/tags/pastel/' .. i .. '.png',
icon = gears.filesystem.get_configuration_dir() .. "/icons/tags/pastel/" .. i .. ".png",
icon_only = true,
layout = awful.layout.suit.tile,
screen = s,
Expand Down

0 comments on commit 3a479ba

Please sign in to comment.