summaryrefslogtreecommitdiff
path: root/Conky/conkymain
diff options
context:
space:
mode:
Diffstat (limited to 'Conky/conkymain')
-rw-r--r--Conky/conkymain79
1 files changed, 0 insertions, 79 deletions
diff --git a/Conky/conkymain b/Conky/conkymain
deleted file mode 100644
index 61971e7..0000000
--- a/Conky/conkymain
+++ /dev/null
@@ -1,79 +0,0 @@
-
-background no
-use_xft yes
--- xftfont Liberation Mono:size=10
--- xftfont Courier 10 Pitch:size=10
-xftfont Ubuntu Mono:size=10
-xftalpha 0.5
-update_interval 5.0
-total_run_times 0
-own_window yes
-own_window_class Conky
-own_window_transparent yes
-own_window_type desktop
-own_window_hints below,skip_taskbar,skip_pager
-own_window_colour 000000
-own_window_argb_visual yes
-own_window_argb_value 110
-own_window_transparent yes
-double_buffer yes
-maximum_width 664
-
-draw_shades no
-draw_outline no
-draw_borders no
-draw_graph_borders yes
-default_color grey
-default_shade_color red
-default_outline_color green
-alignment top_right
-gap_x 12
-gap_y 50
-no_buffers yes
-uppercase no
-cpu_avg_samples 4
-override_utf8_locale no
-text_buffer_size 1024
-
-
-
-TEXT
-${color orange}SYSTEM${hr 2}
-${color white}$sysname $kernel on $machine ${color grey}
-Uptime: $alignr ${color green} $uptime ${color grey}
-Mean Load: $alignr ${color green} $loadavg
-${color white}$processes processes ${color magenta}($running_processes running) ${color green}
-CPU0 ${cpu cpu0}% ${color purple}${cpubar cpu0} ${color green}
-CPU1 ${cpu cpu1}% ${color purple}${cpubar cpu1}
-${color grey}MEM $alignc $mem / $memmax $alignr $memperc%
-$membar
-swap $alignc $swap / $swapmax $alignr $swapperc%
-${swapbar}
-${color orange}TOP PROCESSOR USAGE ${hr 2}
-${color gray}NAME PID CPU MEM
-${color white}1. ${top name 1}${top pid 1} ${top cpu 1} ${top mem 1}
-2. ${top name 2}${top pid 2} ${top cpu 2} ${top mem 2}
-3. ${top name 3}${top pid 3} ${top cpu 3} ${top mem 3}
-4. ${top name 4}${top pid 4} ${top cpu 4} ${top mem 4}
-5. ${top name 5}${top pid 5} ${top cpu 5} ${top mem 5}
-${color orange}TOP MEMORY USAGE ${hr 2}
-${color gray}NAME PID CPU MEM
-${color white}1. ${top_mem name 1}${top_mem pid 1} ${top_mem cpu 1} ${top_mem mem 1}
-2. ${top_mem name 2}${top_mem pid 2} ${top_mem cpu 2} ${top_mem mem 2}
-3. ${top_mem name 3}${top_mem pid 3} ${top_mem cpu 3} ${top_mem mem 3}
-4. ${top_mem name 4}${top_mem pid 4} ${top_mem cpu 4} ${top_mem mem 4}
-5. ${top_mem name 5}${top_mem pid 5} ${top_mem cpu 5} ${top_mem mem 5}
-${color orange}MUSIC${hr 2}
-${if_running spotify}${color white}Song:
- ${color gray}${exec /home/julian/Conky/spotify-nowplaying.sh}
-${else}${color gray}Spotify is closed
-${endif}${color orange}NETWORK${hr 2}
-${color white}Hostname:
-${color gray} ${exec hostname}
-${color white}Internal Ip:
-${color gray}${if_existing /proc/net/route wlan0} Wlan: ${exec /home/julian/Conky/getInternalIp.sh}
-${else}${if_existing /proc/net/route enp4s0} Eth: ${exec /home/julian/Conky/getInternalIp.sh enp4s0}${else} Network disconnected${endif}${endif}
-${color orange}Services ${hr 2}
-${color white} Dropbox: ${color gray}${exec dropbox status}
-${color white} SSHD: ${color gray}${exec systemctl is-active ssh}
-