Conky troubleshooting

master
trémeur 5 years ago
parent 6e9c07fbe2
commit 1e4d2b1006

@ -30,15 +30,15 @@ conky.config = {
background = false,
border_width = 7,
cpu_avg_samples = 2,
default_color = 'COLOURTEMPLATE',
draw_borders = true,
default_color = 'black',
draw_borders = false,
draw_graph_borders = true,
draw_outline = false,
draw_shades = false,
double_buffer = true,
use_xft = true,
font = 'InconsolataLGC Nerd Font Mono:size=9',
gap_x = 25,
gap_x = 30,
gap_y = 25,
minimum_width = 5,
net_avg_samples = 2,
@ -48,7 +48,7 @@ conky.config = {
extra_newline = false,
own_window = true,
own_window_class = 'Conky',
own_window_type = 'desktop',
own_window_type = 'normal',
own_window_transparent = false,
own_window_argb_visual = false,
own_window_colour = 'white',
@ -59,11 +59,10 @@ conky.config = {
show_graph_scale = false,
show_graph_range = false,
use_xft = true,
color1 = 'black',
}
conky.text = [[
${color1}Sync
Sync
${exec command insync get_sync_progress}
$hr
Calendar

@ -11,12 +11,6 @@ rm -f ~/.config/tint2/tint2rc
mv ~/.config/tint2/plac ~/.config/tint2/tint2rc
killall -SIGUSR1 tint2
# Create new .conkyrc
cp ~/.linux/dots/conkytemplate ~/conkyplac
sed -i "s/COLOURTEMPLATE/${csub}/g" ~/conkyplac
rm -f ~/.conkyrc
mv ~/conkyplac ~/.conkyrc
# Create new gtk css
cp ~/.linux/dots/gtk/3/gtktemplate.css ~/.config/gtk-3.0/gtkplac.css
sed -i "s/COLOUR/${csub}/g" ~/.config/gtk-3.0/gtkplac.css

Loading…
Cancel
Save