reorder items and displayy remaining battery life time/AC status
This commit is contained in:
parent
b07a6394b1
commit
b7e4a02932
16
.conkyrc
16
.conkyrc
@ -10,12 +10,14 @@ default_shade_color grey
|
|||||||
own_window yes
|
own_window yes
|
||||||
own_window_type panel
|
own_window_type panel
|
||||||
own_window_transparent yes #no
|
own_window_transparent yes #no
|
||||||
|
own_window_argb_visual yes
|
||||||
|
own_window_argb_value 0
|
||||||
own_window_hints skip_taskbar,skip_pager,undecorated,below,sticky
|
own_window_hints skip_taskbar,skip_pager,undecorated,below,sticky
|
||||||
own_window_colour 000000
|
#own_window_colour 000000
|
||||||
own_window_class Conky
|
own_window_class Conky
|
||||||
own_window_title mangstadt mangstadt test conky
|
own_window_title mangstadt mangstadt test conky
|
||||||
minimum_size 1800
|
#minimum_size 1800
|
||||||
maximum_width 1800
|
maximum_width 1920
|
||||||
default_bar_size 50 10
|
default_bar_size 50 10
|
||||||
|
|
||||||
double_buffer yes
|
double_buffer yes
|
||||||
@ -49,14 +51,14 @@ ${lua_parse format %3.3s ${cpu cpu0}}% \
|
|||||||
${if_match ${cpu cpu0}>90}${color red}${else}\
|
${if_match ${cpu cpu0}>90}${color red}${else}\
|
||||||
${if_match ${cpu cpu0}>50}${color yellow}${endif}${endif}\
|
${if_match ${cpu cpu0}>50}${color yellow}${endif}${endif}\
|
||||||
${cpubar cpu0 10,50}${color} \
|
${cpubar cpu0 10,50}${color} \
|
||||||
RAM: ${lua_parse format %4.4s ${memperc}}% \
|
| RAM: ${lua_parse format %4.4s ${memperc}}% \
|
||||||
${membar 10,50} \
|
${membar 10,50} \
|
||||||
BAT: ${lua_parse format %4.4s ${apm_battery_life}} \
|
| BAT: ${lua_parse format %4.4s ${apm_battery_life}} \
|
||||||
${if_match ${execi 30 apm -l}<10}${color red}${else}${if_match ${execi 30 apm -l}<50}${color yellow}${endif}${endif}${execibar 30 apm -l}${color grey} \
|
${if_match ${execi 30 apm -l}<10}${color red}${else}${if_match ${execi 30 apm -l}<50}${color yellow}${endif}${endif}${execibar 30 apm -l}${color grey} \
|
||||||
|
AC: ${if_match "${apm_battery_time}" == "unknown"}${lua_parse format %8.8s ${apm_adapter}}${else}${color white} ${lua_parse format %5.5s ${apm_battery_time}} ${endif} ${color}| \
|
||||||
WIFI: ${execi 10 conky_wifi.sh sig}% ${execibar 10 conky_wifi.sh sig} \
|
WIFI: ${execi 10 conky_wifi.sh sig}% ${execibar 10 conky_wifi.sh sig} \
|
||||||
▲ ${upspeed iwm0} ▼ ${downspeed iwm0} \
|
▲ ${upspeed iwm0} ▼ ${downspeed iwm0} \
|
||||||
${if_empty ${addr iwm0}}${lua_parse format %15.15s 0.0.0.0}${endif}${lua_parse format %15.15s ${addr iwm0}} : \
|
${if_empty ${addr iwm0}}0.0.0.0${endif}${addr iwm0} : \
|
||||||
${execi 60 conky_wifi.sh sid} \
|
${execi 60 conky_wifi.sh sid} \
|
||||||
$alignr \
|
$alignr \
|
||||||
Mails: ${new_mails $HOME/.local/share/mail/werler_is/INBOX 60} \
|
|
||||||
${time %a %d. %b %Y %H:%M:%S}${font}${offset 1920}
|
${time %a %d. %b %Y %H:%M:%S}${font}${offset 1920}
|
||||||
|
Loading…
Reference in New Issue
Block a user