-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from edbizarro/vaporwave
vaporwave / A E S T H E T I C
- Loading branch information
Showing
19 changed files
with
77 additions
and
99 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,20 @@ | ||
[bar/bottom] | ||
locale = pt_BR.utf8 | ||
margin-top = 5 | ||
padding-right = 2 | ||
padding-right = 5 | ||
padding-left = 2 | ||
width = 100% | ||
height = 32 | ||
height = 30 | ||
border-bottom-size = 20 | ||
border-left-size = 0 | ||
border-right-size = 0 | ||
|
||
font-0 = "TamzenForPowerline:pixelsize=14;2" | ||
font-0 = "Tamzen:pixelsize=14;2" | ||
font-1 = "Iosevka Nerd Font:antialias=false:size=12;2" | ||
dpi = 96 | ||
|
||
bottom = true | ||
background = ${colors.background} | ||
foreground = ${colors.foreground} | ||
modules-right = mpd | ||
modules-left = hostname | ||
modules-center = date | ||
modules-left = crypto |
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
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
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 |
---|---|---|
|
@@ -10,9 +10,9 @@ rofi.line-margin: 20 | |
rofi.fullscreen: true | ||
rofi.color-enabled: true | ||
rofi.color-window: argb:DA222222, argb:DA222222, argb:00222222 | ||
rofi.color-normal: argb:00000000, #e8e8e8, argb:00000000, argb:00000000, #e29a49 | ||
rofi.color-urgent: argb:00000000, #f43753, argb:00000000, argb:00000000, #e29a49 | ||
rofi.color-active: argb:00000000, #49bbfb, argb:00000000, argb:00000000, #e29a49 | ||
rofi.color-normal: argb:00000000, #e8e8e8, argb:00000000, argb:00000000, #E918D8 | ||
rofi.color-urgent: argb:00000000, #E918D8, argb:00000000, argb:00000000, #e29a49 | ||
rofi.color-active: argb:00000000, #E918D8, argb:00000000, argb:00000000, #e29a49 | ||
rofi.font: TamzenForPowerline 14 | ||
rofi.eh: 2 | ||
rofi.separator-style: solid | ||
|
@@ -64,8 +64,8 @@ URxvt.perl-ext-common: | |
|
||
|
||
!! Fonts | ||
URxvt.font: xft:TamzenForPowerline:size=14 | ||
URxvt*boldFont: xft:TamzenForPowerline:size=14 | ||
URxvt.font: xft:Tamzen:size=16 | ||
URxvt*boldFont: xft:Tamzen:size=16 | ||
URxvt.allow_bold: false | ||
URxvt*boldMode: true | ||
! Fix font space | ||
|
@@ -82,15 +82,6 @@ URxvt.cursorUnderline: false | |
! Pointer | ||
URxvt.pointerBlank: false | ||
|
||
! +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
! title Nord XResources + | ||
! project nord-xresources + | ||
! version 0.1.0 + | ||
! repository https://github.com/arcticicestudio/nord-xresources + | ||
! author Arctic Ice Studio + | ||
! email [email protected] + | ||
! copyright Copyright (C) 2016 + | ||
! +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
#define nord0 #2E3440 | ||
#define nord1 #3B4252 | ||
#define nord2 #434C5E | ||
|
@@ -109,15 +100,15 @@ URxvt.pointerBlank: false | |
#define nord15 #B48EAD | ||
|
||
*.foreground: nord4 | ||
*.background: nord0 | ||
*.cursorColor: nord4 | ||
*.background: #ff71ce | ||
*.cursorColor: #01cdfe | ||
|
||
*.color0: nord1 | ||
*.color1: nord11 | ||
*.color2: nord14 | ||
*.color3: nord13 | ||
*.color4: nord9 | ||
*.color5: nord15 | ||
*.color0: nord0 | ||
*.color1: #ff71ce | ||
*.color2: #01cdfe | ||
*.color3: #05ffa1 | ||
*.color4: #b967ff | ||
*.color5: #fffb96 | ||
*.color6: nord8 | ||
*.color7: nord5 | ||
*.color8: nord3 | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ fi | |
typeset -gU cdpath fpath mailpath path | ||
|
||
path=( | ||
/usr/local/{bin,sbin} | ||
/usr/local/{bin,sbin} | ||
$path | ||
) | ||
|
||
|
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,3 @@ | ||
if [[ "$SHLVL" -eq 1 && ! -o LOGIN && -s "${ZDOTDIR:-$HOME}/.zprofile" ]]; then | ||
source "${ZDOTDIR:-$HOME}/.zprofile" | ||
fi | ||
fi |
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,2 @@ | ||
export PYENV_ROOT=$HOME/.pyenv | ||
export PATH=$PYENV_ROOT/bin:$PATH |
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 @@ | ||
export AIRFLOW_GPL_UNIDECODE=yes |
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 +1 @@ | ||
export PATH=$PATH:$A_COMPOSER/vendor/bin | ||
export PATH=$PATH:$A_COMPOSER/vendor/bin |
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 @@ | ||
export PATH=$PATH:/home/edbizarro/.local/bin |
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 @@ | ||
export PATH=$PATH:/home/edbizarro/.local/bin/pipenv |