From 93498e9b268f0bdb524191f5736dee3204b51a0e Mon Sep 17 00:00:00 2001 From: Tobias Reisinger <tobias@msrg.cc> Date: Sat, 10 Apr 2021 15:26:21 +0200 Subject: [PATCH 1/2] Add JetBrains Mono for conky --- .config/conky/archlinux-updates.conf | 4 ++-- .config/conky/clock.conf | 4 ++-- .config/conky/system.conf | 9 +++++---- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.config/conky/archlinux-updates.conf b/.config/conky/archlinux-updates.conf index 7ec0a33..0e94728 100644 --- a/.config/conky/archlinux-updates.conf +++ b/.config/conky/archlinux-updates.conf @@ -37,7 +37,7 @@ conky.config = { draw_outline = false, draw_shades = false, use_xft = true, - font = 'Droid Sans:size=10', + font = 'JetBrains Mono:size=15', gap_x = 490, gap_y = 30, minimum_height = 0, @@ -67,5 +67,5 @@ conky.config = { } conky.text = [[ -${font Droid Sans:size=15}${exec head -n 50 $HOME/.cache/archlinux-updates.txt} +${exec head -n 50 $HOME/.cache/archlinux-updates.txt} ]] diff --git a/.config/conky/clock.conf b/.config/conky/clock.conf index 7006079..097984a 100644 --- a/.config/conky/clock.conf +++ b/.config/conky/clock.conf @@ -37,7 +37,7 @@ conky.config = { draw_outline = false, draw_shades = false, use_xft = true, - font = 'Droid Sans:size=10', + font = 'JetBrains Mono:size=40', gap_x = 1080, gap_y = 30, minimum_height = 0, @@ -68,6 +68,6 @@ conky.config = { } conky.text = [[ -$alignc${font Droid Sans:size=40}${time %T} +$alignc${time %T} $alignc${time %F} ]] diff --git a/.config/conky/system.conf b/.config/conky/system.conf index b7d8e65..1f21e05 100644 --- a/.config/conky/system.conf +++ b/.config/conky/system.conf @@ -37,7 +37,7 @@ conky.config = { draw_outline = false, draw_shades = false, use_xft = true, - font = 'Droid Sans:size=10', + font = 'JetBrains Mono:size=13', gap_x = 30, gap_y = 30, minimum_height = 400, @@ -81,9 +81,10 @@ ${cpugraph cpu1 50,200}${cpugraph cpu2 50,200}${voffset -19} ${cpugraph cpu3 50,200}${cpugraph cpu4 50,200}${voffset -19} ${cpugraph cpu5 50,200}${cpugraph cpu6 50,200}${voffset -19} ${cpugraph cpu7 50,200}${cpugraph cpu8 50,200} -${voffset -203}${color3}${goto 10}1 ${goto 210}2 ${voffset 48}${goto 10}3 ${goto 0} ${goto 210}4 ${voffset 48}${goto 10}5 ${goto 210}6 ${voffset 48}${goto 10}7 ${goto 210}8 -${voffset -160}${color3}${goto 145}${freq_g (1)}GHz ${goto 345}${freq_g (2)}GHz ${voffset 48}${goto 145}${freq_g (3)}GHz ${goto 345}${freq_g (4)}GHz ${voffset 48}${goto 145}${freq_g (5)}GHz ${goto 345}${freq_g (6)}GHz ${voffset 48}${goto 145}${freq_g (7)}GHz ${goto 345}${freq_g (8)}GHz -${voffset 35} +${voffset -230}${color3}${goto 8}1 ${goto 208}2 ${voffset 54}${goto 8}3 ${goto 208}4 ${voffset 54}${goto 8}5 ${goto 208}6 ${voffset 54}${goto 8}7 ${goto 208}8 +${voffset -186}${color3}${goto 130}${freq_g (1)}GHz ${goto 330}${freq_g (2)}GHz ${voffset 54}${goto 130}${freq_g (3)}GHz ${goto 330}${freq_g (4)}GHz ${voffset 54}${goto 130}${freq_g (5)}GHz ${goto 330}${freq_g (6)}GHz ${voffset 54}${goto 130}${freq_g (7)}GHz ${goto 330}${freq_g (8)}GHz + +${voffset 15} ${color2}RAM ${color0}${alignr}${mem} ${membar 5,} ${top_mem name 1} $alignr ${top_mem mem_res 1} From 96842275e09d91db82e32c4e5b59739e1f26039a Mon Sep 17 00:00:00 2001 From: Tobias Reisinger <tobias@msrg.cc> Date: Sat, 10 Apr 2021 15:26:50 +0200 Subject: [PATCH 2/2] Improve my custom zsh theme --- .config/zsh/custom/themes/serguzim.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/zsh/custom/themes/serguzim.zsh-theme b/.config/zsh/custom/themes/serguzim.zsh-theme index 2e1daae..17e0f64 100644 --- a/.config/zsh/custom/themes/serguzim.zsh-theme +++ b/.config/zsh/custom/themes/serguzim.zsh-theme @@ -5,7 +5,7 @@ ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg_bold[yellow]%}✘ " PROMPT='%(?, ,%{$fg[red]%}RETURN: $?%{$reset_color%} ) -%{$fg[red]%}%* %{$fg[yellow]%}%n%{$reset_color%}@%{$fg[magenta]%}%M%{$reset_color%}: %{$fg_bold[blue]%}%~$(git_prompt_info) +%{$fg[default]%}%* %{$fg[yellow]%}%n%{$reset_color%}@%{$fg[magenta]%}%M%{$reset_color%}: %{$fg_bold[blue]%}%~$(git_prompt_info) %{$fg[green]%}$%{$reset_color%} ' #RPROMPT='%{$fg[green]%}[%*]%{$reset_color%}'