mirror of
https://github.com/zedsalim/debian-z.git
synced 2025-12-06 11:29:28 +00:00
Update
This commit is contained in:
parent
a5bc6b13c5
commit
a024db129a
4 changed files with 17 additions and 9 deletions
12
config/scripts/mpv-youtube.sh
Executable file
12
config/scripts/mpv-youtube.sh
Executable file
|
|
@ -0,0 +1,12 @@
|
|||
#!/bin/bash
|
||||
|
||||
play_clipboard_url() {
|
||||
# Capture the URL from the clipboard
|
||||
url=$(xclip -o -selection clipboard)
|
||||
|
||||
# Run mpv with the URL
|
||||
mpv --ytdl-raw-options=format="best[height<=720]" "$url"
|
||||
}
|
||||
|
||||
play_clipboard_url
|
||||
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
echo "Enter your URL: "
|
||||
|
||||
read url
|
||||
|
||||
mpv --ytdl-raw-options=format="best[height<=720]" $url
|
||||
|
|
@ -16,6 +16,9 @@ alt + s
|
|||
alt + b
|
||||
source ~/.config/scripts/bookmarks.sh
|
||||
|
||||
alt + y
|
||||
source ~/.config/scripts/mpv-youtube.sh
|
||||
|
||||
# BG Selector
|
||||
|
||||
super + F1
|
||||
|
|
|
|||
4
run.sh
4
run.sh
|
|
@ -32,7 +32,7 @@ sudo nala install -y intel-microcode
|
|||
sudo nala install -y network-manager-gnome
|
||||
|
||||
# Appearance and Customization
|
||||
sudo nala install -y lxappearance arandr
|
||||
sudo nala install -y lxappearance arandr xclip
|
||||
|
||||
# System Utilities
|
||||
sudo nala install -y dialog mtools dosfstools avahi-daemon acpi acpid gvfs-backends
|
||||
|
|
@ -48,7 +48,7 @@ sudo nala install -y exa
|
|||
# File Managers
|
||||
sudo nala install -y pcmanfm ranger
|
||||
|
||||
# XFCE Settings and Terminal
|
||||
# XFCE Settings
|
||||
sudo nala install -y xfce4-settings xfce4-power-manager
|
||||
|
||||
# Audio Control
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue