Compare commits

...

3 commits

Author SHA1 Message Date
a2e4d84f29
eww: make reboot actually work
All checks were successful
ci/woodpecker/cron/flake-lock-update Pipeline was successful
2024-08-31 10:07:07 -04:00
f2e5e2547a
scls: bump version 2024-08-31 10:06:50 -04:00
9c5232b758
blocky: whitelist discord 2024-08-31 10:06:32 -04:00
3 changed files with 5 additions and 4 deletions

View file

@ -50,7 +50,7 @@
)
(box :class "menubox-widgets"
:orientation "h"
(button :class "menubox-widgets text" :onclick "reboot now" "")
(button :class "menubox-widgets text" :onclick "reboot" "")
(button :class "menubox-widgets text" :onclick "shutdown now" "")
(button :class "menubox-widgets text" :onclick "eww close menu-window" "")))
)

View file

@ -84,6 +84,7 @@
(\.|^)wac\.phicdn\.net$
*.flake.sh
*.clickhouse.com
*.discord.com
'';
in {
ads = [

View file

@ -9,11 +9,11 @@ rustPlatform.buildRustPackage {
src = fetchFromGitHub {
owner = "estin";
repo = "simple-completion-language-server";
rev = "3edd6209fffd204d689fb3b0afb0e51ad90f0af2";
hash = "sha256-iccwhZhwYLxjhCLj8kRLqlL1F9TjZ57BogqlbKgCsKM=";
rev = "232aab4775c35a5d79ce38aa81a6724007aa0b59";
hash = "sha256-gwBQu1xf4rmDbOzvxXzQsHJr4faOECmRwyT7MR+pPyI=";
};
cargoHash = "sha256-nxLnlBfqcA64npPccuE00JxCLGi4eU9nWyU0PSVdKpE=";
cargoHash = "sha256-hwF3qSlv/wZhJh1kIxm/U0ZpnAZpiMzUe0OncGBlclk=";
doCheck = false;