at this point, I don't even care
prithugoswami prithugoswami524@gmail.com
Thu, 24 Jan 2019 22:29:45 +0530
4 files changed,
9 insertions(+),
11 deletions(-)
M
.zshrc
→
.zshrc
@@ -7,7 +7,7 @@
# Set name of the theme to load. Optionally, if you set this to "random" # it'll load a random theme each time that oh-my-zsh is loaded. # See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes -ZSH_THEME="agnoster" +ZSH_THEME="om" DEFAULT_USER="prithu"@@ -76,11 +76,9 @@ # Add wisely, as too many plugins slow down shell startup.
plugins=( git vi-mode - adb ) source $ZSH/oh-my-zsh.sh - # Kill the delay while swtiching modes in vi-mode plugin export KEYTIMEOUT=1
M
i3/config
→
i3/config
@@ -159,7 +159,7 @@ ### Application Launcher Key Bindings ###{{{
bindsym $mod+Return exec --no-startup-id st bindsym $mod+Shift+Return exec --no-startup-id urxvt -bindsym $mod+b exec urxvt -e "ranger" +bindsym $mod+b exec st -e "nnn" bindsym $mod+Ctrl+b exec terminal -e 'bmenu' # bindsym $mod+d exec "rofi -show run -lines 3 -padding 25" bindsym $mod+d exec --no-startup-id `cat .config/launcher | dmenu -h 23`@@ -504,7 +504,7 @@
tray_output primary colors { - separator #666666 + separator #222222 background #000000a0 # background $base00 statusline $base05
M
i3blocks/config
→
i3blocks/config
@@ -8,10 +8,10 @@ command=~/.config/i3blocks/taskwarrior
interval=1 markup=pango -#[disk] -#command=~/.config/i3blocks/disk -#interval=30 -#markup=pango +[disk] +command=~/.config/i3blocks/disk +interval=30 +markup=pango #[bandwidth] #command=~/.config/i3blocks/bandwidth2
M
i3blocks/disk
→
i3blocks/disk
@@ -1,5 +1,5 @@
#!/bin/sh avail=$(df -B 1 ~/ | awk 'NR==2 {printf "%0.1fGiB", $4/1024/1024/1024}') -icon="<span font='Font Awesome 5 Free'>\uf0a0</span>" -echo -e $icon $avail +# icon="<span font='Font Awesome 5 Free'>\uf0a0</span>" +echo -e $icon$avail