Skip to content

Commit

Permalink
removes unnecessary quoting from dbus-send command
Browse files Browse the repository at this point in the history
  • Loading branch information
bugabinga committed May 3, 2024
1 parent c521447 commit 6432e5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/auto-dark-mode/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ local function init()
"--dest=org.freedesktop.portal.Desktop",
"/org/freedesktop/portal/desktop",
"org.freedesktop.portal.Settings.Read",
"string:'org.freedesktop.appearance'",
"string:'color-scheme'",
"string:org.freedesktop.appearance",
"string:color-scheme",
}
elseif system == "Windows_NT" or system == "WSL" then
-- Don't swap the quotes; it breaks the code
Expand Down

0 comments on commit 6432e5e

Please sign in to comment.