Skip to content

Commit

Permalink
fix: typo, feat: spaceness wallpaper for debian workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
truekas committed Feb 13, 2025
1 parent a606ba5 commit 839340d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
5 changes: 3 additions & 2 deletions workspaces/debian/xstartup
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash
xrdb $HOME/.Xresources
export DISPLAY=":1"
xfconf-query -c xfce4-desktop -p /backdrop/screen0/monitorVNC-0/workspace0/last-image -s /opt/stardust/wallpaper.png
startxfce4
startxfce4 &
sleep 1
xfconf-query -c xfce4-desktop -p /backdrop/screen0/monitorVNC-0/workspace0/last-image -s /opt/stardust/shared/wallpaper.png
sleep 30
2 changes: 1 addition & 1 deletion workspaces/firefox/xstartup
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash
xrdb $HOME/.Xresources
export DISPLAY=":1"
xfconf-query -c xfce4-desktop -p /backdrop/screen0/monitorVNC-0/workspace0/last-image -s /opt/stardust/wallpaper.png
startxfce4 &
sudo service dbus start
sleep 1
echo "while :
do
Expand Down
1 change: 0 additions & 1 deletion workspaces/vscode/xstartup
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/bash
xrdb $HOME/.Xresources
export DISPLAY=":1"
xfconf-query -c xfce4-desktop -p /backdrop/screen0/monitorVNC-0/workspace0/last-image -s /opt/stardust/wallpaper.png
startxfce4 &
sleep 1
sudo service dbus start
Expand Down
2 changes: 1 addition & 1 deletion workspaces/zen/xstartup
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/bash
xrdb $HOME/.Xresources
export DISPLAY=":1"
xfconf-query -c xfce4-desktop -p /backdrop/screen0/monitorVNC-0/workspace0/last-image -s /opt/stardust/wallpaper.png
startxfce4 &
sleep 1
sudo service dbus start
echo "while :
do
/home/stardust/.local/bin/zen --no-sandbox
Expand Down

0 comments on commit 839340d

Please sign in to comment.