Add redshift
parent
8a7ea7a0fc
commit
0aa3d4ad96
|
@ -30,6 +30,7 @@ polybar
|
|||
powerline-fonts
|
||||
python-pip
|
||||
python-pygments
|
||||
redshift
|
||||
rofi
|
||||
rsync
|
||||
signal-desktop
|
||||
|
|
|
@ -30,6 +30,7 @@ polybar
|
|||
powerline-fonts
|
||||
python-pip
|
||||
python-pygments
|
||||
redshift
|
||||
rofi
|
||||
rsync
|
||||
signal-desktop
|
||||
|
|
|
@ -73,6 +73,7 @@ exec thunderbird
|
|||
exec signal-desktop
|
||||
exec telegram-desktop
|
||||
exec obsidian
|
||||
exec --no-startup-id redshift-gtk
|
||||
|
||||
# fetch keys from HSM
|
||||
exec --no-startup-id gpg --card-status
|
||||
|
|
|
@ -0,0 +1,14 @@
|
|||
[redshift]
|
||||
temp-day=5700
|
||||
temp-night=3500
|
||||
brightness=1.0
|
||||
gamma=0.8
|
||||
; Brutal
|
||||
fade=0
|
||||
|
||||
location-provider=manual
|
||||
|
||||
; This is Compiegne
|
||||
[manual]
|
||||
lat=49.41794
|
||||
lon=2.82606
|
|
@ -24,6 +24,7 @@ In brief this is the classic Arch/i3 combo with :
|
|||
* [Rofi](https://github.com/DaveDavenport/rofi), a full-customizable app launcher
|
||||
* Automatic login (drives are encrypted)
|
||||
* Automatic backups
|
||||
* Blue light reducer at night
|
||||
* A fancy lock screen, with optional hibernation, either triggered by hotkey or when there is no activity for X minutes
|
||||
* ZSH with Oh My ZSH
|
||||
* Mappings to control ALSA volume from dedicated keyboards buttons, to play/plause players compatible with MPRIS D-Bus Interface spec
|
||||
|
|
Loading…
Reference in New Issue