all repos — dotfiles @ ba7056095ac00b84f9b3fba2c625d70f9ad0c15e

my *nix dotfiles

move to Arch - and here to stay
icyphox icyph0x@protonmail.com
Fri, 19 Jan 2018 20:09:33 +0530
commit

ba7056095ac00b84f9b3fba2c625d70f9ad0c15e

parent

5ad662ba2e6f3c746703be4660d1f0f24ee666bd

5 files changed, 15 insertions(+), 15 deletions(-)

jump to
M polybar/.config/polybar/xfwm_barpolybar/.config/polybar/xfwm_bar

@@ -17,7 +17,7 @@ bg = ${xrdb:color0}

[bar/top] width = 100% -height = 24 +height = 32 offset-x = 0% offset-y= 0% fixed-center = true

@@ -27,8 +27,8 @@

background = ${colors.bg} foreground = ${colors.fg} -font-0 = scientifica:pixelsize=8:;0 -font-1 = Wuncon Siji:size=8:;0 +font-0 = Dina:size=9:;0 +font-1 = Wuncon Siji:size=9:;0 modules-left = date time volume battery modules-center = xwindow

@@ -43,8 +43,8 @@

underline-size = 3 spacing = 1 -padding-left = 0 -padding-right = 0 +padding-left = 1 +padding-right = 1 module-margin-left = 2 module-margin-right = 2

@@ -112,7 +112,7 @@

[module/battery] type = internal/battery full-at = 100 -battery = BAT1 +battery = BAT0 adapter = ACAD poll-interval = 5
M scripts/scripts/icyinfo.shscripts/scripts/icyinfo.sh

@@ -34,7 +34,7 @@ # shell

color-echo 'shell' 'zsh' # wm -color-echo 'wm' 'GNOME Shell' +color-echo 'wm' 'xfwm4' # distro color-echo 'distro' 'Arch Linux'
M x/.Xresourcesx/.Xresources

@@ -51,7 +51,7 @@

! Urxvt config !--------------------- -URxvt.font: xft:scientifica:size=8 +URxvt.font: xft:Dina:size=8 URxvt.boldFont: URxvt.scrollBar: false URxvt.cursorBlink: true

@@ -61,7 +61,7 @@ URxvt.matcher.button: 1

URxvt.url-launcher: /usr/bin/firefox URxvt.visualBell: false URxvt.depth: 32 -URxvt.lineSpace: 1 +URxvt.lineSpace: 2 URxvt.intensityStyles: false URxvt.iso14755: false URxvt.iso14755_52: false

@@ -78,12 +78,12 @@ rofi.color-window: base00, base00, base00

rofi.color-normal: base00, base05, base00, base01, base0B rofi.color-active: base01, base0B, base02, base0B, base01 rofi.color-urgent: #e12a36, #dd2a4b, #1b2b34 -rofi.font:scientifica 8 +rofi.font: Dina 8 rofi.separator-style: none rofi.hide-scrollbar: true rofi.location:0 -rofi.lines: 4 -rofi.width: 300 +rofi.lines: 6 +rofi.width: 350 rofi.yoffset: 26 rofi.padding: 32
M x/.xinitrcx/.xinitrc

@@ -8,6 +8,6 @@ #(_)_/\_\_|_| |_|_|\__|_| \___|

# # daemons -xfce4-power-manager & -exec xfwm4-session.sh +#xfce4-power-manager & +#exec xfwm4-session.sh
M zsh/.zshrczsh/.zshrc

@@ -21,7 +21,7 @@ # plugins

#plugins=(git zsh-syntax-highlighting zsh-autosuggestions) source $ZSH/oh-my-zsh.sh -source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh +#source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh # aliases alias icysite="cd ~/leet/icysite"