-
Updated
Nov 30, 2020 - TypeScript
night-mode
Here are 105 public repositories matching this topic...
-
Updated
Sep 3, 2019 - Objective-C
-
Updated
Sep 22, 2020 - Swift
-
Updated
Nov 12, 2020 - JavaScript
-
Updated
Sep 1, 2020 - Objective-C
-
Updated
Sep 4, 2020 - CSS
I made the direct download badge. The icon is get_app
from https://github.com/google/material-design-icons, used under Apache v2. This is compatible with distributing the badge under GPLv3+ like the rest of the project, but still requires attribution, which we don't currently have. I believe Apache v2 also requires us to distribute the full text of the license. So, to do:
- Add a note tha
-
Updated
Sep 8, 2020 - TypeScript
-
Updated
Nov 10, 2020 - Swift
-
Updated
Jan 14, 2020 - Shell
-
Updated
Nov 28, 2020 - Python
-
Updated
Nov 22, 2019 - Swift
-
Updated
Jan 31, 2020 - JavaScript
-
Updated
Feb 20, 2019 - Objective-C
-
Updated
Mar 25, 2019 - Java
-
Updated
Nov 22, 2020 - TypeScript
-
Updated
May 11, 2020 - Python
-
Updated
Aug 22, 2018 - Java
-
Updated
Nov 29, 2020 - HTML
-
Updated
Jun 24, 2020 - JavaScript
-
Updated
Oct 14, 2019 - CSS
-
Updated
Sep 16, 2017 - JavaScript
-
Updated
Oct 26, 2020 - Kotlin
-
Updated
Nov 20, 2020 - JavaScript
-
Updated
Aug 16, 2020 - JavaScript
-
Updated
Nov 19, 2020 - HTML
-
Updated
Nov 5, 2020 - JavaScript
Improve this page
Add a description, image, and links to the night-mode topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the night-mode topic, visit your repo's landing page and select "manage topics."
Describe the bug
With XDG_CONFIG_HOME set to something other than $HOME/.config, the supplied apparmor profile DENIES the file access to the redshift.conf file. Adding the line:
owner @{XDG_CONFIG_HOME}/redshift/redshift.conf r,
to the usr.bin.redshift file fixes this when running redshift from the command line. It does not fix it when running redshift-gtk however.