diff --git a/iso/airootfs/etc/skel/.bash_profile b/iso/airootfs/etc/skel/.bash_profile new file mode 100644 index 0000000..e3b489b --- /dev/null +++ b/iso/airootfs/etc/skel/.bash_profile @@ -0,0 +1,3 @@ +if [ -f ~/.bashrc ]; then + . ~/.bashrc +fi \ No newline at end of file diff --git a/iso/airootfs/etc/skel/.bashrc b/iso/airootfs/etc/skel/.bashrc new file mode 100644 index 0000000..95314c1 --- /dev/null +++ b/iso/airootfs/etc/skel/.bashrc @@ -0,0 +1 @@ +export PS1='[liveuser@\h \W]\$ ' \ No newline at end of file diff --git a/iso/airootfs/etc/skel/.config/dolphinrc b/iso/airootfs/etc/skel/.config/dolphinrc new file mode 100644 index 0000000..43a64a1 --- /dev/null +++ b/iso/airootfs/etc/skel/.config/dolphinrc @@ -0,0 +1,2 @@ +[General] +ShowFullPath=false \ No newline at end of file diff --git a/iso/airootfs/etc/skel/.config/kcmfonts b/iso/airootfs/etc/skel/.config/kcmfonts deleted file mode 100644 index d24ca30..0000000 --- a/iso/airootfs/etc/skel/.config/kcmfonts +++ /dev/null @@ -1,7 +0,0 @@ -[General] -forceFontDPI=96 -font=Noto Sans,10,-1,5,50,0,0,0,0,0 -fixed=JetBrains Mono,10,-1,5,50,0,0,0,0,0 -smallestReadableFont=Noto Sans,8,-1,5,50,0,0,0,0,0 -toolBarFont=Noto Sans,10,-1,5,50,0,0,0,0,0 -menuFont=Noto Sans,10,-1,5,50,0,0,0,0,0 \ No newline at end of file diff --git a/iso/airootfs/etc/skel/.config/kdeglobals b/iso/airootfs/etc/skel/.config/kdeglobals index b0a4f40..fd15ca3 100644 --- a/iso/airootfs/etc/skel/.config/kdeglobals +++ b/iso/airootfs/etc/skel/.config/kdeglobals @@ -1,13 +1,3 @@ [General] ColorScheme=Breeze -Name=Breeze -widgetStyle=Breeze - -[KDE] -SingleClick=false - -[Icons] -Theme=breeze - -[KFileDialog Settings] -Path=/home/liveuser \ No newline at end of file +Name=liveuser \ No newline at end of file diff --git a/iso/airootfs/etc/skel/.config/plasma-org.kde.plasma.desktop-appletsrc b/iso/airootfs/etc/skel/.config/plasma-org.kde.plasma.desktop-appletsrc index 942ad57..f5906a5 100644 --- a/iso/airootfs/etc/skel/.config/plasma-org.kde.plasma.desktop-appletsrc +++ b/iso/airootfs/etc/skel/.config/plasma-org.kde.plasma.desktop-appletsrc @@ -1,14 +1,9 @@ [Containments][1] activityId= -formfactor=2 +formfactor=0 immutability=1 lastScreen=0 -location=4 -plugin=org.kde.plasma.folder +plugin=org.kde.desktopcontainment wallpaperplugin=org.kde.image - -[Containments][1][General] -AppletOrder=0:org.kde.plasma.analogclock,1:org.kde.plasma.digitalclock - [Containments][1][Wallpaper][org.kde.image][General] -Image=/usr/share/backgrounds/archimede/archimede-wallpaper.png \ No newline at end of file +Image=file://$HOME/.local/share/wallpapers/MonFondEcran/contents/images/archimedewallpaper.jpg \ No newline at end of file diff --git a/iso/airootfs/etc/skel/.local/share/wallpapers/MonFondEcran/contents/images/archimedeoswallpaper.png b/iso/airootfs/etc/skel/.local/share/wallpapers/MonFondEcran/contents/images/archimedeoswallpaper.png new file mode 100644 index 0000000..8532ef2 Binary files /dev/null and b/iso/airootfs/etc/skel/.local/share/wallpapers/MonFondEcran/contents/images/archimedeoswallpaper.png differ diff --git a/iso/airootfs/etc/skel/.profile b/iso/airootfs/etc/skel/.profile new file mode 100644 index 0000000..bc94ac8 --- /dev/null +++ b/iso/airootfs/etc/skel/.profile @@ -0,0 +1,5 @@ +if [ -n "$BASH_VERSION" ]; then + if [ -f "$HOME/.bashrc" ]; then + . "$HOME/.bashrc" + fi +fi \ No newline at end of file