Skip to content

Commit 0f82848

Browse files
committed
Install Tweaks
1 parent 683c8de commit 0f82848

7 files changed

Lines changed: 49 additions & 4 deletions
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[Desktop Entry]
2+
Type=Application
3+
Exec=/home/lee/.local/share/powertoys/watch_battery.sh
4+
X-GNOME-Autostart-enabled=false
5+
NoDisplay=false
6+
Hidden=false
7+
Name[en_US]=Power Toys - Battery Monitor
8+
Comment[en_US]=Watches battery level and alerts with different sound
9+
X-GNOME-Autostart-Delay=20
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[Desktop Entry]
2+
Type=Application
3+
Exec=/home/lee/.local/share/powertoys/hypnotix_yt.sh
4+
X-GNOME-Autostart-enabled=false
5+
NoDisplay=false
6+
Hidden=false
7+
Name[en_US]=Power Toys - Hypnotix YouTubeLive
8+
Comment[en_US]=Converts YouTube livestreams into m3u entries for Hypnotix, copy the ~/.cache/hypnotix/yt_channels.txt file to ~/Videos to change streams
9+
X-GNOME-Autostart-Delay=60
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[Desktop Entry]
2+
Type=Application
3+
Exec=redshift -l 36.16:86.78 -t 5000:7000 -b 1.0:1.0
4+
X-GNOME-Autostart-enabled=false
5+
NoDisplay=false
6+
Hidden=false
7+
Name[en_US]=Power Toys - Redshift
8+
Comment[en_US]=Allows Redshift to work offline by default and to reduce number of applets needed
9+
X-GNOME-Autostart-Delay=0
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[Desktop Entry]
2+
Type=Application
3+
Exec=/home/lee/.local/share/powertoys/watch_trash.sh
4+
X-GNOME-Autostart-enabled=true
5+
NoDisplay=false
6+
Hidden=false
7+
Name[en_US]=Power Toys - Trash Monitor
8+
Comment[en_US]=Watches trash level and alerts with default notification sound when too full. Additionally enables the trash empty sound from the sound theme to function correctly!
9+
X-GNOME-Autostart-Delay=5
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[Desktop Entry]
2+
Type=Application
3+
Exec=/home/lee/.local/bin/video-wallpaper.sh --start "~/Videos/Wallpapers/current.mp4"
4+
X-GNOME-Autostart-enabled=false
5+
NoDisplay=false
6+
Hidden=false
7+
Name[en_US]=Power Toys - Video Wallpaper
8+
Comment[en_US]=Launches the currently selected video wallpaper loop on startup
9+
X-GNOME-Autostart-Delay=0

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ case ${answer:0:1} in
2626
y|Y )
2727
echo ""
2828
echo "[i] - Installing Deps from APT and PIP"
29-
sudo apt install -y python3-pip libsass1 sassc rofi scrot imagemagick xz-utils xdotool ffmpeg inkscape imagemagick sox
29+
sudo apt install -y git python3-pip libsass1 sassc rofi scrot imagemagick xz-utils xdotool ffmpeg inkscape imagemagick sox
3030

3131

3232
pip3 install easydev
@@ -543,4 +543,4 @@ gsettings set org.cinnamon.desktop.notifications display-notifications "true"
543543
/usr/share/sounds/scripts/set_sound_theme.sh harmony
544544

545545

546-
dd_refresh
546+
$HOME/.local/bin/dd_refresh

scripts/bin/dd_refresh.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if awk "BEGIN {exit !($CINN_VERSION < 5.2)}"; then
77
fi
88

99
CUR_WALL=$(gsettings get org.cinnamon.desktop.background picture-uri)
10-
dd_sleep
10+
$HOME/.local/bin/dd_sleep
1111
echo "" > $HOME/.cache/wallpaper_current.txt
1212
sleep 1
13-
dd_wake
13+
$HOME/.local/bin/dd_wake

0 commit comments

Comments
 (0)