Skip to content

Commit

Permalink
replace "Droid Sans Mono" with "Noto Sans Mono", delete "Dejavu Mono …
Browse files Browse the repository at this point in the history
…Sans" config and package, replace ttf-droid package with ttf-sarasa-gothic
  • Loading branch information
c02y committed May 4, 2022
1 parent f687d38 commit f0c5128
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion bin/.local/bin/rofi-trans
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if [[ "$stage2" == "yes" ]]; then
while [[ -n "$input" ]]; do
result="$(trans $transOption "$input")"
# Option1
# input="$(rofi $rofiOption "$result" -font 'DejaVu Sans Mono 15')"
# input="$(rofi $rofiOption "$result")"
# Option2
input="$(echo "$result" | rofi $rofiOption -format f)"
done
Expand Down
4 changes: 2 additions & 2 deletions i3wm/.config/i3/config
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ workspace_auto_back_and_forth yes
# text rendering and scalability on retina/hidpi displays (thanks to pango).
# Font for window titles. Will also be used by the bar unless a different font
# is used in the bar {} block below.
font pango:Droid Sans Mono 12
font pango:Noto Sans Mono 12

# The combination of xss-lock, nm-applet and pactl is a popular choice, so
# they are included here as an example. Modify as you see fit.
Expand Down Expand Up @@ -374,7 +374,7 @@ bar {
status_command i3status-rs ~/.config/i3/i3status-rust.toml
position top
# Install Font Awesome 5 Pro from ./FontAwesomePro5.tar.xz
font pango:Droid Sans Mono, Font Awesome 5 Pro 13.5
font pango:Noto Sans Mono, Font Awesome 5 Pro 12.4
workspace_min_width 40
tray_padding 2
# show only workspace name parts without the numbers
Expand Down
3 changes: 1 addition & 2 deletions kitty/.config/kitty/kitty.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
#: characters.

# fc-match 'monospace:charset=597d:scalable=true:outline=true'
# to check what CJK font kitty is using,
# kitty auto chooses its CJK font, TODO: delete other CJK fonts and make sure it uses "Droid Sans"
# to check what CJK font kitty is using, the default CJK font is auto chosen
# `kitty --debug-font-fallback` to check what font kitty is using
# NOTE: kitty only can use the font listed in `kitty list-fonts`(only monospace)
# https://sw.kovidgoyal.net/kitty/faq/#kitty-is-not-able-to-use-my-favorite-font
Expand Down
4 changes: 2 additions & 2 deletions misc/rofi-theme-solarized_alternate.rasi
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,10 @@ rofi -sidebar-mode -show-icons -combi-modi drun,window,ssh -show combi \
-modi combi,window,drun,run,ssh,TRANS:rofi-trans -matching regex -drun-match-fields all \
-run-shell-command 'kitty --hold -e {cmd}' -theme ~/Dotfiles.d/misc/rofi-theme-solarized_alternate.rasi \
-display-combi ALL -display-drun APP -display-window WINDOW -display-run BIN \
-display-ssh SSH -font 'DejaVu Sans Mono 15'
-display-ssh SSH
*/
configuration {
font: "Droid Sans Mono 15";
font: "Noto Sans Mono 15";
run-shell-command: "kitty --hold -e {cmd}";
modi: "combi,window,drun,run,ssh,TRANS:rofi-trans";
combi-modi: "drun,window,ssh";
Expand Down
2 changes: 1 addition & 1 deletion sxhkd/.config/sxhkd/sxhkdrc
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ super + h
jumpapp -m -t btop alacritty -t btop -e btop
super + q
rofi -show-icons -combi-modi drun,window,ssh,power -show combi -modi combi,window,drun,run,ssh,power:rofi-power-menu \
-matching regex -drun-match-fields all -terminal kitty -font "DejaVu Sans Mono 15" -normal-window -theme /usr/share/rofi/themes/solarized_alternate.rasi \
-matching regex -drun-match-fields all -terminal kitty -normal-window -theme /usr/share/rofi/themes/solarized_alternate.rasi \
-display-combi ALL -display-drun APP -display-window WINDOW -display-run BIN -display-ssh SSH
2 changes: 1 addition & 1 deletion todo.org
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
gdbgui (binary downloaded from github release page, do not install using pip)
** GUI
alacritty kitty mpv vlc meld imagemagick fuse fuse-exfat exfat-utils file-roller darktable krita krita-plugin-gmic copyq nomacs fsearch qpdfview
noto-fonts noto-fonts-emoji ttf-droid font-manager flameshot peek rofi thunderbird
noto-fonts noto-fonts-emoji ttf-sarasa-gothic font-manager flameshot peek rofi thunderbird

pandoc (depends on a lot of haskell) plank

Expand Down

0 comments on commit f0c5128

Please sign in to comment.