New laptop, new conky
This commit is contained in:
parent
e50f58d76e
commit
70c92b1849
|
@ -8,7 +8,7 @@
|
|||
##############################################
|
||||
background yes
|
||||
use_xft yes
|
||||
xftfont tewi:size=8
|
||||
xftfont Terminus:Bold:size=14
|
||||
xftalpha 1
|
||||
update_interval 1.0
|
||||
total_run_times 0
|
||||
|
@ -17,8 +17,8 @@ own_window_transparent yes
|
|||
own_window_type desktop
|
||||
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
|
||||
double_buffer yes
|
||||
minimum_size 140 140
|
||||
maximum_width 140
|
||||
minimum_size 240 240
|
||||
maximum_width 240
|
||||
draw_shades no
|
||||
draw_outline no
|
||||
draw_borders no
|
||||
|
@ -27,8 +27,8 @@ default_color 65EE45
|
|||
default_shade_color 000000
|
||||
default_outline_color d9d7d6
|
||||
alignment top_right
|
||||
gap_x 16
|
||||
gap_y 16
|
||||
gap_x 30
|
||||
gap_y 102
|
||||
no_buffers yes
|
||||
uppercase no
|
||||
cpu_avg_samples 2
|
||||
|
@ -42,7 +42,8 @@ ${color #d1d1d1}SYSTEM INFORMATION $hr${color}
|
|||
Host:$alignr$nodename
|
||||
Kernel:$alignr$kernel
|
||||
Uptime:$alignr$uptime
|
||||
Battery$alignr${battery_percent BAT0}%
|
||||
Battery 1:$alignr${battery_percent BAT0}%
|
||||
Battery 2:$alignr${battery_percent BAT1}%
|
||||
|
||||
${color #d1d1d1}NETWORK $hr${color}
|
||||
Gateway:$alignr$gw_ip
|
||||
|
|
Loading…
Reference in New Issue