summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShubham Saini <shubham6405@gmail.com>2019-12-24 12:17:15 +0000
committerShubham Saini <shubham6405@gmail.com>2019-12-24 12:17:15 +0000
commit414fec9a289c7f2bf218dcbe106b06edec1720f4 (patch)
tree3ebd3b06ff8412b12a36c849793d8c8217d84f42
parentd3a50583212a40a62d0bc29d05cc1ce2694c8a27 (diff)
changes
-rw-r--r--polybar/.config/polybar/config2
-rw-r--r--ranger/.config/ranger/rc.conf4
-rw-r--r--rofi/.config/rofi/config2
-rwxr-xr-xrofi/.config/rofi/rofi-wifi.sh2
-rw-r--r--x/.Xresources4
-rw-r--r--zsh/.zshrc2
6 files changed, 8 insertions, 8 deletions
diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config
index 72898d9..096ec14 100644
--- a/polybar/.config/polybar/config
+++ b/polybar/.config/polybar/config
@@ -31,7 +31,7 @@ padding-left = 2
31padding-right = 2 31padding-right = 2
32module-margin-left = 1.5 32module-margin-left = 1.5
33module-margin-right = 1.5 33module-margin-right = 1.5
34font-0 = Hermit:style=medium:pixelsize=10;1 34font-0 = mononoki:style=medium:pixelsize=11;1
35font-1 = SauceCodePro Nerd Font:style=medium:pixelsize=10;1 35font-1 = SauceCodePro Nerd Font:style=medium:pixelsize=10;1
36font-2 = FontAwesome5Free:style=Solid:size=10;1 36font-2 = FontAwesome5Free:style=Solid:size=10;1
37font-3 = FontAwesome5Free:style=Regular:size=10;1 37font-3 = FontAwesome5Free:style=Regular:size=10;1
diff --git a/ranger/.config/ranger/rc.conf b/ranger/.config/ranger/rc.conf
index 2722f18..4649dbc 100644
--- a/ranger/.config/ranger/rc.conf
+++ b/ranger/.config/ranger/rc.conf
@@ -106,11 +106,11 @@ set preview_images true
106# while slower, this allows remote previews, 106# while slower, this allows remote previews,
107# for example during an ssh session. 107# for example during an ssh session.
108# Tmux is unsupported. 108# Tmux is unsupported.
109set preview_images_method w3m 109set preview_images_method ueberzug
110 110
111# Delay in seconds before displaying an image with the w3m method. 111# Delay in seconds before displaying an image with the w3m method.
112# Increase it in case of experiencing display corruption. 112# Increase it in case of experiencing display corruption.
113set w3m_delay 0.02 113set w3m_delay 0.2
114 114
115# Default iTerm2 font size (see: preview_images_method: iterm2) 115# Default iTerm2 font size (see: preview_images_method: iterm2)
116set iterm2_font_width 8 116set iterm2_font_width 8
diff --git a/rofi/.config/rofi/config b/rofi/.config/rofi/config
index b096ad7..05e6412 100644
--- a/rofi/.config/rofi/config
+++ b/rofi/.config/rofi/config
@@ -2,7 +2,7 @@ rofi.theme: ~/.cache/wal/colors-rofi-dark.rasi
2rofi.lines: 6 2rofi.lines: 6
3!rofi.separator-style: none 3!rofi.separator-style: none
4!rofi.columns: 1 4!rofi.columns: 1
5rofi.font: Hermit 12 5rofi.font: mononoki 14
6!rofi.bw: 0 6!rofi.bw: 0
7!rofi.eh: 2 7!rofi.eh: 2
8!rofi.hide-scrollbar: true 8!rofi.hide-scrollbar: true
diff --git a/rofi/.config/rofi/rofi-wifi.sh b/rofi/.config/rofi/rofi-wifi.sh
index 938fa48..9887c80 100755
--- a/rofi/.config/rofi/rofi-wifi.sh
+++ b/rofi/.config/rofi/rofi-wifi.sh
@@ -9,7 +9,7 @@ FIELDS=SSID,SECURITY
9POSITION=5 9POSITION=5
10#YOFF=-40 10#YOFF=-40
11#XOFF=-120 11#XOFF=-120
12FONT="Hermit 10" 12FONT="mononoki 12"
13 13
14if [ -r "$DIR/config" ]; then 14if [ -r "$DIR/config" ]; then
15 source ./config 15 source ./config
diff --git a/x/.Xresources b/x/.Xresources
index a47ed7a..2ad97ee 100644
--- a/x/.Xresources
+++ b/x/.Xresources
@@ -14,8 +14,8 @@ URxvt.scrollTtyOutput: false
14URxvt.scrollWithBuffer: true 14URxvt.scrollWithBuffer: true
15URxvt.scrollTtyKeypress: true 15URxvt.scrollTtyKeypress: true
16 16
17URxvt.font: xft:Hermit:style=medium:pixelsize=12, xft:DejaVu Sans Mono:pixelsize:12 17URxvt.font: xft:mononoki:pixelsize=12.5, xft:DejaVu Sans Mono:pixelsize:12.5
18URxvt.letterSpace: 1 18!URxvt.letterSpace: 1
19urxvt*termName: rxvt 19urxvt*termName: rxvt
20urxvt*scrollBar: false 20urxvt*scrollBar: false
21urxvt*matcher.button: 1 21urxvt*matcher.button: 1
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 4f02ec0..afb4c1f 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -13,7 +13,7 @@ export XDG_CURRENT_DESKTOP=bspwm
13# load a random theme each time oh-my-zsh is loaded, in which case, 13# load a random theme each time oh-my-zsh is loaded, in which case,
14# to know which specific one was loaded, run: echo $RANDOM_THEME 14# to know which specific one was loaded, run: echo $RANDOM_THEME
15# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes 15# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
16ZSH_THEME="refined" 16ZSH_THEME="kolo"
17SPACESHIP_CHAR_SYMBOL=" " 17SPACESHIP_CHAR_SYMBOL=" "
18SPACESHIP_PROMPT_ADD_NEWLINE=false 18SPACESHIP_PROMPT_ADD_NEWLINE=false
19 19