Browse Source

small update

master
arnaucube 5 years ago
parent
commit
1372f04fce
2 changed files with 4 additions and 3 deletions
  1. +2
    -0
      README.md
  2. +2
    -3
      redshift.conf

+ 2
- 0
README.md

@ -6,6 +6,7 @@ config files
- in `.config/nvim/init.vim`
- install https://github.com/junegunn/vim-plug
- inside neovim, execute: `:PlugInstall`
- for the vim-go, execute: :GoInstallBinaries
- `.bashrc`
- in `~/home/.bashrc` directory
- execute `source .bashrc`
@ -17,3 +18,4 @@ config files
- to apply changes in the current session use `xmodmap ~/.Xmodmap`
- Redshift `redshift.conf`
- in `~/.conf/redshift.conf`
- i3 config files `/i3` and `/i3status` directories go inside `~/.conf/` directory

+ 2
- 3
redshift.conf

@ -1,9 +1,8 @@
; Global settings for redshift
[redshift]
; Set the day and night screen temperatures
temp-day=5700
; temp-night=3500
temp-night=4500
temp-day=5000
temp-night=3500
; Enable/Disable a smooth transition between day and night
; 0 will cause a direct change from day to night screen temperature.

Loading…
Cancel
Save