tangled
alpha
login
or
join now
m1emi1em.dev
/
bb-scripts
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
feat(grimblastr): extra-env lol
m1emi1em.dev
9 months ago
99a2b24a
31790285
+2
-1
1 changed file
expand all
collapse all
unified
split
grimblastr
grimblastr.bb
+2
-1
grimblastr/grimblastr.bb
···
23
(defn main [& args]
24
(try
25
(let [[command target] (map do-dmenu! menus)]
26
-
(shell "GRIMBLAST_HIDE_CURSOR=1 grimblast --notify --wait 1" command target))
0
27
(catch Exception e)))
28
29
(when (= *file* (System/getProperty "babashka.file"))
···
23
(defn main [& args]
24
(try
25
(let [[command target] (map do-dmenu! menus)]
26
+
(shell {:extra-env {"GRIMBLAST_HIDE_CURSOR" "1"}}
27
+
"grimblast --notify --wait 1" command target))
28
(catch Exception e)))
29
30
(when (= *file* (System/getProperty "babashka.file"))