Skip to content

Commit

Permalink
Merge pull request #8 from edbizarro/vaporwave
Browse files Browse the repository at this point in the history
vaporwave / A E S T H E T I C
  • Loading branch information
edbizarro authored Sep 16, 2018
2 parents 5797b29 + a4225d2 commit 846cb21
Show file tree
Hide file tree
Showing 19 changed files with 77 additions and 99 deletions.
12 changes: 1 addition & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@ A collection of my personal dotfiles. Here's a little preview of what it can loo

### Current desktop

![fantasy](https://i.imgur.com/6uj1Jvu.jpg?1)

### ncmpcpp + cava + lyvi

![ncmpcpp + cava + lyvi](https://i.imgur.com/NMQfpGx.jpg?1)
![vaporwave / A E S T H E T I C](https://i.imgur.com/PSNlFjO.jpg?1)

#### Previous themes

Expand Down Expand Up @@ -107,9 +103,3 @@ manually change its name so GNU Stow can create the symlink. My recommendation i
to rename it:

mv ~/.gitconfig ~/.gitconfig.old

## More images

![fantasy](https://i.imgur.com/x4PsBli.jpg?1)
![rofi](https://i.imgur.com/iyTeGbx.jpg?1)
![betterlockscreen](https://i.imgur.com/TPRfiOu.jpg)
2 changes: 1 addition & 1 deletion dunst/.config/dunst/dunstrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#

[global]
font = TamzenForPowerline 12
font = Tamzen 12

# Allow a small subset of html markup:
# <b>bold</b>
Expand Down
12 changes: 7 additions & 5 deletions i3/.config/polybar/bars/bottom.conf
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
29 changes: 0 additions & 29 deletions i3/.config/polybar/bars/top-right.conf

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@

[bar/top-left]
[bar/top]
locale = pt_BR.utf8
width = 203
width = 90%
height = 30
border-size = 0
border-top-size = 20
border-left-size = 20
border-left-size = 200
border-right-size = 0
border-bottom-size = 0
radius-top = 6.0
radius-bottom = 6.0
radius-top = 0
radius-bottom = 0
line-size = 2
spacing = 1
offset-x = 0
offset-y = 0
padding-left = 0
padding-right = 2

font-0 = "TamzenForPowerline:pixelsize=14;2"
font-0 = "Tamzen:pixelsize=14;2"
font-1 = "Iosevka Nerd Font:antialias=false:size=10;2"
dpi = 96

Expand All @@ -26,3 +26,5 @@ foreground = ${colors.foreground}
module-margin-left = 2
module-margin-right = 0
modules-left = i3
modules-center = date
modules-right = volume wlan ip battery powermenu
9 changes: 2 additions & 7 deletions i3/.config/polybar/config
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
include-file = /home/edbizarro/.config/polybar/global.conf
include-file = /home/edbizarro/.config/polybar/bars/top-left.conf
include-file = /home/edbizarro/.config/polybar/bars/top-right.conf
include-file = /home/edbizarro/.config/polybar/bars/top.conf
include-file = /home/edbizarro/.config/polybar/bars/bottom.conf

[module/crypto]
Expand Down Expand Up @@ -28,31 +27,27 @@ enable-click = true
fuzzy-match = true
wrapping-scroll = false
strip-wsnumbers = true
pin-workspaces = true
pin-workspaces = false

label-focused = 
label-focused-background = ${colors.foreground}
label-focused-foreground = ${colors.background}
label-focused-padding = 2
label-focused-underline = ${colors.foreground-alt}

label-unfocused = %icon%
label-unfocused-background = ${colors.background}
label-unfocused-foreground = ${colors.background-alt}
label-unfocused-padding = 2
label-unfocused-underline = ${colors.background}

label-urgent = %icon%
label-urgent-background = ${colors.background}
label-urgent-foreground = ${colors.foreground-alt}
label-urgent-padding = 2
label-urgent-underline = ${colors.background}

label-visible = %icon%
label-visible-background = ${colors.background}
label-visible-foreground = ${colors.foreground}
label-visible-padding = 2
label-visible-underline = ${colors.background}

ws-icon-default = 

Expand Down
10 changes: 5 additions & 5 deletions i3/.config/polybar/crypto-config
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
base_currency = USD
display = percentage

[ripple]
icon = XRP

[nano]
icon = NANO

[ripple]
icon = XRP

[stellar]
icon = XLM

Expand All @@ -17,5 +17,5 @@ icon = TRX
[vechain]
icon = VEN

[cardano]
icon = ADA
[golem]
icon = GNT
6 changes: 3 additions & 3 deletions i3/.config/polybar/global.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ compositing-border = over
screenchange-reload = true

[colors]
background = ${xrdb:color7}
background-alt = ${xrdb:color6}
foreground = ${xrdb:color0}
background = ${xrdb:color5}
background-alt = ${xrdb:color1}
foreground = #ffffff
foreground-alt = ${xrdb:color0}
primary = ${xrdb:color5}
secondary = ${xrdb:color12}
Expand Down
30 changes: 26 additions & 4 deletions i3/.i3/config
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@
set $mod Mod1
# set $monitor HDMI1 # external screen, they are set here to make it easier to move to new setups


# Set colors from Xresources
# Change 'color7' and 'color2' to whatever colors you want i3 to use
# from the generated scheme.
# NOTE: The '#f0f0f0' in the lines below is the color i3 will use if
# it fails to get colors from Xresources.
set_from_resource $fg i3wm.color5 #f0f0f0
set_from_resource $bg i3wm.color6 #1DFAFF

# class border backgr. text indicator child_border
client.focused $bg $bg $fg $bg $bg
client.focused_inactive $bg $bg $fg $bg $bg
client.unfocused $bg $bg $fg $bg $bg
client.urgent $bg $bg $fg $bg $bg
client.placeholder $bg $bg $fg $bg $bg

client.background $bg


########## i3-gaps integration ##########

for_window [class="^.*"] border pixel 0
Expand All @@ -14,7 +33,7 @@ for_window [class="(?i)gitk"] floating enable

gaps inner 15
gaps outer 5
smart_borders on
smart_borders no_gaps
new_window none

# use Mouse+$mod to drag floating windows to their wanted position
Expand Down Expand Up @@ -131,16 +150,18 @@ bindsym $mod+Shift+a exec --no-startup-id wal -i ~/Imagens/Wallpapers -q
# exec_always --no-startup-id xrandr --output eDP-1 --primary --preferred
# exec_always --no-startup-id xrandr --output HDMI-1 --primary --preferred --left-of eDP-1

exec_always --no-startup-id betterlockscreen -u ~/Imagens/Wallpapers/vaporware
exec_always --no-startup-id xrdb -merge ~/.Xresources
exec --no-startup-id betterlockscreen -u ~/Imagens/Wallpapers/vaporwave/car-02.jpg
exec_always --no-startup-id wal -i ~/Imagens/Wallpapers/vaporwave/car-02.jpg -a "98"
exec_always --no-startup-id $HOME/.i3/startup/mons.sh
exec_always --no-startup-id $HOME/.i3/startup/compton.sh
exec --no-startup-id dunst -config $HOME/.config/dunst/dunstrc
exec_always --no-startup-id $HOME/.i3/startup/mopidy.sh
# exec_always --no-startup-id $HOME/.i3/startup/mopidy.sh
exec_always --no-startup-id xrdb ~/.Xresources
exec_always --no-startup-id $HOME/.i3/startup/polybar.sh
exec --no-startup-id xset -dpms
exec --no-startup-id xset s off
exec --no-startup-id rmmod pcspkr
# exec --no-startup-id rmmod pcspkr

# Ncmpcpp
bindsym $mod+Shift+n exec --no-startup-id urxvt -name 'ncmpcpp' -e ncmpcpp
Expand All @@ -160,6 +181,7 @@ bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume 0 +10%
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume 0 -10%

#Assigns
assign [class="URxvt"] 1
assign [class="(?i)chrome"] 2
assign [class="(?i)atom"] 3
assign [class="(?i)pstorm"] 3
Expand Down
4 changes: 1 addition & 3 deletions i3/.i3/startup/polybar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,4 @@ while pgrep -x polybar >/dev/null; do sleep 1; done

# Launch polybar
polybar bottom -r&
polybar top-left -r&
polybar top-center -r&
polybar top-right -r&
polybar top -r&
35 changes: 13 additions & 22 deletions xresources/.Xresources
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
2 changes: 2 additions & 0 deletions zsh/configs/.zpreztorc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ zstyle ':prezto:load' pmodule \
'ssh' \
'docker' \
'pacman' \
'python' \
'tmux' \
'completion' \
'syntax-highlighting' \
Expand All @@ -21,6 +22,7 @@ zstyle ':prezto:load' pmodule \
'prompt' \
'fasd'

zstyle ':prezto:module:python:virtualenv' auto-switch 'yes'
zstyle ':prezto:module:prompt' theme 'pure'
zstyle ':prezto:module:prompt' pwd-length 'short'
zstyle ':prezto:module:ssh:load' identities 'id_rsa'
Expand Down
2 changes: 1 addition & 1 deletion zsh/configs/.zprofile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ fi
typeset -gU cdpath fpath mailpath path

path=(
/usr/local/{bin,sbin}
/usr/local/{bin,sbin}
$path
)

Expand Down
2 changes: 1 addition & 1 deletion zsh/configs/.zshenv
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
2 changes: 2 additions & 0 deletions zsh/exports/01-pyenv.zsh
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
1 change: 1 addition & 0 deletions zsh/exports/airflow.zsh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export AIRFLOW_GPL_UNIDECODE=yes
2 changes: 1 addition & 1 deletion zsh/exports/composer.zsh
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
1 change: 1 addition & 0 deletions zsh/exports/local.zsh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export PATH=$PATH:/home/edbizarro/.local/bin
1 change: 1 addition & 0 deletions zsh/exports/pipenv.zsh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export PATH=$PATH:/home/edbizarro/.local/bin/pipenv

0 comments on commit 846cb21

Please sign in to comment.