all repos — dotfiles @ 5119be5bf9c211ce012195dc398fd3768fd69d6b

linux dotfiles

update i3 config, zshrc, rofi.rasi
prithugoswami prithugoswami524@gmail.com
Sat, 12 May 2018 21:15:08 +0530
commit

5119be5bf9c211ce012195dc398fd3768fd69d6b

parent

69df285020b520391ddcc500135f6dfd9fe40fdd

3 files changed, 24 insertions(+), 3 deletions(-)

jump to
M .zshrc.zshrc

@@ -11,6 +11,8 @@ ZSH_THEME="agnoster"

DEFAULT_USER="prithu" +# pywal colorscheme +#(cat ~/.cache/wal/sequences &) # ls automatically right after cd'ing into a directory cd() {
M i3/configi3/config

@@ -5,7 +5,8 @@ # set default desktop layout (default is tiling)

# workspace_layout tabbed <stacking|tabbed> #Wallpaper -set $fehbg feh --bg-fill ~/Desktop/walls/wall2.jpg +#set $fehbg feh --bg-fill ~/Desktop/walls/wall2.jpg +set $fehbg wal -e -s -i ~/Desktop/walls/wall.jpg # Configure border style <normal|1pixel|pixel xx|none|pixel> new_window 1pixel

@@ -366,6 +367,24 @@ set_from_resource $term_color12 color12

set_from_resource $term_color13 color13 set_from_resource $term_color14 color14 set_from_resource $term_color15 color15 + + +############################################ +############ PyWal Color Scheme ############ +############################################ +# set_from_resource $fg i3wm.color8 #f0f0f0 +# set_from_resource $bg i3wm.color0 #f0f0f0 +# set_from_resource $c2 i3wm.color2 #f0f0f0 +# set_from_resource $c7 i3wm.color7 #f0f0f0 +# +# # class border backgr. text indicator child_border +# client.focused $bg $bg $fg $c7 $c2 +# client.focused_inactive $bg $bg $fg $c7 $c2 +# client.unfocused $bg $bg $fg $c7 $c2 +# client.urgent $bg $bg $fg $c7 $bg +# client.placeholder $bg $bg $fg $c7 $bg +# +# client.background $bg # Slightly modified arc colors set $arc_blue #5294E2
M rofi/config.rasirofi/config.rasi

@@ -5,7 +5,7 @@ lines: 10;

/* columns: 2;*/ /* font: "mono 12";*/ /* bw: 1;*/ - location: 0; +/* location: 0;*/ padding: 50; /* yoffset: 30;*/ /* xoffset: 30;*/

@@ -50,7 +50,7 @@ /* fake-background: "screenshot";*/

/* window-format: "{w} {i}{c} {t}";*/ /* click-to-exit: true;*/ show-match: false; -/* theme: ;*/ + theme: "~/.cache/wal/colors-rofi-dark.rasi" ; color-normal: "#2f343f, #f3f4f5, #2f343f, #5294e2, #f3f4f5"; color-urgent: "#fdf6e3, #dc322f, #eee8d5, #dc322f, #fdf6e3"; color-active: "#2f343f, #268bd2, #eee8d5, #268bd2, #fdf6e3";