From b80cbb86d151222ef286a4e08734fbb14c9e2d3b Mon Sep 17 00:00:00 2001 From: Arne Swanson Date: Sat, 11 Aug 2018 18:14:44 -0400 Subject: [PATCH] i honestly dont remember what did i change -.- --- aero.json | 24 ++++++++++++++++++++++++ argle.json | 24 ------------------------ xorg/.xinitrc | 2 ++ zsh/.zprofile | 2 +- 4 files changed, 27 insertions(+), 25 deletions(-) create mode 100644 aero.json delete mode 100644 argle.json diff --git a/aero.json b/aero.json new file mode 100644 index 0000000..3891b4b --- /dev/null +++ b/aero.json @@ -0,0 +1,24 @@ +{ + "name": "Aero", + "author": "Arne Sxwanson", + "color": [ + "#101010", + "#ff0000", + "#8e8e8e", + "#a0a0a0", + "#686868", + "#747474", + "#00ffa6", + "#b9b9b9", + "#525252", + "#ff0000", + "#8e8e8e", + "#a0a0a0", + "#686868", + "#747474", + "#00ffa6", + "#f7f7f7" + ], + "foreground": "#ffffff", + "background": "#000000" +} diff --git a/argle.json b/argle.json deleted file mode 100644 index ca8f97a..0000000 --- a/argle.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "argle", - "author": "arne swanson", - "color": [ - "#18171e", - "#ec4c4c", - "#32303c", - "#4a4758", - "#7291dc", - "#848290", - "#72dcd5", - "#b4b2bd", - "#47444e", - "#ec4c4c", - "#32303c", - "#4a4758", - "#7291dc", - "#848290", - "#72dcd5", - "#b4b2bd" - ], - "foreground": "#e3e2e6", - "background": "#0f0e13" -} \ No newline at end of file diff --git a/xorg/.xinitrc b/xorg/.xinitrc index 902c212..a9a1967 100644 --- a/xorg/.xinitrc +++ b/xorg/.xinitrc @@ -17,5 +17,7 @@ do sleep 1 done & +~/.fehbg & + # love me some dwm exec dwm diff --git a/zsh/.zprofile b/zsh/.zprofile index b2a100f..7b17c6e 100644 --- a/zsh/.zprofile +++ b/zsh/.zprofile @@ -1,2 +1,2 @@ [[ -d "/home/$(whoami)/.tmp" ]] && rm -rf "/home/$(whoami)/.tmp/*" -[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx \ No newline at end of file +[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx