Compare commits

...

2 commits

Author SHA1 Message Date
Tobias Reisinger 96842275e0
Improve my custom zsh theme 2021-04-10 15:26:50 +02:00
Tobias Reisinger 93498e9b26
Add JetBrains Mono for conky 2021-04-10 15:26:21 +02:00
4 changed files with 10 additions and 9 deletions

View file

@ -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}
]]

View file

@ -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}
]]

View file

@ -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}

View file

@ -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%}'