diff options
| -rw-r--r-- | polybar/.config/polybar/config | 2 | ||||
| -rw-r--r-- | ranger/.config/ranger/rc.conf | 4 | ||||
| -rw-r--r-- | rofi/.config/rofi/config | 2 | ||||
| -rwxr-xr-x | rofi/.config/rofi/rofi-wifi.sh | 2 | ||||
| -rw-r--r-- | x/.Xresources | 4 | ||||
| -rw-r--r-- | zsh/.zshrc | 2 |
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 | |||
| 31 | padding-right = 2 | 31 | padding-right = 2 |
| 32 | module-margin-left = 1.5 | 32 | module-margin-left = 1.5 |
| 33 | module-margin-right = 1.5 | 33 | module-margin-right = 1.5 |
| 34 | font-0 = Hermit:style=medium:pixelsize=10;1 | 34 | font-0 = mononoki:style=medium:pixelsize=11;1 |
| 35 | font-1 = SauceCodePro Nerd Font:style=medium:pixelsize=10;1 | 35 | font-1 = SauceCodePro Nerd Font:style=medium:pixelsize=10;1 |
| 36 | font-2 = FontAwesome5Free:style=Solid:size=10;1 | 36 | font-2 = FontAwesome5Free:style=Solid:size=10;1 |
| 37 | font-3 = FontAwesome5Free:style=Regular:size=10;1 | 37 | font-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. |
| 109 | set preview_images_method w3m | 109 | set 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. |
| 113 | set w3m_delay 0.02 | 113 | set 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) |
| 116 | set iterm2_font_width 8 | 116 | set 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 | |||
| 2 | rofi.lines: 6 | 2 | rofi.lines: 6 |
| 3 | !rofi.separator-style: none | 3 | !rofi.separator-style: none |
| 4 | !rofi.columns: 1 | 4 | !rofi.columns: 1 |
| 5 | rofi.font: Hermit 12 | 5 | rofi.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 | |||
| 9 | POSITION=5 | 9 | POSITION=5 |
| 10 | #YOFF=-40 | 10 | #YOFF=-40 |
| 11 | #XOFF=-120 | 11 | #XOFF=-120 |
| 12 | FONT="Hermit 10" | 12 | FONT="mononoki 12" |
| 13 | 13 | ||
| 14 | if [ -r "$DIR/config" ]; then | 14 | if [ -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 | |||
| 14 | URxvt.scrollWithBuffer: true | 14 | URxvt.scrollWithBuffer: true |
| 15 | URxvt.scrollTtyKeypress: true | 15 | URxvt.scrollTtyKeypress: true |
| 16 | 16 | ||
| 17 | URxvt.font: xft:Hermit:style=medium:pixelsize=12, xft:DejaVu Sans Mono:pixelsize:12 | 17 | URxvt.font: xft:mononoki:pixelsize=12.5, xft:DejaVu Sans Mono:pixelsize:12.5 |
| 18 | URxvt.letterSpace: 1 | 18 | !URxvt.letterSpace: 1 |
| 19 | urxvt*termName: rxvt | 19 | urxvt*termName: rxvt |
| 20 | urxvt*scrollBar: false | 20 | urxvt*scrollBar: false |
| 21 | urxvt*matcher.button: 1 | 21 | urxvt*matcher.button: 1 |
| @@ -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 |
| 16 | ZSH_THEME="refined" | 16 | ZSH_THEME="kolo" |
| 17 | SPACESHIP_CHAR_SYMBOL=" " | 17 | SPACESHIP_CHAR_SYMBOL=" " |
| 18 | SPACESHIP_PROMPT_ADD_NEWLINE=false | 18 | SPACESHIP_PROMPT_ADD_NEWLINE=false |
| 19 | 19 | ||
