Conky troubleshooting
This commit is contained in:
parent
6e9c07fbe2
commit
1e4d2b1006
2 changed files with 5 additions and 12 deletions
|
@ -30,15 +30,15 @@ conky.config = {
|
||||||
background = false,
|
background = false,
|
||||||
border_width = 7,
|
border_width = 7,
|
||||||
cpu_avg_samples = 2,
|
cpu_avg_samples = 2,
|
||||||
default_color = 'COLOURTEMPLATE',
|
default_color = 'black',
|
||||||
draw_borders = true,
|
draw_borders = false,
|
||||||
draw_graph_borders = true,
|
draw_graph_borders = true,
|
||||||
draw_outline = false,
|
draw_outline = false,
|
||||||
draw_shades = false,
|
draw_shades = false,
|
||||||
double_buffer = true,
|
double_buffer = true,
|
||||||
use_xft = true,
|
use_xft = true,
|
||||||
font = 'InconsolataLGC Nerd Font Mono:size=9',
|
font = 'InconsolataLGC Nerd Font Mono:size=9',
|
||||||
gap_x = 25,
|
gap_x = 30,
|
||||||
gap_y = 25,
|
gap_y = 25,
|
||||||
minimum_width = 5,
|
minimum_width = 5,
|
||||||
net_avg_samples = 2,
|
net_avg_samples = 2,
|
||||||
|
@ -48,7 +48,7 @@ conky.config = {
|
||||||
extra_newline = false,
|
extra_newline = false,
|
||||||
own_window = true,
|
own_window = true,
|
||||||
own_window_class = 'Conky',
|
own_window_class = 'Conky',
|
||||||
own_window_type = 'desktop',
|
own_window_type = 'normal',
|
||||||
own_window_transparent = false,
|
own_window_transparent = false,
|
||||||
own_window_argb_visual = false,
|
own_window_argb_visual = false,
|
||||||
own_window_colour = 'white',
|
own_window_colour = 'white',
|
||||||
|
@ -59,11 +59,10 @@ conky.config = {
|
||||||
show_graph_scale = false,
|
show_graph_scale = false,
|
||||||
show_graph_range = false,
|
show_graph_range = false,
|
||||||
use_xft = true,
|
use_xft = true,
|
||||||
color1 = 'black',
|
|
||||||
}
|
}
|
||||||
|
|
||||||
conky.text = [[
|
conky.text = [[
|
||||||
${color1}Sync
|
Sync
|
||||||
${exec command insync get_sync_progress}
|
${exec command insync get_sync_progress}
|
||||||
$hr
|
$hr
|
||||||
Calendar
|
Calendar
|
|
@ -11,12 +11,6 @@ rm -f ~/.config/tint2/tint2rc
|
||||||
mv ~/.config/tint2/plac ~/.config/tint2/tint2rc
|
mv ~/.config/tint2/plac ~/.config/tint2/tint2rc
|
||||||
killall -SIGUSR1 tint2
|
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
|
# Create new gtk css
|
||||||
cp ~/.linux/dots/gtk/3/gtktemplate.css ~/.config/gtk-3.0/gtkplac.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
|
sed -i "s/COLOUR/${csub}/g" ~/.config/gtk-3.0/gtkplac.css
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue