Fixed music script, removed some comments, added openconnect, fixed catppuccin warnings

This commit is contained in:
Nate Anderson 2025-01-07 10:22:36 -07:00
parent ecdab71a09
commit f8812c081b
4 changed files with 27 additions and 28 deletions

View 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

View File

@ -2,26 +2,20 @@
hyprctl dispatch togglespecialworkspace music hyprctl dispatch togglespecialworkspace music
firefox --new-window https://youtube.com & YT_LINK=$(sort -R < ~/.config/hypr/scripts/music_links.txt | head -n 1)
sleep 0.5
firefox --new-window "$YT_LINK" &
sleep 1
hyprctl dispatch togglefloating hyprctl dispatch togglefloating
hyprctl dispatch resizeactive exact 40% 45%
hyprctl dispatch movewindow u hyprctl dispatch movewindow u
hyprctl dispatch movewindow l hyprctl dispatch movewindow l
hyprctl dispatch moveactive 30 30 hyprctl dispatch resizeactive exact 45% 45%
hyprctl dispatch moveactive 30% 5%
# For other client foot ~/.config/hypr/scripts/music_setup_cmd.sh &
# hyprctl dispatch resizeactive exact 40% 40% sleep 1
# 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
hyprctl dispatch togglefloating hyprctl dispatch togglefloating
hyprctl dispatch resizeactive exact 40% 90% hyprctl dispatch resizeactive exact 95% 30%
hyprctl dispatch movewindow u hyprctl dispatch movewindow d
hyprctl dispatch movewindow r hyprctl dispatch movewindow l
hyprctl dispatch moveactive -- -80 10% hyprctl dispatch moveactive -- 30 -5%
# hyprctl dispatch togglespecialworkspace music

View File

@ -1,3 +1,4 @@
#! /usr/bin/env sh #! /usr/bin/env sh
sleep 3
vis sleep 1
cava

View File

@ -41,7 +41,9 @@
enable = true; enable = true;
flavor = "macchiato"; flavor = "macchiato";
accent = "lavender"; accent = "lavender";
pointerCursor.enable = false; cursors.enable = false;
kvantum.enable = true;
zsh-syntax-highlighting.enable = true;
}; };
@ -89,12 +91,13 @@
delve delve
### Misc ### Misc
# dbeaver-bin
usbutils usbutils
cli-visualizer
openscad openscad
libxml2 libxml2
nfs-utils nfs-utils
# For AnyConnect VPN
openconnect
networkmanager-openconnect
# #
# Better Unix # Better Unix
@ -131,10 +134,7 @@
# #
# Communication # Communication
# #
# unstable.slack
mumble mumble
# unstable.signal-desktop
# zoom-us
# #
# Other # Other
@ -255,7 +255,6 @@
}; };
syntaxHighlighting = { syntaxHighlighting = {
enable = true; enable = true;
catppuccin.enable = true;
}; };
}; };
@ -263,7 +262,6 @@
enable = true; enable = true;
platformTheme.name = "kvantum"; platformTheme.name = "kvantum";
style.name = "kvantum"; style.name = "kvantum";
style.catppuccin.enable = true;
}; };
gtk = { gtk = {