Skip to content

Commit 3e35c37

Browse files
committed
corrected globus position, made it appear behind programs, don't start it with all conky as it consumes a lot of cpu
1 parent ff9ea98 commit 3e35c37

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

Application.sh

+2-3
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,5 @@ sleep 3
3030
conky -c ~/blood-and-milk/connections_list.conf &
3131
conky -c ~/blood-and-milk/processes_list.conf &
3232

33-
sleep 10
34-
35-
conky -c ~/blood-and-milk/image/globus_gif &
33+
#sleep 10
34+
#conky -c ~/blood-and-milk/image/globus_gif &

image/globus_gif

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ conky.config = {
33
imlib_cache_size=100,
44
alignment = top_left,
55
gap_x = 620,
6-
gap_y = 430,
6+
gap_y = 75,
77
minimum_width = 600, minimum_height = 600,
88
maximum_width = 600,
99
double_buffer = yes,
@@ -22,7 +22,7 @@ conky.config = {
2222

2323

2424
own_window=true,
25-
own_window_type='normal',
25+
own_window_type='override',
2626
own_window_class='Conky',
2727
own_window_argb_visual=true,
2828
own_window_hints='undecorated,below,sticky,skip_taskbar,skip_pager',

0 commit comments

Comments
 (0)