Compare commits

...
3 Commits
Author SHA1 Message Date
imxyy1soope1 5f8c8b3948 agents: disable pi & oh-my-pi 2026-08-28 17:22:55 +08:00
imxyy1soope1 097b02ecef langs: rust: drop evcxr 2026-08-28 17:14:15 +08:00
imxyy1soope1 c04405c0fb noctalia: update media widget config 2026-08-28 17:02:43 +08:00
3 changed files with 3 additions and 6 deletions
+2 -2
View File
@@ -19,8 +19,8 @@ in
# codex # codex
claude-code claude-code
# opencode # opencode
pi # pi
omp # omp
]) ])
++ (with pkgs; [ ++ (with pkgs; [
codex codex
-1
View File
@@ -24,7 +24,6 @@ in
"rust-analyzer" "rust-analyzer"
]) ])
stdenv.cc # linker stdenv.cc # linker
evcxr # rust repl
pest-ide-tools pest-ide-tools
]; ];
@@ -5,9 +5,6 @@ type = "spacer"
[widget.battery] [widget.battery]
scale = 1.2 scale = 1.2
[widget.classic-media]
show_progress = false
[widget.clock] [widget.clock]
format = "{:%H:%M %m/%d}" format = "{:%H:%M %m/%d}"
scale = 0.9 scale = 0.9
@@ -23,6 +20,7 @@ show_label = false
art_size = 30 art_size = 30
font_scale = 0.85 font_scale = 0.85
title_scroll = "always" title_scroll = "always"
hide_when_no_media = true
[widget.mic] [widget.mic]
device = "input" device = "input"