Skip to content

Commit

Permalink
hopefully fixed everything
Browse files Browse the repository at this point in the history
  • Loading branch information
gerblesh committed Aug 26, 2023
1 parent 7747138 commit d039857
Show file tree
Hide file tree
Showing 18 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion usr/bin/wallpaper-menu.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
NEW_WALLPAPER=$(/usr/bin/ls -1 "$HOME/Pictures/Wallpapers/Mocha" | fuzzel --dmenu --prompt " Select Wallpaper: ")

"$HOME"/.local/bin/wallpaper "$HOME/Pictures/Wallpapers/Mocha/$NEW_WALLPAPER"
/usr/bin/wallpaper "$HOME/Pictures/Wallpapers/Mocha/$NEW_WALLPAPER"


File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
"tooltip": true,
"return-type": "json",
"interval": 10,
"on-click": "$HOME/.config/waybar/scripts/powerprofile-menu.sh",
"exec": "$HOME/.config/waybar/scripts/powerprofile.sh",
"on-click": "/etc/xdg/waybar/scripts/powerprofile-menu.sh",
"exec": "/etc/xdg/waybar/scripts/powerprofile.sh",
},
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
7 changes: 7 additions & 0 deletions usr/share/ublue-os/firstboot/launcher/autostart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,12 @@ if [ ! -f "$HOME"/.config/ublue-firstboot ]; then

sed -i " 1 d" "$HOME"/.config/sway/config

mkdir -p "$HOME"/.config/just
cp -r /usr/share/ublue-os/just/custom.just "$HOME"/.config/just/justfile

cp -r /usr/etc/homedir/.* "$HOME"/
cp -r /usr/etc/homedir/* "$HOME"/

/usr/bin/yafti /usr/share/ublue-os/firstboot/yafti.yml
fi

0 comments on commit d039857

Please sign in to comment.