Boot into xfce4 Desktop after offline install... update system:
eos-update
reboot to be up to date… (there will be kernel update)
Remove all XFCE4 packages:
cd Downloads
#!/bin/bash | |
# Path to the configuration file | |
CONFIG_FILE="$HOME/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml" | |
# Path to the wallpaper image | |
IMAGE_PATH="/usr/share/endeavouros/backgrounds/endeavouros-wallpaper-dark.png" | |
# Get the list of connected monitors using xrandr | |
MONITORS=$(xrandr | grep ' connected' | awk '{print $1}') |
{ | |
"logo": { | |
"source": "$(find \"${XDG_CONFIG_HOME:-$HOME/.config}/fastfetch/pngs/\" -name \"*.png\" | sort -R | head -1)", | |
"height": 15 | |
}, | |
"display": { | |
"separator": " : " | |
}, | |
"modules": [ | |
{ |
Setting output level very-verbose... | |
Setting maximum retries... | |
Forcing --stats... | |
Forcing --disable-capabilities-cache | |
Forcing --force-slave-address.. | |
This command will take a while to run... | |
The following tests probe the runtime environment using multiple overlapping methods. | |
Set environment variable SYSENV_QUICK_TEST or option --quickenv to skip some long-running tests. | |
Current time (local): 2024-04-12 21:02:09 CEST |
Boot into xfce4 Desktop after offline install... update system:
eos-update
reboot to be up to date… (there will be kernel update)
Remove all XFCE4 packages:
cd Downloads
xfconf-query --channel xfce4-desktop --list | grep last-image | while read path; do | |
xfconf-query --channel xfce4-desktop --property $path --set /usr/share/endeavouros/endeavouros-wallpaper.png | |
done |
<?xml version="1.0" encoding="UTF-8"?> | |
<cnchi> | |
<editions> | |
<edition name="common" description="Packages common to all DE and base"> | |
<packages> | |
<pkgname>acpid</pkgname> | |
<pkgname>alsa-utils</pkgname> | |
<pkgname>antergos-keyring</pkgname> | |
<pkgname>antergos-mirrorlist</pkgname> | |
<pkgname>antergos-midnight-timers</pkgname> |
Server = http://cinnarch.polymorf.fr/$repo/$arch | |
Server = http://eu.mirrors.coltondrg.com/antergos/$repo/$arch | |
Server = http://ftp1.nluug.nl/os/Linux/distr/antergos/$repo/$arch | |
Server = http://ftp2.nluug.nl/os/Linux/distr/antergos/$repo/$arch | |
Server = https://glua.ua.pt/pub/antergos/$repo/$arch | |
Server = http://mirror.alpix.eu/antergos/$repo/$arch | |
Server = http://mirror.host.ag/antergos/$repo/$arch | |
Server = http://mirror.nl.leaseweb.net/antergos/$repo/$arch | |
Server = http://mirror.us.leaseweb.net/antergos/$repo/$arch | |
Server = http://mirrors.acm.wpi.edu/antergos/$repo/$arch |
Server = http://cinnarch.polymorf.fr/$repo/$arch | |
Server = http://eu.mirrors.coltondrg.com/antergos/$repo/$arch | |
Server = http://ftp1.nluug.nl/os/Linux/distr/antergos/$repo/$arch | |
Server = http://ftp2.nluug.nl/os/Linux/distr/antergos/$repo/$arch | |
Server = https://glua.ua.pt/pub/antergos/$repo/$arch | |
Server = http://mirror.alpix.eu/antergos/$repo/$arch | |
Server = http://mirror.host.ag/antergos/$repo/$arch | |
Server = http://mirror.nl.leaseweb.net/antergos/$repo/$arch | |
Server = http://mirror.us.leaseweb.net/antergos/$repo/$arch | |
Server = http://mirrors.acm.wpi.edu/antergos/$repo/$arch |
<?xml version="1.0" encoding="UTF-8"?> | |
<channel name="xfce4-desktop" version="1.0"> | |
<property name="backdrop" type="empty"> | |
<property name="screen0" type="empty"> | |
<property name="monitor0" type="empty"> | |
<property name="image-path" type="string" value="/usr/share/antergos/wallpapers"/> | |
<property name="last-image" type="string" value="/usr/share/antergos/wallpapers/antergos-wallpaper.png"/> | |
<property name="last-single-image" type="string" value="/usr/share/antergos/wallpapers/antergos-wallpaper.png"/> | |
<property name="image-style" type="int" value="5"/> |
<?xml version="1.0" encoding="UTF-8"?> | |
<channel name="xsettings" version="1.0"> | |
<property name="Net" type="empty"> | |
<property name="ThemeName" type="string" value="Numix-Frost"/> | |
<property name="IconThemeName" type="string" value="Numix-Square"/> | |
<property name="DoubleClickTime" type="int" value="250"/> | |
<property name="DoubleClickDistance" type="int" value="5"/> | |
<property name="DndDragThreshold" type="int" value="8"/> | |
<property name="CursorBlink" type="bool" value="true"/> |