Fixed music script, removed some comments, added openconnect, fixed catppuccin warnings
This commit is contained in:
parent
ecdab71a09
commit
f8812c081b
6
nate-work/dotfiles/hypr/scripts/music_links.txt
Normal file
6
nate-work/dotfiles/hypr/scripts/music_links.txt
Normal file
@ -0,0 +1,6 @@
|
||||
https://www.youtube.com/watch?v=484RgaL990c
|
||||
https://www.youtube.com/watch?v=6OGp_lZT2tM
|
||||
https://www.youtube.com/watch?v=tIsiYbJLwIg
|
||||
https://www.youtube.com/watch?v=pKw6s8w9rAI
|
||||
https://www.youtube.com/watch?v=lFuErjQKoYg
|
||||
https://www.youtube.com/@Denz1000
|
@ -2,26 +2,20 @@
|
||||
|
||||
hyprctl dispatch togglespecialworkspace music
|
||||
|
||||
firefox --new-window https://youtube.com &
|
||||
sleep 0.5
|
||||
YT_LINK=$(sort -R < ~/.config/hypr/scripts/music_links.txt | head -n 1)
|
||||
|
||||
firefox --new-window "$YT_LINK" &
|
||||
sleep 1
|
||||
hyprctl dispatch togglefloating
|
||||
hyprctl dispatch resizeactive exact 40% 45%
|
||||
hyprctl dispatch movewindow u
|
||||
hyprctl dispatch movewindow l
|
||||
hyprctl dispatch moveactive 30 30
|
||||
hyprctl dispatch resizeactive exact 45% 45%
|
||||
hyprctl dispatch moveactive 30% 5%
|
||||
|
||||
# For other client
|
||||
# hyprctl dispatch resizeactive exact 40% 40%
|
||||
# hyprctl dispatch togglegroup
|
||||
# hyprctl dispatch movewindow d
|
||||
# hyprctl dispatch movewindow l
|
||||
# hyprctl dispatch moveactive -- 30 -30
|
||||
|
||||
foot ~/.config/hypr/scripts/music_setup_vis.sh &
|
||||
sleep 0.5
|
||||
foot ~/.config/hypr/scripts/music_setup_cmd.sh &
|
||||
sleep 1
|
||||
hyprctl dispatch togglefloating
|
||||
hyprctl dispatch resizeactive exact 40% 90%
|
||||
hyprctl dispatch movewindow u
|
||||
hyprctl dispatch movewindow r
|
||||
hyprctl dispatch moveactive -- -80 10%
|
||||
# hyprctl dispatch togglespecialworkspace music
|
||||
hyprctl dispatch resizeactive exact 95% 30%
|
||||
hyprctl dispatch movewindow d
|
||||
hyprctl dispatch movewindow l
|
||||
hyprctl dispatch moveactive -- 30 -5%
|
||||
|
@ -1,3 +1,4 @@
|
||||
#! /usr/bin/env sh
|
||||
sleep 3
|
||||
vis
|
||||
|
||||
sleep 1
|
||||
cava
|
@ -41,7 +41,9 @@
|
||||
enable = true;
|
||||
flavor = "macchiato";
|
||||
accent = "lavender";
|
||||
pointerCursor.enable = false;
|
||||
cursors.enable = false;
|
||||
kvantum.enable = true;
|
||||
zsh-syntax-highlighting.enable = true;
|
||||
};
|
||||
|
||||
|
||||
@ -89,12 +91,13 @@
|
||||
delve
|
||||
|
||||
### Misc
|
||||
# dbeaver-bin
|
||||
usbutils
|
||||
cli-visualizer
|
||||
openscad
|
||||
libxml2
|
||||
nfs-utils
|
||||
# For AnyConnect VPN
|
||||
openconnect
|
||||
networkmanager-openconnect
|
||||
|
||||
#
|
||||
# Better Unix
|
||||
@ -131,10 +134,7 @@
|
||||
#
|
||||
# Communication
|
||||
#
|
||||
# unstable.slack
|
||||
mumble
|
||||
# unstable.signal-desktop
|
||||
# zoom-us
|
||||
|
||||
#
|
||||
# Other
|
||||
@ -255,7 +255,6 @@
|
||||
};
|
||||
syntaxHighlighting = {
|
||||
enable = true;
|
||||
catppuccin.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
@ -263,7 +262,6 @@
|
||||
enable = true;
|
||||
platformTheme.name = "kvantum";
|
||||
style.name = "kvantum";
|
||||
style.catppuccin.enable = true;
|
||||
};
|
||||
|
||||
gtk = {
|
||||
|
Loading…
Reference in New Issue
Block a user