diff --git a/.repo/result2.png b/.repo/result2.png
index c6c369a..0be98fb 100644
Binary files a/.repo/result2.png and b/.repo/result2.png differ
diff --git a/.repo/result3.png b/.repo/result3.png
index d0fc485..877cef0 100644
Binary files a/.repo/result3.png and b/.repo/result3.png differ
diff --git a/wallpaper.png b/.repo/wallpaper3.png
similarity index 100%
rename from wallpaper.png
rename to .repo/wallpaper3.png
diff --git a/README.md b/README.md
index fcd50d8..8d2b6d9 100644
--- a/README.md
+++ b/README.md
@@ -109,9 +109,11 @@ partitioning done with fdisk ([source](https://git.kernel.org/pub/scm/utils/util
## Sources
-### latest Wallpaper
+I randomly change between these wallpapers depending on my mood.
-
+### 3rd Wallpaper
+
+
- made by [u/nullcriminal](https://www.reddit.com/r/unixporn/comments/b4dt3y) on reddit
@@ -130,6 +132,14 @@ partitioning done with fdisk ([source](https://git.kernel.org/pub/scm/utils/util
- Artwork by [Jeff Östberg](https://jeffostberg.se)
- Animation by [Geneviève Delacroix](http://www.genevievelacroix.com)
+### System monitor
+
+https://github.com/developomp/pomky
+
+this [file](./home/pomp/.local/bin/pomky) right here
+
+commit: b0c34f6
+
## Future
- 1TB HDD for long-term backup
diff --git a/home/pomp/.config/autostart/conky.desktop b/home/pomp/.config/autostart/pomky.desktop
similarity index 53%
rename from home/pomp/.config/autostart/conky.desktop
rename to home/pomp/.config/autostart/pomky.desktop
index c9e521c..b91da96 100644
--- a/home/pomp/.config/autostart/conky.desktop
+++ b/home/pomp/.config/autostart/pomky.desktop
@@ -1,8 +1,7 @@
[Desktop Entry]
Type=Application
-Name=conky
-Exec=sh /home/pomp/.conky/conky-startup.sh
+Name=pomky
+Exec=/home/pomp/.local/bin/pomky
StartupNotify=false
Terminal=false
-Icon=conky-logomark-violet
Categories=System;Monitor;
diff --git a/home/pomp/.conky/Pomky/graph.conkyrc b/home/pomp/.conky/Pomky/graph.conkyrc
deleted file mode 100644
index 803c03b..0000000
--- a/home/pomp/.conky/Pomky/graph.conkyrc
+++ /dev/null
@@ -1,46 +0,0 @@
--- wlp5s0 enp3s0
-conky.config = {
- alignment = 'top_right',
- double_buffer = true,
- draw_shades = false,
- gap_x = 405,
- gap_y = 43,
- own_window = true,
- own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
- own_window_argb_visual = true,
- own_window_argb_value = 40,
- own_window_type = 'dock',
- update_interval = 0.5,
- use_xft = true
-}
-
-conky.text = [[
-${font sans-serif:bold:size=10}CPU ${hr 2}${font sans-serif:normal:size=8}
-${color grey}CPU:$color ${cpu}% ${alignr}${color grey}Frequency:${color} ${freq_g}GHz
-${cpubar 10,409}${voffset -7}
-${cpugraph 100,409}${voffset -5}${font Ubuntu:size=8}${color grey}
-${goto 6}1${goto 25}${cpu cpu1}%${goto 109}2${goto 128}${cpu cpu2}%${goto 212}3${goto 231}${cpu cpu3}%${goto 315}4${goto 334}${cpu cpu4}%
-${color}${cpubar cpu1 6,100} ${cpubar cpu2 6,100} ${cpubar cpu3 6,100} ${cpubar cpu4 6,100}${voffset -9}
-${cpugraph cpu1 50,100} ${cpugraph cpu2 50,100} ${cpugraph cpu3 50,100} ${cpugraph cpu4 50,100}
-${color grey}${goto 6}5${goto 25}${cpu cpu5}%${goto 109}6${goto 128}${cpu cpu6}%${goto 212}7${goto 231}${cpu cpu7}%${goto 315}8${goto 334}${cpu cpu8}%
-${color}${cpubar cpu5 6,100} ${cpubar cpu6 6,100} ${cpubar cpu7 6,100} ${cpubar cpu8 6,100}${voffset -9}
-${color}${cpugraph cpu5 50,100} ${cpugraph cpu6 50,100} ${cpugraph cpu7 50,100} ${cpugraph cpu8 50,100}
-Processes:${color} $processes
-
-${font sans-serif:bold:size=10}RAM ${hr 2}${font sans-serif:normal:size=8}
-${color grey}RAM Usage:${color} ${memperc}%${alignr}${mem} / ${memmax} | Free: ${memeasyfree}${voffset 2}
-${membar 10,409}${voffset -7}
-${memgraph 100,409}
-
-${font sans-serif:bold:size=10}NETWORK ${hr 2}${font sans-serif:normal:size=8}
-${alignc}Ethernet ${color grey}(enp3s0)${color}${voffset -10}
-${color grey}Up:${color} ${upspeed enp3s0} ${alignr}${color grey}Down:${color} ${downspeed enp3s0}
-${upspeedgraph enp3s0 70,200 -l}${alignr}${downspeedgraph enp3s0 70,200 -l}
-${alignc}WiFi ${color grey}(wlp5s0)${color}${voffset -10}
-${color grey}Up:${color} ${upspeed wlp5s0} ${alignr}${color grey}Down:${color} ${downspeed wlp5s0}
-${upspeedgraph wlp5s0 70,200 -l}${alignr}${downspeedgraph wlp5s0 70,200 -l}
-
-${font sans-serif:bold:size=10}DISK ${hr 2}${font sans-serif:normal:size=8}${voffset 2}
-${color grey}Read: ${color}${diskio_read}${alignr}${color grey}Write: ${color}${diskio_write}
-${diskiograph_read 70,200}${alignr}${diskiograph_write 70,200}
-]]
diff --git a/home/pomp/.conky/Pomky/info.conkyrc b/home/pomp/.conky/Pomky/info.conkyrc
deleted file mode 100644
index ad96d75..0000000
--- a/home/pomp/.conky/Pomky/info.conkyrc
+++ /dev/null
@@ -1,46 +0,0 @@
--- wlp5s0 enp3s0
-conky.config = {
- alignment = 'top_right',
- double_buffer = true,
- draw_shades = false,
- gap_x = 10,
- gap_y = 43,
- own_window = true,
- own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
- own_window_argb_visual = true,
- own_window_argb_value = 40,
- own_window_type = 'dock',
- update_interval = 2.0,
- use_xft = true,
-
- minimum_width = 376,
- draw_graph_borders = true
-}
-
-conky.text = [[
-${font sans-serif:normal:size=8}${color grey}Conky:${color} ${conky_version}${alignr}${color grey}Kernel:${color} ${kernel}
-${font Audiowide:Regular:size=40}${alignc}{P}${font}
-
-${font sans-serif:bold:size=10}STORAGE ${hr 2}${font sans-serif:normal:size=8}
-
-(${fs_type /}) ${color grey}root${color}${alignr}${fs_used_perc /}%
-${fs_bar 6 /}
-${alignc}${color grey}Used:${color} ${fs_used /} | ${color grey}Free:${color} ${fs_free /} | ${color grey}Total:${color} ${fs_size /}
-
-(${fs_type /media/pomp/data}) ${color grey}/media/pomp/data${color}${alignr}${fs_used_perc /media/pomp/data}%
-${fs_bar 6 /media/pomp/data}
-${alignc}${color grey}Used:${color} ${fs_used /media/pomp/data} | ${color grey}Free:${color} ${fs_free /media/pomp/data} | ${color grey}Total:${color} ${fs_size /media/pomp/data}
-
-${font sans-serif:bold:size=10}NETWORK ${hr 2}
-${font sans-serif:normal:size=8}${alignc}${color grey}Ethernet
-Today
-Yesterday${color}
-${voffset -26}${alignr}${execi 60 vnstat -i enp3s0 | grep "today" | awk '{print $8" "substr ($9, 1, 3)}'}
-${alignr}${execi 60 vnstat -i enp3s0 | grep "yesterday" | awk '{print $8" "substr ($9, 1, 3)}'}
-
-${alignc}${color grey}WiFi
-Today
-Yesterday${color}
-${voffset -26}${alignr}${execi 60 vnstat -i wlp5s0 | grep "today" | awk '{print $8" "substr ($9, 1, 3)}'}
-${alignr}${execi 60 vnstat -i wlp5s0 | grep "yesterday" | awk '{print $8" "substr ($9, 1, 3)}'}
-]]
diff --git a/home/pomp/.conky/conky-startup.sh b/home/pomp/.conky/conky-startup.sh
deleted file mode 100755
index 51e9818..0000000
--- a/home/pomp/.conky/conky-startup.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-killall conky
-conky -c "$HOME/.conky/Pomky/info.conkyrc" &
-conky -c "$HOME/.conky/Pomky/graph.conkyrc" &
diff --git a/home/pomp/.local/bin/pomky b/home/pomp/.local/bin/pomky
new file mode 100755
index 0000000..986ed41
Binary files /dev/null and b/home/pomp/.local/bin/pomky differ