Skip to content

Commit

Permalink
merge master onto work_dotfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Tevon Walker committed Feb 4, 2021
2 parents fb2056d + d5298f0 commit ce82dfc
Show file tree
Hide file tree
Showing 4,382 changed files with 1,697,164 additions and 434 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
theme/.local/share/icons/hicolor/
Binary file removed cfg/astro-not-today.jpg
Binary file not shown.
202 changes: 0 additions & 202 deletions cfg/install.sh

This file was deleted.

13 changes: 7 additions & 6 deletions git/.gitconfig
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
[user]
# its on my github profile anyways
email = [email protected]
name = CollinAvidano
# its on my github profile anyways
email = [email protected]
name = CollinAvidano
[credential]
helper = cache --timeout 7200
helper = cache --timeout 7200
[help]
autocorrect = 1
autocorrect = 1
[core]
autocrlf = input
autocrlf = input
[alias]
mainlog = log --all --decorate --oneline --graph
subup = submodule update --init --recursive
# for adding tracking of things that cant be moved here which is really only done in the rare case of things that look for symlinking
addext = --work-tree=/ add
Expand Down
6 changes: 0 additions & 6 deletions gtk/.config/gtk-3.0/settings.ini

This file was deleted.

27 changes: 27 additions & 0 deletions i3/.config/.redshift.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
; Redshift configuration

; to toggle redshift: pkill -USR1 redshift

; Global settings for redshift
[redshift]

temp-day=5000
temp-night=3500
; default night
; temp-night=3500

transition=1

location-provider=manual

; Configuration of the location-provider:
; type 'redshift -l PROVIDER:help' to see the settings
; ex: 'redshift -l manual:help'
[manual]
; atlanta, GA
;lat=33.808998
;lon=-84.354797

; sunnyvale, CA
lat=37.368830
lon=-122.036350
77 changes: 77 additions & 0 deletions i3/.config/compton.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
backend = "glx";
vsync = "opengl-mswc";

paint-on-overlay = true;
glx-no-rebind-pixmap = true;

shadow = true;
shadow-radius = 10;
shadow-offset-x = -5;
shadow-offset-y = 0;
shadow-opacity = 0.8;
shadow-red = 0.11;
shadow-green = 0.12;
shadow-blue = 0.13;
shadow-exclude = [
"name = 'Notification'",
"_GTK_FRAME_EXTENTS@:c",
"class_g = 'i3-frame'",
"_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'",
"_NET_WM_STATE@:32a *= '_NET_WM_STATE_STICKY'",
"!I3_FLOATING_WINDOW@:c"
];
shadow-ignore-shaped = true;

blur-background = false;
blur-background-fixed = true;
blur-kern = "7x7box";
blur-background-exclude = [
"class_g = 'i3-frame'",
"window_type = 'dock'",
"window_type = 'desktop'",
"_GTK_FRAME_EXTENTS@:c"
];

# Duplicating the _NET_WM_STATE entries because compton cannot deal with atom arrays :-/
opacity-rule = [
"97:class_g = 'Termite' && !_NET_WM_STATE@:32a",

"0:_NET_WM_STATE@[0]:32a = '_NET_WM_STATE_HIDDEN'",
"0:_NET_WM_STATE@[1]:32a = '_NET_WM_STATE_HIDDEN'",
"0:_NET_WM_STATE@[2]:32a = '_NET_WM_STATE_HIDDEN'",
"0:_NET_WM_STATE@[3]:32a = '_NET_WM_STATE_HIDDEN'",
"0:_NET_WM_STATE@[4]:32a = '_NET_WM_STATE_HIDDEN'",

"90:_NET_WM_STATE@[0]:32a = '_NET_WM_STATE_STICKY'",
"90:_NET_WM_STATE@[1]:32a = '_NET_WM_STATE_STICKY'",
"90:_NET_WM_STATE@[2]:32a = '_NET_WM_STATE_STICKY'",
"90:_NET_WM_STATE@[3]:32a = '_NET_WM_STATE_STICKY'",
"90:_NET_WM_STATE@[4]:32a = '_NET_WM_STATE_STICKY'"
];

fading = false;
fade-delta = 7;
fade-in-step = 0.05;
fade-out-step = 0.05;
fade-exclude = [];

mark-wmwin-focused = true;
mark-ovredir-focused = true;
use-ewmh-active-win = true;
detect-rounded-corners = true;
detect-client-opacity = true;
refresh-rate = 0;
dbe = false;
glx-no-stencil = true;
glx-copy-from-front = false;
unredir-if-possible = false;
focus-exclude = [];
detect-transient = true;
detect-client-leader = true;
invert-color-include = [];

wintypes: {
tooltip = { fade = true; shadow = false; opacity = 1.00; focus = true; };
dock = { shadow = false };
dnd = { shadow = false };
};
Loading

0 comments on commit ce82dfc

Please sign in to comment.