Skip to content

Instantly share code, notes, and snippets.

@ohsevin
Last active January 24, 2018 07:26
Show Gist options
  • Save ohsevin/84ea2f7e5f386398e10bcb79368caf98 to your computer and use it in GitHub Desktop.
Save ohsevin/84ea2f7e5f386398e10bcb79368caf98 to your computer and use it in GitHub Desktop.
Conky Manager // Conky Theme's Widget file "MX-Gotham_rev1_default" || Directions: Copy & paste raw code and save as "MX-Gotham_rev1_default" then place in /home/{user}/~.conky/MX-Gotham/
use_xft yes
xftfont 123:size=8
xftalpha 0.1
update_interval 1
total_run_times 0
own_window yes
own_window_type normal
own_window_transparent yes
own_window_hints undecorated,below,skip_taskbar,skip_pager
own_window_colour 000000
own_window_argb_visual no
own_window_argb_value 0
double_buffer yes
#minimum_size 250 5
maximum_width 700
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no
#default_color white
default_shade_color red
default_outline_color green
alignment top_right
gap_x 10
gap_y 10
no_buffers yes
uppercase no
cpu_avg_samples 2
net_avg_samples 1
override_utf8_locale yes
use_spacer yes
minimum_size 500 250
#colors
##hour,minute
color0 EAEAEA
##day of month, month, year
color1 efc947
##day of week
color2 d2883b
##line 2: system parameters
color3 black
##line 2: system values
color4 white
##line 2: word
color5 blue
TEXT
#top line
${voffset 10}${color0}${font Roboto-Light:pixelsize=120}${time %l:%M}${font}${voffset -84}${offset 20}${color1}${font Roboto-Light:pixelsize=42}${time %d} ${voffset -15}${color2}${font Roboto-Light:pixelsize=22}${time %b} ${time %Y}${font}${voffset 24}${font Roboto-Light:pixelsize=48}${offset -148}${time %A}${font}
#bottom line
${voffset 1}${offset 20}${font Roboto-Light:pixelsize=15}${color5}USED: ${offset 15}${color3}hdd${offset 9}${color4}${fs_used /} / ${fs_size /}${offset 15}${color3}mem ${offset 9}${color4}$mem / $memmax${offset 15}${color3}cpu ${offset 9}${color4}${cpu cpu0}%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment