Skip to content

Commit

Permalink
Cleanup + Removed Sublime + Fix Notify script.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Bach Kristensen committed Sep 22, 2023
1 parent fea8105 commit ea3a2bb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Home
===============================================================================


ToDo
===============================================================================
* [ ] Look into MANPAGER, with [bat](https://crates.io/crates/bat)
Expand Down
13 changes: 5 additions & 8 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,6 @@ sudo dnf groupupdate sound-and-video
# File Transfer Bluetooth
sudo dnf install -y bluez-obexd

# install sublime:
sudo rpm -v --import https://download.sublimetext.com/sublimehq-rpm-pub.gpg
sudo dnf --assumeyes config-manager --add-repo https://download.sublimetext.com/rpm/stable/x86_64/sublime-text.repo
sudo dnf --assumeyes install sublime-text

# Install VLC
dnf install vlc
#dnf install python-vlc #(optional)
Expand All @@ -92,7 +87,9 @@ sudo yum --assumeyes install gnome-tweaks
flatpak install flathub com.mattjakeman.ExtensionManager
flatpak install flathub com.github.liferooter.textpieces
flatpak install falthub com.discordapp.Discord
# Flatseal
# Flatseal com.github.tchx84.Flatseal
# LogSeq com.logseq.Logseq
# Color picker nl.hjdskes.gcolor3

# # Install Game stuff
# sudo yum --assumeyes install steam steam-devices lutris
Expand All @@ -118,8 +115,8 @@ sudo yum --assumeyes install codium
# install Others
sudo yum --assumeyes install nmap unzip unrar vim-enhanced

# Install KDE-Connect CLI.
sudo yum --assumeyes install kde-connect
# # Install KDE-Connect CLI.
# sudo yum --assumeyes install kde-connect

# Setting up Gnome Window
gsettings set org.gnome.mutter center-new-windows true
Expand Down
4 changes: 2 additions & 2 deletions src/.scripts/notify
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
# Make sure it also will work with KDE Connect

notify-send "$@"
KDE_DEVICES=$(kdeconnect-cli -a --id-only)
# KDE_DEVICES=$(kdeconnect-cli -a --id-only)

[ -z "$KDE_DEVICES" ] && kdeconnect-cli --device ${KDE_DEVICES} --ping-msg "$@"
# [ -z "$KDE_DEVICES" ] && kdeconnect-cli --device ${KDE_DEVICES} --ping-msg "$@"

0 comments on commit ea3a2bb

Please sign in to comment.