Skip to content

Commit 52382c9

Browse files
committed
add gif,screenshot,gmail directory
1 parent 4b73983 commit 52382c9

12 files changed

+5
-12
lines changed

.DS_Store

0 Bytes
Binary file not shown.

Application.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
speedtest-cli --simple > ~/blood-and-milk/.speeds 2>&1 &
44

5-
gsettings set org.gnome.desktop.background picture-uri "file:///home/$USER/blood-and-milk/wall.png"
5+
gsettings set org.gnome.desktop.background picture-uri "file:///home/$USER/blood-and-milk/image/wall.png"
66

77
sleep 7
88

@@ -21,7 +21,7 @@ conky -c ~/blood-and-milk/temperature_rings.conf &
2121

2222
sleep 3
2323

24-
conky -c ~/blood-and-milk/gmail.conf &
24+
conky -c ~/blood-and-milk/gmail/gmail.conf &
2525
conky -c ~/blood-and-milk/cpu_rings.conf &
2626
conky -c ~/blood-and-milk/notes.conf &
2727

@@ -32,4 +32,4 @@ conky -c ~/blood-and-milk/processes_list.conf &
3232

3333
sleep 10
3434

35-
conky -c ~/blood-and-milk/globus_gif &
35+
conky -c ~/blood-and-milk/image/globus_gif &

gmail.conf gmail/gmail.conf

+2-9
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,8 @@ conky.config = {
2525

2626
conky.text = [[
2727

28-
${image ~/blood-and-milk/Mail.png -s 100x100 -p 10,40 -n}
28+
${image ~/blood-and-milk/image/Mail.png -s 100x100 -p 10,40 -n}
2929
${goto 130} <<YOUR MAIL LOGIN>>
30-
${goto 135}${texeci 6 python2.7 ~/blood-and-milk/pygmail.py}
31-
32-
#${goto 130}
33-
#${goto 135}${texeci 6 python2.7 ~/blood-and-milk/pygmail_ucu.py}
34-
35-
#${goto 130}
36-
#${goto 135}${texeci 6 python2.7 ~/blood-and-milk/pygmail_nick.py}
37-
30+
${goto 135}${texeci 6 python2.7 ~/blood-and-milk/gmail/pygmail.py}
3831

3932
]];

pygmail.py gmail/pygmail.py

File renamed without changes.

image/.DS_Store

6 KB
Binary file not shown.

Mail.png image/Mail.png

File renamed without changes.

arch_wall.png image/arch_wall.png

File renamed without changes.

earth.gif image/earth.gif

File renamed without changes.

globus_gif image/globus_gif

File renamed without changes.

wall.png image/wall.png

File renamed without changes.

0 commit comments

Comments
 (0)