tA small conky just to help visitors on my PC - scripts - various script and utils
(HTM) git clone git://z3bra.org/scripts
(DIR) Log
(DIR) Files
(DIR) Refs
---
(DIR) commit 44eabbf4dc10157834c824a01c282b04f35e237a
(DIR) parent 4c09053410df4c29bacd55fed477caa7eba22168
(HTM) Author: Willy Goiffon <w.goiffon@gmail.com>
Date: Fri, 12 Jul 2013 09:09:23 +0200
A small conky just to help visitors on my PC
Diffstat:
A conky/tips/conkyrc | 63 +++++++++++++++++++++++++++++++
1 file changed, 63 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/conky/tips/conkyrc b/conky/tips/conkyrc
t@@ -0,0 +1,63 @@
+######################
+# - Conky settings - #
+######################
+background no
+update_interval 1.0
+total_run_times 0
+net_avg_samples 1
+cpu_avg_samples 1
+
+imlib_cache_size 0
+double_buffer yes
+no_buffers yes
+
+#####################
+# - Text settings - #
+#####################
+use_xft yes
+font mono:size=10
+override_utf8_locale yes
+text_buffer_size 2048
+
+#############################
+# - Window specifications - #
+#############################
+own_window_class Conky
+own_window yes
+own_window_type desktop
+own_window_transparent yes
+own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
+
+alignment bl
+gap_x 16
+gap_y 32
+minimum_size 0 0
+
+
+#########################
+# - Graphics settings - #
+#########################
+draw_shades no
+color0 535353
+color1 232323
+color2 ababab
+
+
+TEXT
+${color1}SUPER + X ${color0} : toggle fullscreen
+${color1}SUPER + Esc ${color0} : close window
+${color1}SUPER + Enter ${color0} : spawn terminal
+${color1}SUPER + H ${color0} : move window left
+${color1}SUPER + J ${color0} : move window down
+${color1}SUPER + K ${color0} : move window up
+${color1}SUPER + L ${color0} : move window right
+${color1}SUPER + = ${color0} : maximize (vertically)
+${color1}SUPER + SHIFT + = ${color0} : maximize (horizontally)
+
+${color1}ALT + mouse left ${color0} : move window
+${color1}ALT + mouse right ${color0} : resize window
+${color1}ALT + Enter ${color0} : hide window
+
+${color2}On the root window (wallpaper):
+${color1}mouse left ${color0} : see/unhide hidden windows
+${color1}mouse right ${color0} : open application menu