diff options
author | Joe <rrbo@proton.me> | 2023-04-12 10:56:34 +0200 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2023-04-12 10:56:34 +0200 |
commit | 63d1b774ab8598e3c6f665c846ed37336fee0463 (patch) | |
tree | 0f2d77c4f44d8f9ea7f72fabdfca63321ad71943 | |
parent | up (diff) | |
download | dotfiles-bsd-63d1b774ab8598e3c6f665c846ed37336fee0463.tar.gz dotfiles-bsd-63d1b774ab8598e3c6f665c846ed37336fee0463.tar.bz2 dotfiles-bsd-63d1b774ab8598e3c6f665c846ed37336fee0463.tar.xz dotfiles-bsd-63d1b774ab8598e3c6f665c846ed37336fee0463.tar.zst dotfiles-bsd-63d1b774ab8598e3c6f665c846ed37336fee0463.zip |
up
Diffstat (limited to '')
-rw-r--r-- | .config/conky/conkyrc | 5 | ||||
-rwxr-xr-x | .config/openbox/autostart | 7 |
2 files changed, 10 insertions, 2 deletions
diff --git a/.config/conky/conkyrc b/.config/conky/conkyrc index 16992c4..3f0dac4 100644 --- a/.config/conky/conkyrc +++ b/.config/conky/conkyrc @@ -70,10 +70,11 @@ ${goto 130}${mpd_date} - ${mpd_album} ${goto 130}${mpd_elapsed}/${mpd_length} ${mpd_bar} ${execi 5 ~/.local/bin/conky/cover.sh >/dev/null 2>&1}${image /tmp/conkyCover.png -p 10,115 -n}${endif}${endif} ${color0}${hr} -${color0}${font ConkySymbols:size=18}f${font :bold:}${voffset -5} CPU${font}${goto 115}${if_match "${nodename_short}" == "mother"}Intel i7-4790${endif}${if_match "${nodename_short}" == "po-rbo"}AMD Ryzen 5 4500U${endif} @ ${freq_g}GHz${alignr}${font :bold:}${cpu}%${font} +${color0}${font ConkySymbols:size=18}f${font :bold:}${voffset -5} CPU${font}${goto 115}${if_match "${nodename_short}" == "mother"}Intel i7-4790${endif}${if_match "${nodename_short}" == "po-rbo"}Intel i5-12450H${endif} @ ${freq_g}GHz${alignr}${font :bold:}${cpu}%${font} ${color orange}${cpubar} ${color orange}${offset 3}${cpugraph cpu1 30,93 000000 DDAA00} ${cpugraph cpu2 30,93 000000 DDAA00} ${cpugraph cpu3 30,93 000000 DDAA00} ${cpugraph cpu4 30,93 000000 DDAA00} ${voffset 12} ${color0} ${goto 19}CPU 1: ${cpu cpu1}% ${goto 115}CPU 2: ${cpu cpu2}% ${goto 210}CPU 3: ${cpu cpu3}% ${voffset -29} ${goto 307}CPU 4: ${cpu cpu4}% -${color orange}${offset 3}${cpugraph cpu5 30,93 000000 DDAA00} ${cpugraph cpu6 30,93 000000 DDAA00} ${if_match "${nodename_short}" == "mother"}${cpugraph cpu7 30,93 000000 DDAA00} ${cpugraph cpu8 30,93 000000 DDAA00}${endif} ${voffset 12} ${color0} ${goto 19}CPU 5: ${cpu cpu5}% ${goto 115}CPU 6: ${cpu cpu6}%${if_match "${nodename_short}" == "mother"} ${goto 210}CPU 7: ${cpu cpu7}% ${voffset -29} ${goto 307}CPU 8: ${cpu cpu8}%${endif} +${color orange}${offset 3}${cpugraph cpu5 30,93 000000 DDAA00} ${cpugraph cpu6 30,93 000000 DDAA00} ${cpugraph cpu7 30,93 000000 DDAA00} ${cpugraph cpu8 30,93 000000 DDAA00} ${voffset 12} ${color0} ${goto 19}CPU 5: ${cpu cpu5}% ${goto 115}CPU 6: ${cpu cpu6}% ${goto 210}CPU 7: ${cpu cpu7}% ${voffset -29} ${goto 307}CPU 8: ${cpu cpu8}%${if_match "${nodename_short}" == "po-rbo"} +${color orange}${offset 3}${cpugraph cpu9 30,93 000000 DDAA00} ${cpugraph cpu10 30,93 000000 DDAA00} ${cpugraph cpu11 30,93 000000 DDAA00} ${cpugraph cpu12 30,93 000000 DDAA00} ${voffset 12} ${color0} ${goto 19}CPU 9: ${cpu cpu9}% ${goto 115}CPU 10: ${cpu cpu10}% ${goto 210}CPU 11: ${cpu cpu11}% ${voffset -29} ${goto 307}CPU 12: ${cpu cpu12}%${endif} ${color0}${hr}${font} ${color0}${font ConkySymbols:size=18}j${font :bold:}${voffset -5} RAM${font}${goto 150}$mem / $memmax${alignr}${font :bold:}${memperc}%${font} ${color LightGreen}${membar} diff --git a/.config/openbox/autostart b/.config/openbox/autostart index 5cd395a..dad6b45 100755 --- a/.config/openbox/autostart +++ b/.config/openbox/autostart @@ -50,6 +50,13 @@ startif() { } export LANG='en_US.UTF-8' +[ "$(hostname -s)" = "po-rbo" ] && xrandr \ + --output eDP1 --mode 1920x1200 --pos 5120x0 --rotate normal \ + --output DP1 --primary --mode 2560x1440 --pos 0x0 --rotate normal \ + --output HDMI1 --mode 2560x1440 --pos 2560x0 --rotate normal \ + --output HDMI2 --off \ + --output VIRTUAL1 --off + startif dunst startif picom startif mpd-notification |