Budgie Theme: Plata (compact)
Plank Theme: Dark_Black
Icon Theme: Moka
Wallpaper: https://www.socwall.com/desktop-wallpaper/79303//
Conky Theme: My own layout of code bits from different themes (Code below)
Conky Widget 1:
alignment top_left
background yes
update_interval 1.0
cpu_avg_samples 2
net_avg_samples 2
override_utf8_locale yes
double_buffer yes
no_buffers yes
text_buffer_size 2048
imlib_cache_size 0
# Windows #
own_window_class Conky
own_window yes
own_window_type normal
own_window_argb_visual yes
own_window_argb_value 0
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
border_inner_margin 0
border_outer_margin 0
minimum_size 190 360
maximum_width 400
alignment top_left
gap_x 1630
gap_y 513
# Graphics #
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no
# Text #
override_utf8_locale yes
use_xft yes
xftalpha 0.8
uppercase no
# Color #
color1 FF8B00
color2 FFFFFF
own_window_colour 000000
TEXT
${color1}${font Noto Sans:pixelsize=17}OS: ${color2}${exec lsb_release -d | cut -f2 }
${voffset -3}${color1}${font Noto Sans:pixelsize=15}Date:${color2} ${time %d} ${time %B} ${time %Y}
${voffset -2}${color1}Uptime:${color2} $uptime_short${voffset -14}
${color1}RAM Used: ${color2}${mem} ${color1}${voffset -2}| ${color2}${voffset 2}${memperc}%
${voffset -14}${color1}CPU Frequency:${color2} ${freq_g cpu0} GHz
${voffset -2}${color1}CPU Temperature: ${color2}${acpitemp} °C
${voffset -2}${color1}Core 0 ${goto 52}${color2}${voffset 2}${cpubar cpu0 5,130}
${voffset -4}${color1}Core 1 ${goto 52}${color2}${voffset 2}${cpubar cpu1 5,130}
${voffset -4}${color1}Core 2 ${goto 52}${color2}${voffset 2}${cpubar cpu2 5,130}
${voffset -4}${color1}Core 3 ${goto 52}${color2}${voffset 2}${cpubar cpu3 5,130}
${voffset -17}${color1}GPU Temperature:${color2} ${hwmon 2 temp 1 input} °C
${voffset -17}${color1}Home: ${color2}${fs_free /home} ${goto 110}${voffset 2}${fs_bar 5,72 /home}
${voffset -4}${color1}Zion: ${color2}${goto 52}${fs_free /mnt/Zion} ${goto 110}${voffset 2}${fs_bar 5,72 /mnt/Zion}
${voffset -18}${color1}Download: ${color2}${downspeed enp0s31f6}
${voffset -2}${color1}Upload: ${color2}${goto 80}${upspeed enp0s31f6}
Conky Widget 2:
alignment top_left
background yes
update_interval 1.0
cpu_avg_samples 2
net_avg_samples 2
override_utf8_locale yes
double_buffer yes
no_buffers yes
text_buffer_size 2048
imlib_cache_size 0
# Windows #
own_window_class Conky
own_window yes
own_window_type normal
own_window_argb_visual yes
own_window_argb_value 0
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
border_inner_margin 0
border_outer_margin 0
minimum_size 190 140
maximum_width 400
alignment top_left
gap_x 1630
gap_y 890
# Graphics #
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no
# Text #
override_utf8_locale yes
use_xft yes
xftalpha 0.8
uppercase no
# Color #
color1 FF8B00
color2 FFFFFF
own_window_colour 000000
TEXT
${color1}${font Noto Sans:pixelsize=14}Processes: ${color2}$processes${color1}${goto 111}Running: ${color2}$running_processes
${color1}Name: ${color1}${goto 112}CPU ${goto 154}RAM
${voffset -18}${color1}_______ ${goto 112}${color1}_____ ${goto 154}_____
${voffset -1}${font Noto Sans:pixelsize=12}${color1}${top name 1}${color2} ${goto 108}${top cpu 1}${goto 152}${top mem 1}
${voffset -1}${color1}${top name 2}${color2} ${goto 108}${top cpu 2}${goto 152}${top mem 2}
${voffset -1}${color1}${top name 3}${color2} ${goto 108}${top cpu 3}${goto 152}${top mem 3}
${voffset -1}${color1}${top name 4}${color2} ${goto 108}${top cpu 4}${goto 152}${top mem 4}
${voffset -1}${color1}${top name 5}${color2} ${goto 108}${top cpu 5}${goto 152}${top mem 5}