Skip to content

Commit

Permalink
Install Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
duracell80 committed Feb 9, 2023
1 parent 683c8de commit 0f82848
Show file tree
Hide file tree
Showing 7 changed files with 49 additions and 4 deletions.
9 changes: 9 additions & 0 deletions deps/Power Toys - Battery Monitor.desktop.tmp
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[Desktop Entry]
Type=Application
Exec=/home/lee/.local/share/powertoys/watch_battery.sh
X-GNOME-Autostart-enabled=false
NoDisplay=false
Hidden=false
Name[en_US]=Power Toys - Battery Monitor
Comment[en_US]=Watches battery level and alerts with different sound
X-GNOME-Autostart-Delay=20
9 changes: 9 additions & 0 deletions deps/Power Toys - Hypnotix YouTubeLive.desktop.tmp
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[Desktop Entry]
Type=Application
Exec=/home/lee/.local/share/powertoys/hypnotix_yt.sh
X-GNOME-Autostart-enabled=false
NoDisplay=false
Hidden=false
Name[en_US]=Power Toys - Hypnotix YouTubeLive
Comment[en_US]=Converts YouTube livestreams into m3u entries for Hypnotix, copy the ~/.cache/hypnotix/yt_channels.txt file to ~/Videos to change streams
X-GNOME-Autostart-Delay=60
9 changes: 9 additions & 0 deletions deps/Power Toys - Redshift.desktop.tmp
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[Desktop Entry]
Type=Application
Exec=redshift -l 36.16:86.78 -t 5000:7000 -b 1.0:1.0
X-GNOME-Autostart-enabled=false
NoDisplay=false
Hidden=false
Name[en_US]=Power Toys - Redshift
Comment[en_US]=Allows Redshift to work offline by default and to reduce number of applets needed
X-GNOME-Autostart-Delay=0
9 changes: 9 additions & 0 deletions deps/Power Toys - Trash Monitor.desktop.tmp
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[Desktop Entry]
Type=Application
Exec=/home/lee/.local/share/powertoys/watch_trash.sh
X-GNOME-Autostart-enabled=true
NoDisplay=false
Hidden=false
Name[en_US]=Power Toys - Trash Monitor
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!
X-GNOME-Autostart-Delay=5
9 changes: 9 additions & 0 deletions deps/Power Toys - Video Wallpaper.desktop.tmp
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[Desktop Entry]
Type=Application
Exec=/home/lee/.local/bin/video-wallpaper.sh --start "~/Videos/Wallpapers/current.mp4"
X-GNOME-Autostart-enabled=false
NoDisplay=false
Hidden=false
Name[en_US]=Power Toys - Video Wallpaper
Comment[en_US]=Launches the currently selected video wallpaper loop on startup
X-GNOME-Autostart-Delay=0
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ case ${answer:0:1} in
y|Y )
echo ""
echo "[i] - Installing Deps from APT and PIP"
sudo apt install -y python3-pip libsass1 sassc rofi scrot imagemagick xz-utils xdotool ffmpeg inkscape imagemagick sox
sudo apt install -y git python3-pip libsass1 sassc rofi scrot imagemagick xz-utils xdotool ffmpeg inkscape imagemagick sox


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


dd_refresh
$HOME/.local/bin/dd_refresh
4 changes: 2 additions & 2 deletions scripts/bin/dd_refresh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if awk "BEGIN {exit !($CINN_VERSION < 5.2)}"; then
fi

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

0 comments on commit 0f82848

Please sign in to comment.