forked from Shinonome/dots-hyprland
create Videos folder if it doesn't exist (fix #489)
This commit is contained in:
@@ -10,7 +10,7 @@ getactivemonitor() {
|
|||||||
hyprctl monitors -j | gojq -r '.[] | select(.focused == true) | .name'
|
hyprctl monitors -j | gojq -r '.[] | select(.focused == true) | .name'
|
||||||
}
|
}
|
||||||
|
|
||||||
cd ~/Videos || exit
|
mkdir -p ~/Videos
|
||||||
if pgrep wf-recorder > /dev/null; then
|
if pgrep wf-recorder > /dev/null; then
|
||||||
notify-send "Recording Stopped" "Stopped" -a 'record-script.sh' &
|
notify-send "Recording Stopped" "Stopped" -a 'record-script.sh' &
|
||||||
pkill wf-recorder &
|
pkill wf-recorder &
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
# python-materialyoucolor-git gradience-git python-libsass python-material-color-utilities
|
# python-materialyoucolor-git gradience-git python-libsass python-material-color-utilities
|
||||||
|
|
||||||
### Basic
|
### Basic
|
||||||
coreutils cliphist cmake curl fuzzel rsync wget ripgrep gojq npm meson typescript gjs axel
|
axel coreutils cliphist cmake curl fuzzel rsync wget ripgrep gojq npm meson typescript gjs xdg-user-dirs
|
||||||
|
|
||||||
# Make deps of MicroTeX
|
# Make deps of MicroTeX
|
||||||
tinyxml2 gtkmm3 gtksourceviewmm cairomm
|
tinyxml2 gtkmm3 gtksourceviewmm cairomm
|
||||||
@@ -23,7 +23,7 @@ xdg-desktop-portal xdg-desktop-portal-gtk xdg-desktop-portal-hyprland-git
|
|||||||
pavucontrol wireplumber libdbusmenu-gtk3 playerctl swww
|
pavucontrol wireplumber libdbusmenu-gtk3 playerctl swww
|
||||||
|
|
||||||
### GTK
|
### GTK
|
||||||
webp-pixbuf-loader gtk-layer-shell gtk3 gtksourceview3 gobject-introspection upower yad ydotool
|
webp-pixbuf-loader gtk-layer-shell gtk3 gtksourceview3 gobject-introspection upower yad ydotool xdg-user-dirs-gtk
|
||||||
|
|
||||||
### Gnome
|
### Gnome
|
||||||
polkit-gnome gnome-keyring gnome-control-center blueberry networkmanager gammastep gnome-bluetooth-3.0
|
polkit-gnome gnome-keyring gnome-control-center blueberry networkmanager gammastep gnome-bluetooth-3.0
|
||||||
|
|||||||
Reference in New Issue
Block a user