I'm on MX21-FB
#Wallpapers
Is nitrogen maybe using the same wallpaper size on the differently sized screens?
Yes that's correct. Same wallpaper(1920x1080) on screen1 (1920x1080) automatic mode, and on screen 2 (1680x1050) Zoom fill
These are the outputs I got for the pair .look files DevPunk6 and devpunk6 as I tested both.
DevPunk6.look
Code: Select all
gtk-theme-name=mx-comfort
gtk-icon-theme-name=Papirus-mxblue-darkpanes
gtk-font-name=Sans 11
gtk-theme-name="mx-comfort"
gtk-icon-theme-name="Papirus-mxblue-darkpanes"
gtk-font-name="Sans 11"
session.styleFile: /home/Amiga/.fluxbox/styles/MX-comfort
1
/home/Amiga/.config/tint2/tint2rc
None
@theme "/usr/share/rofi/themes/extra-themes/cappuccin-mocha-mx.rasi"
file=/home/Amiga/Imágenes/backgrounds/wallhaven-e75x28.png
cd "$HOME/.conky/Amiga-MX-CPU-Bar"
conky -c "$HOME/.conky/Amiga-MX-CPU-Bar/Amiga-MX-CPU-Bar" &
Hidden=false
and
devpunk6.look
Code: Select all
gtk-theme-name=mx-comfort
gtk-icon-theme-name=Papirus-mxblue-darkpanes
gtk-font-name=Sans 11
gtk-theme-name="mx-comfort"
gtk-icon-theme-name="Papirus-mxblue-darkpanes"
gtk-font-name="Sans 11"
session.styleFile: /home/Amiga/.fluxbox/styles/MX-comfort
1
/home/Amiga/.config/tint2/tint2rc
None
@theme "/usr/share/rofi/themes/extra-themes/cappuccin-mocha-mx.rasi"
file=/home/Amiga/Imágenes/backgrounds/wallhaven-e75x28.png
cd "$HOME/.conky/MX-Voyager"
conky -c "$HOME/.conky/MX-Voyager/voyager_No10-Time-MX_colors_mod-LibSans" &
Hidden=false
In addition I'll say that after reboot it seems that the wallpaper on second screen loose the dimensions, so could be something related with the aspect ratio/dimensions of my second monitor that usually windows do not fit the entire vertical space...
@Melber do you have several screens to try by your own ?
Also try the #conky with FB-Looks if you can.
conky-startup.sh
Code: Select all
#!/bin/sh
sleep 20s
killall -u $(id -nu) conky 2>/dev/null
cd "$HOME/.conky/Amiga-MX-CPU-Bar"
conky -c "$HOME/.conky/Amiga-MX-CPU-Bar/Amiga-MX-CPU-Bar" &
cd "$HOME/.conky/CPUtemp-verde"
conky -c "$HOME/.conky/CPUtemp-verde/CPU-TEMP-verde" &
cd "$HOME/.conky/MX-Voyager"
conky -c "$HOME/.conky/MX-Voyager/voyager_No10-Time-MX_colors_mod-LibSans" &
exit 0
I see this file saves my actual election (3 conkies) while the instruction said a conky (single one?)
However I tested before with just only one conky if happened to be saved by FB-Look but it wasn't.
Thank you in advance.