1
0
Fork 0
forked from RP1/RaveOS-arch

Compare commits

...

27 commits
main ... main

Author SHA1 Message Date
RP1
430255194e removed what i just added xd 2025-01-18 22:43:35 +01:00
RP1
ec807b7732 added more todo 2025-01-18 22:42:52 +01:00
RP1
7d06173a13 added auto bg swap fix hopefully 2025-01-18 22:30:23 +01:00
RP1
7194d73569 ez igy akkor jo 2025-01-18 22:16:12 +01:00
RP1
28fc7289b2 changed dolhpin from pacman to yay 2025-01-18 22:13:08 +01:00
RP1
6749c39f83 auto bg swap fixed 2025-01-18 21:59:41 +01:00
RP1
02ff0d1631 removed plasma auto wallpaper 2025-01-18 21:33:09 +01:00
RP1
e8f6bdd6ec fixed bg location 2025-01-18 21:25:30 +01:00
RP1
de598c4ab1 added auto wallpaper to kde 2025-01-18 21:24:49 +01:00
RP1
57ca93d008 todo update 2025-01-18 21:02:58 +01:00
RP1
c2aabebcdf start menu fully cleaned 2025-01-18 20:58:57 +01:00
RP1
ec835356a2 avahi desktop file remove 2025-01-18 20:57:21 +01:00
RP1
f05cc44b69 loads fixed and added 2025-01-18 20:52:38 +01:00
RP1
93248c074d loads added 2025-01-18 19:37:49 +01:00
RP1
66a9e5bd30 added todo 2025-01-18 18:43:37 +01:00
RP1
07572c8369 fixed xpadneo 2025-01-18 13:30:24 +01:00
RP1
729ac1bee5 added dolphin conf hopefully 2025-01-17 22:50:49 +01:00
RP1
940b3a3bf8 removed gnome application button 2025-01-17 22:36:24 +01:00
RP1
4df08d712b fixed an rsync command 2025-01-17 22:32:03 +01:00
RP1
848b071117 added stop on error 2025-01-17 22:23:32 +01:00
RP1
41f7d36cc0 fixed konsave and login error 2025-01-17 22:07:24 +01:00
RP1
2c46966c61 added ant theme git yay 2025-01-17 21:33:49 +01:00
RP1
63e47145b5 added conf.yaml cos konsave got fucked 2025-01-17 21:15:12 +01:00
RP1
64eccf4ba9 added full konsave rave theme 2025-01-17 21:02:47 +01:00
RP1
e4a81c9b6d Merge branch 'main' of https://git.rp1.hu/RP1/RaveOS-arch 2025-01-17 20:44:36 +01:00
RP1
7319632980 added konsave 2025-01-17 20:44:29 +01:00
RP1
948ee12812 Merge pull request 'Added audacious, krusader, bottles, pamac, libreoffice, kdeconnect to 3progs' (#13) from AlexC/RaveOS-arch:main into main
Reviewed-on: RP1/RaveOS-arch#13
2025-01-17 10:30:49 +00:00
3 changed files with 66 additions and 21 deletions

View file

@ -13,6 +13,12 @@ mkdir -p /home/$USER/.local/share/applications/
sudo chown -R $USER:$GROUP /home/$USER/ sudo chown -R $USER:$GROUP /home/$USER/
cp -a rp-programscript.desktop /home/$USER/.local/share/applications/ cp -a rp-programscript.desktop /home/$USER/.local/share/applications/
echo "Exec=/home/$USER/.progs/3progs.sh" >> /home/$USER/.local/share/applications/rp-programscript.desktop echo "Exec=/home/$USER/.progs/3progs.sh" >> /home/$USER/.local/share/applications/rp-programscript.desktop
sudo rm /usr/share/applications/qv4l2.desktop
sudo rm /usr/share/applications/qvidcap.desktop
sudo rm /usr/share/applications/avahi-discover.desktop
sudo rm /usr/share/applications/bssh.desktop
sudo rm /usr/share/applications/bvnc.desktop
# Steam GPU Grep from Lordify # Steam GPU Grep from Lordify
nVidia=$(lspci -P | grep "NVIDIA" -c) nVidia=$(lspci -P | grep "NVIDIA" -c)
@ -72,6 +78,7 @@ user_choice=$(zenity --list --checklist --width='1000' --height='1000' \
FALSE "Spotify - Zenelejátszó Linuxra" \ FALSE "Spotify - Zenelejátszó Linuxra" \
FALSE "Spotube - Ingyenes Premium Spotify Zenelejátszó Linuxra" \ FALSE "Spotube - Ingyenes Premium Spotify Zenelejátszó Linuxra" \
FALSE "Steam Launcher" \ FALSE "Steam Launcher" \
FALSE "Systemd boot mod - 0sec varakozas bootolaskor" \
FALSE "Telegram - Titkosított üzenetküldő" \ FALSE "Telegram - Titkosított üzenetküldő" \
FALSE "Vibrant - Szín szaturáció beállító program" \ FALSE "Vibrant - Szín szaturáció beállító program" \
FALSE "Vivaldi - webböngésző" \ FALSE "Vivaldi - webböngésző" \
@ -88,7 +95,8 @@ if [[ $user_choice = *"Audacious - Music Player"* ]]; then
echo --------------------------------------------- echo ---------------------------------------------
echo Installing ${bold}${yellow}Audacious${normal} echo Installing ${bold}${yellow}Audacious${normal}
sudo pacman -S audacious --noconfirm flatpak install flathub org.atheme.audacious --user -y
sudo rsync -ap --info=progress2 audacious /home/$USER/.var/app/org.atheme.audacious/config
echo ${bold}${yellow}Audacious ${normal}installed. echo ${bold}${yellow}Audacious ${normal}installed.
echo --------------------------------------------- echo ---------------------------------------------
@ -114,6 +122,8 @@ if [[ $user_choice = *"GNOME Screenshot - gyorsbillentyűs képernyőkép létre
echo Installing ${bold}${yellow}GNOME Screenshot${normal} echo Installing ${bold}${yellow}GNOME Screenshot${normal}
sudo pacman -S gnome-screenshot --noconfirm sudo pacman -S gnome-screenshot --noconfirm
mkdir -p /home/$USER/Pictures/Screenshots
gsettings set org.gnome.gnome-screenshot auto-save-directory '~/Pictures/Screenshots'
echo ${bold}${yellow}GNOME Screenshot ${normal}installed. echo ${bold}${yellow}GNOME Screenshot ${normal}installed.
echo --------------------------------------------- echo ---------------------------------------------
@ -146,12 +156,26 @@ if [[ $user_choice = *"Steam Launcher"* ]]; then
sudo chmod +x update-proton-ge sudo chmod +x update-proton-ge
./update-proton-ge ./update-proton-ge
echo "GSK_RENDERER=gl" | sudo tee -a /etc/environment echo "GSK_RENDERER=gl" | sudo tee -a /etc/environment
sudo rm /usr/share/applications/steam-native.desktop
echo ${bold}${yellow}Steam + Latest ProtonGE ${normal}installed. echo ${bold}${yellow}Steam + Latest ProtonGE ${normal}installed.
echo --------------------------------------------- echo ---------------------------------------------
echo echo
fi fi
if [[ $user_choice = *"Systemd boot mod - 0sec varakozas bootolaskor"* ]]; then
echo
echo ---------------------------------------------
echo Installing ${bold}${yellow}Systemd boot mod${normal}
sudo sed -i 's/timeout 3/timeout 0/' /boot/loader/loader.conf
echo ${bold}${yellow}Systemd boot mod ${normal}installed.
echo ---------------------------------------------
echo
fi
Systemd boot mod - 0sec varakozas bootolaskor
if [[ $user_choice = *"Heroic Launcher - Epic Games Launcher Linux verziója"* ]]; then if [[ $user_choice = *"Heroic Launcher - Epic Games Launcher Linux verziója"* ]]; then
echo echo
echo --------------------------------------------- echo ---------------------------------------------
@ -243,6 +267,7 @@ if [[ $user_choice = *"Lutris - Game launchereket, és egyéb appokat futtató k
echo Installing ${bold}${yellow}Lutris with MangoHud${normal} echo Installing ${bold}${yellow}Lutris with MangoHud${normal}
sudo pacman -S lutris --noconfirm sudo pacman -S lutris --noconfirm
sudo pacman -S wine winetricks wine-mono wine-gecko --noconfirm
echo ${bold}${yellow}Lutris with MangoHud compatibility ${normal}installed. echo ${bold}${yellow}Lutris with MangoHud compatibility ${normal}installed.
echo --------------------------------------------- echo ---------------------------------------------
@ -265,6 +290,7 @@ if [[ $user_choice = *"KVM QEMU - virtualizáció, virtuális gépek futtatása"
sudo systemctl start libvirtd.service sudo systemctl start libvirtd.service
sudo virsh net-autostart default sudo virsh net-autostart default
echo ${bold}${yellow}KVM QEMU ${normal}installed. echo ${bold}${yellow}KVM QEMU ${normal}installed.
echo --------------------------------------------- echo ---------------------------------------------
echo echo
@ -734,7 +760,7 @@ if [[ $user_choice = *"XpadNeo - XBox Controller Support"* ]]; then
echo --------------------------------------------- echo ---------------------------------------------
echo Installing ${bold}${yellow}Jellyfin${normal} echo Installing ${bold}${yellow}Jellyfin${normal}
yay -S xpadneo --noconfirm yay -S xpadneo-dkms --noconfirm
echo ${bold}${yellow}XPadNeo ${normal}installed. echo ${bold}${yellow}XPadNeo ${normal}installed.
echo --------------------------------------------- echo ---------------------------------------------

View file

@ -78,13 +78,14 @@ fi
# Installing packages # Installing packages
sudo pacman -S sddm plasma-desktop plasma-wayland-protocols plasma-systemmonitor networkmanager-qt discover dolphin konsole fuse2 gnome-disk-utility ark kscreen plasma-pa inkscape ksystemstats networkmanager flatpak base-devel bash-completion kate kcalc baobab ffmpeg git gparted xdg-desktop-portal xdg-desktop-portal-gtk plasma-browser-integration xdg-desktop-portal-wlr ttf-ubuntu-font-family unzip wget glib2 glib2-devel hblock nano qt5-wayland meson rsync zenity mesa-utils gvfs gvfs-mtp gvfs-smb android-tools wmctrl python-setuptools qt5-graphicaleffects qt5-quickcontrols2 ufw gufw spectacle rebuild-detector gwenview plasma-framework5 --noconfirm sudo pacman -S sddm plasma-desktop plasma-wayland-protocols plasma-systemmonitor networkmanager-qt discover konsole fuse2 gnome-disk-utility ark kscreen plasma-pa inkscape ksystemstats networkmanager flatpak base-devel bash-completion kate kcalc baobab ffmpeg git gparted xdg-desktop-portal xdg-desktop-portal-gtk plasma-browser-integration xdg-desktop-portal-wlr ttf-ubuntu-font-family unzip wget glib2 glib2-devel hblock nano qt5-wayland meson rsync zenity mesa-utils gvfs gvfs-mtp gvfs-smb android-tools wmctrl python-setuptools qt5-graphicaleffects qt5-quickcontrols2 ufw gufw spectacle rebuild-detector gwenview plasma-framework5 --noconfirm
sudo systemctl enable NetworkManager.service sudo systemctl enable NetworkManager.service
sudo systemctl enable sddm.service sudo systemctl enable sddm.service
sudo systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target sudo systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target
flatpak remote-add --if-not-exists --user flathub https://dl.flathub.org/repo/flathub.flatpakrepo flatpak remote-add --if-not-exists --user flathub https://dl.flathub.org/repo/flathub.flatpakrepo
hblock hblock
set -e
# Downloading RavePkg # Downloading RavePkg
mkdir cosmetics mkdir cosmetics
@ -100,6 +101,8 @@ fi
cd - cd -
rm -rf yay-bin rm -rf yay-bin
yay -S otf-san-francisco --noconfirm --sudoloop --save yay -S otf-san-francisco --noconfirm --sudoloop --save
yay -S konsave --noconfirm
yay -S dolphin --noconfirm
# Flatseal - Flatpak app jogosultság beállító # Flatseal - Flatpak app jogosultság beállító
echo echo
@ -154,17 +157,22 @@ Icon=/usr/share/pixmaps/faces/rave-pp.png
SystemAccount=false" | sudo tee /var/lib/AccountsService/users/$USER SystemAccount=false" | sudo tee /var/lib/AccountsService/users/$USER
sudo rsync -ap --info=progress2 /home/$USER/cosmetics/rave-pp.png /usr/share/pixmaps/faces/ sudo rsync -ap --info=progress2 /home/$USER/cosmetics/rave-pp.png /usr/share/pixmaps/faces/
sudo rsync -ap --info=progress2 /home/$USER/cosmetics/archlinux-logo-text-dark.svg /usr/share/pixmaps/ sudo rsync -ap --info=progress2 /home/$USER/cosmetics/archlinux-logo-text-dark.svg /usr/share/pixmaps/
sudo rsync -ap --info=progress2 /home/$USER/cosmetics/view-app-grid-symbolic.svg /usr/share/icons/Yaru/scalable/actions/
sudo mkdir -p /usr/share/backgrounds/ sudo mkdir -p /usr/share/backgrounds/
sudo rsync -ap --info=progress2 raveos-bg.png /usr/share/backgrounds/ sudo rsync -ap --info=progress2 raveos-bg.png /usr/share/backgrounds/
sudo mkdir -p /etc/sddm.conf.d/ sudo mkdir -p /etc/sddm.conf.d/
sudo echo '[Theme] sudo echo '[Theme]
Current=raveos-sddm' | sudo tee /etc/sddm.conf.d/theme.conf Current=raveos-sddm' | sudo tee /etc/sddm.conf.d/theme.conf
mkdir -p /home/$USER/.config/konsave/
sudo rsync -ap --info=progress2 profiles /home/$USER/.config/konsave/
sudo rsync -ap --info=progress2 conf.yaml /home/$USER/.config/konsave/
sudo rsync -ap --info=progress2 raveos-sddm /usr/share/sddm/themes/ sudo rsync -ap --info=progress2 raveos-sddm /usr/share/sddm/themes/
sudo rsync -ap --info=progress2 Ant-Dark /home/$USER/.local/share/icons/
sudo rsync -ap --info=progress2 user-places.xbel /home/$USER/.local/share/
sudo sed -i 's/#en_GB.UTF-8 UTF-8/en_GB.UTF-8 UTF-8/' /etc/locale.gen sudo sed -i 's/#en_GB.UTF-8 UTF-8/en_GB.UTF-8 UTF-8/' /etc/locale.gen
sudo sed -i 's/#en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen sudo sed -i 's/#en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen
sudo sed -i 's/#hu_HU.UTF-8 UTF-8/hu_HU.UTF-8 UTF-8/' /etc/locale.gen sudo sed -i 's/#hu_HU.UTF-8 UTF-8/hu_HU.UTF-8 UTF-8/' /etc/locale.gen
sudo locale-gen sudo locale-gen
konsave -a raveui-kde
# Adding Custom rave command # Adding Custom rave command
echo --------------------------------------------- echo ---------------------------------------------

View file

@ -4,28 +4,39 @@ https://youtu.be/P_AJZwyoyyE
yaru css yaru css
https://raw.githubusercontent.com/lassekongo83/adw-colors/refs/heads/main/themes/yaru-bark-dark/gtk.css https://raw.githubusercontent.com/lassekongo83/adw-colors/refs/heads/main/themes/yaru-bark-dark/gtk.css
systemd modositas h a win userek tudjanak mindket os-be bootolni
gdm login screenen a hatteret eltolni h a bagoly job felulre keruljon
dconf update bugos blur my shell miatt a dockon
??? settings nem nyilik meg super + s ???
kde program script feljon de nem nyilik vele terminal igy nem is telepit semmit restart hangs
check scheduler
zgrep "CONFIG_SCHED_" /proc/config.gz
3progs script addons
Audacious - flatpak
Krusader
Bottles
Pamac
LibreOffice
WebApps
kdeconnect
3progs scriptben audacious 432hz config push
add calibre
add helvum
SDDM Login Screenre SDDM Login Screenre
Elvileg van Auto WinReboot Elvileg van Auto WinReboot
systemctl reboot --boot-loader-entry=auto-windows nem mukodik systemctl reboot --boot-loader-entry=auto-windows nem mukodik
check scheduler
zgrep "CONFIG_SCHED_" /proc/config.gz