updated screenshots and replaced conky with pomky
This commit is contained in:
parent
76dac91422
commit
9662658e33
9 changed files with 14 additions and 100 deletions
Binary file not shown.
Before Width: | Height: | Size: 116 KiB After Width: | Height: | Size: 229 KiB |
Binary file not shown.
Before Width: | Height: | Size: 87 KiB After Width: | Height: | Size: 294 KiB |
Before Width: | Height: | Size: 181 KiB After Width: | Height: | Size: 181 KiB |
14
README.md
14
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.
|
||||
|
||||
<img alt="latest wallpaper" src="./wallpaper.png" width="75%">
|
||||
### 3rd Wallpaper
|
||||
|
||||
<img alt="3rd wallpaper" src="./.repo/wallpaper3.png" width="75%">
|
||||
|
||||
- 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
|
||||
|
|
|
@ -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;
|
|
@ -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}
|
||||
]]
|
|
@ -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)}'}
|
||||
]]
|
|
@ -1,3 +0,0 @@
|
|||
killall conky
|
||||
conky -c "$HOME/.conky/Pomky/info.conkyrc" &
|
||||
conky -c "$HOME/.conky/Pomky/graph.conkyrc" &
|
BIN
home/pomp/.local/bin/pomky
Executable file
BIN
home/pomp/.local/bin/pomky
Executable file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue