This repository has been archived by the owner on Oct 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
s/ kitty with alacritty; redshift with gammastep; password-store with…
… gopass Add intel-undervolt, kubectx, wf-recorder gammastep ticket: jonls/redshift#663
- Loading branch information
Showing
14 changed files
with
76 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
--- | ||
|
||
window: | ||
padding: | ||
x: 10 | ||
y: 10 | ||
|
||
scrolling: | ||
# history: 262144 # 1024 * 256 | ||
history: 0 | ||
|
||
font: | ||
size: 12.0 | ||
|
||
# Colors (Gruvbox dark) | ||
colors: | ||
# Default colors | ||
primary: | ||
# hard contrast: background = "#1d2021" | ||
background: "#282828" | ||
# soft contrast: background = "#32302f" | ||
foreground: "#ebdbb2" | ||
# Normal colors | ||
normal: | ||
black: "#282828" | ||
red: "#cc241d" | ||
green: "#98971a" | ||
yellow: "#d79921" | ||
blue: "#458588" | ||
magenta: "#b16286" | ||
cyan: "#689d6a" | ||
white: "#a89984" | ||
# Bright colors | ||
bright: | ||
black: "#928374" | ||
red: "#fb4934" | ||
green: "#b8bb26" | ||
yellow: "#fabd2f" | ||
blue: "#83a598" | ||
magenta: "#d3869b" | ||
cyan: "#8ec07c" | ||
white: "#ebdbb2" | ||
|
||
mouse: | ||
url: | ||
modifiers: "Control|Shift" | ||
|
||
mouse_bindings: | ||
- { mouse: "Middle", action: "None" } |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1 @@ | ||
--external-downloader aria2c | ||
--external-downloader-args '-c -x 5 -k 2M' | ||
--format 'best[height<=1080]' | ||
# --format 'best[height<=1080]' |
10 changes: 6 additions & 4 deletions
10
...les/system_All/zsh/00.builtins.plugin.zsh → dotfiles/system_All/zsh/00.misc.plugin.zsh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,14 @@ | ||
# See: http://zsh.sourceforge.net/Doc/Release/Parameters.html | ||
# http://zsh.sourceforge.net/Doc/Release/Options.html | ||
|
||
export HISTFILE="${HOME}/Sync/zhistory" | ||
export HISTSIZE=50000 | ||
export SAVEHIST="${HISTSIZE}" | ||
export HISTFILE="${HOME}/Sync/zhistory" | ||
|
||
export VISUAL=vim | ||
|
||
# See: https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html | ||
export XDG_DATA_HOME="$HOME/.local/share" | ||
export XDG_CONFIG_HOME="${HOME}/.config" | ||
export XDG_CACHE_HOME="${HOME}/.cache" | ||
|
||
# See: https://wiki.archlinux.org/index.php/Environment_variables | ||
export VISUAL=vim | ||
export EDITOR="${VISUAL}" |
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...ystem_Linux/config/redshift/redshift.conf → ...stem_Linux/config/gammastep/redshift.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
[redshift] | ||
[general] | ||
location-provider=manual | ||
temp-day=5500 | ||
temp-night=2500 | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,4 @@ height=200 | |
border-color=#ebdbb2 | ||
background-color=#1d2021 | ||
text-color=#ebdbb2 | ||
group-by=app-name,summary |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters