Compare commits

..

7 Commits

Author SHA1 Message Date
tux
3b84a32dab chore: update tpanel flake input 2025-09-28 05:14:18 +05:30
tux
776b469267 chore: add iwd to persist dir 2025-09-28 05:12:02 +05:30
tux
6c5627e919 feat: add impala 2025-09-28 05:11:58 +05:30
tux
e869984a81 chore(hyprland): refine window floating toggle 2025-09-28 03:01:40 +05:30
tux
8d6e94b059 fix(mopidy): remove unused visualizer sync interval 2025-09-28 01:43:29 +05:30
tux
03fb51dd03 chore: update tpanel flake input 2025-09-28 01:30:02 +05:30
tux
5b76e660dd feat: add bluetui 2025-09-27 21:03:31 +05:30
5 changed files with 7 additions and 5 deletions

6
flake.lock generated
View File

@@ -1621,11 +1621,11 @@
]
},
"locked": {
"lastModified": 1758873502,
"narHash": "sha256-FA24yvdpz6rnekBvwhqxEM9dDP8Sk0qwfUIoLeLIIKc=",
"lastModified": 1759002991,
"narHash": "sha256-11pZ+tGhOEIcIxipABQS1AnCR050dGipV3IArod8doI=",
"owner": "tuxdotrs",
"repo": "tpanel",
"rev": "a24b4485600dfb41130cdddc41234513848f425f",
"rev": "0f3fb291ec406ee333e4611eea24ccb4e7135407",
"type": "github"
},
"original": {

View File

@@ -394,6 +394,7 @@
"/var/lib/nixos"
"/var/lib/docker"
"/var/lib/waydroid"
"/var/lib/iwd"
"/etc/NetworkManager/system-connections"
];
files = [

View File

@@ -77,6 +77,8 @@
vlc
tor-browser
distrobox
bluetui
impala
];
home.persistence."/persist/home/${username}" = {

View File

@@ -214,7 +214,7 @@
"SUPER, grave, hyprexpo:expo, toggle"
"SUPER_SHIFT, Q, forcekillactive"
"SUPER_SHIFT, F, fullscreen, 0"
"SUPER_SHIFT, Space, togglefloating"
"SUPER_SHIFT, Space, exec, hyprctl dispatch togglefloating; hyprctl dispatch resizeactive exact 1600 1200; hyprctl dispatch centerwindow;"
# shutdown
"SUPER_SHIFT, P, exec, poweroff"

View File

@@ -18,7 +18,6 @@
visualizer_type = "spectrum";
visualizer_look = "";
visualizer_spectrum_smooth_look = "yes";
visualizer_sync_interval = 0;
song_status_format = "$b$7 $2%a $4$3 $8%t $4$3 $5%b ";
header_visibility = "no";
color1 = "white";