Compare commits

..

No commits in common. "96842275e09d91db82e32c4e5b59739e1f26039a" and "900c080676a72531109d212896c19a9e5eac0c3e" have entirely different histories.

4 changed files with 9 additions and 10 deletions

View file

@ -37,7 +37,7 @@ conky.config = {
draw_outline = false,
draw_shades = false,
use_xft = true,
font = 'JetBrains Mono:size=15',
font = 'Droid Sans:size=10',
gap_x = 490,
gap_y = 30,
minimum_height = 0,
@ -67,5 +67,5 @@ conky.config = {
}
conky.text = [[
${exec head -n 50 $HOME/.cache/archlinux-updates.txt}
${font Droid Sans:size=15}${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 = 'JetBrains Mono:size=40',
font = 'Droid Sans:size=10',
gap_x = 1080,
gap_y = 30,
minimum_height = 0,
@ -68,6 +68,6 @@ conky.config = {
}
conky.text = [[
$alignc${time %T}
$alignc${font Droid Sans:size=40}${time %T}
$alignc${time %F}
]]

View file

@ -37,7 +37,7 @@ conky.config = {
draw_outline = false,
draw_shades = false,
use_xft = true,
font = 'JetBrains Mono:size=13',
font = 'Droid Sans:size=10',
gap_x = 30,
gap_y = 30,
minimum_height = 400,
@ -81,10 +81,9 @@ ${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 -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}
${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}
${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[default]%}%* %{$fg[yellow]%}%n%{$reset_color%}@%{$fg[magenta]%}%M%{$reset_color%}: %{$fg_bold[blue]%}%~$(git_prompt_info)
%{$fg[red]%}%* %{$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%}'