]> Skullheadx's Git Forge - nixos.git/commitdiff
format
authorSkullheadx <admonty1@protonmail.com>
Fri, 1 May 2026 15:56:24 +0000 (11:56 -0400)
committerSkullheadx <admonty1@protonmail.com>
Fri, 1 May 2026 15:56:24 +0000 (11:56 -0400)
overlays.nix
scripts/scrolling-title.nix
todo

index 7381522ee402251448a0063947fac567234e6d05..6ae23ccfb2b83e3703f41d47958cc8be346b05de 100644 (file)
@@ -20,7 +20,7 @@
       st = inputs.my-st.packages.${pkgs.stdenv.hostPlatform.system}.default;
     })
     (final: prev: {
-      dmenu= inputs.my-dmenu.packages.${pkgs.stdenv.hostPlatform.system}.default;
+      dmenu = inputs.my-dmenu.packages.${pkgs.stdenv.hostPlatform.system}.default;
     })
   ];
 }
index 91d0838ad48264a3be4fe2045c2e720974c8edae..0351fa9a428a8d36d60d29ea68093117d18d2709 100644 (file)
@@ -1,13 +1,16 @@
 { pkgs }:
 pkgs.writeShellApplication {
   name = "scrolling-title";
-  runtimeInputs = with pkgs; [ mpc coreutils ];
+  runtimeInputs = with pkgs; [
+    mpc
+    coreutils
+  ];
   text = ''
     WIDTH=16
     PADDING="          "
-    
+
     RAW_STR=$(mpc current)
-    
+
     if [ -z "$RAW_STR" ]; then
       echo "Stopped"
       exit 0
@@ -22,5 +25,5 @@ pkgs.writeShellApplication {
     # Output the scrolled window
     DOUBLE_STR="''$STR''$STR"
     echo "''${DOUBLE_STR:''$INDEX:''$WIDTH}"
-'';
+  '';
 }
diff --git a/todo b/todo
index 9998e02eea57e51bca13dfc4b08a8ee31fb890af..ef58cdf0cf975eeb48e9f6dfc4632380bb60b863 100644 (file)
--- a/todo
+++ b/todo
@@ -1,14 +1,16 @@
 - [ ] setup shell
-       - [ ] autocomplete
+       - [x] autocomplete
        - [ ] auto cd like z
 
+
+
 - [ ] dunst notifs or look at herbe
 
 - [ ] RICE
        - [x] get the dwm, st and other suckless stuff as own src
-       - [ ] dwm
-               - [ ] swallow
-               - [ ] scratchpad
+       - [x] dwm
+               - [x] swallow
+               - [x] scratchpad
        - [ ] browser surf + librewolf
                - [ ] umatrix vs ublock
                - [ ] surf startpage not white
@@ -18,7 +20,7 @@
        - [ ] music
                - [x] mpd and ncmpcpp or rmpc
                - [ ] customize client to look better
-               - [ ] fix slstatus to only show if playing a song
+               - [x] fix slstatus to only show if playing a song
        - [ ] st
                - [ ] tmux / sessionizer (mtm?)
                - [x] scrollback
@@ -38,7 +40,7 @@
        - [ ] browser integration
 
 - [ ] sent for presentation
-- [ ] dmenu suckless style
+- [x] dmenu suckless style
 - [ ] irc (soju + gamja?)
        - [ ] bouncer
        - [ ] client