cleanup themes

fix small errors in themes and reset folder changed to preserve initial
Nextcloud sync
This commit is contained in:
2026-03-20 09:27:23 +01:00
parent 005a1b2ad0
commit 01667e2346
11 changed files with 45 additions and 42 deletions

View File

@@ -57,10 +57,10 @@
(box
:space-evenly false
(button
:class "${idle_inhibitor == 'start' ? 'idleOn' : 'idleOff' }"
:class "${idle_inhibitor == 'stop' ? 'idleOff' : 'idleOn' }"
:onclick "systemctl --user is-active hypridle.service && systemctl --user stop hypridle.service || systemctl --user start hypridle.service"
(label
:text "${idle_inhibitor == 'start' ? '󰈈' : '󰛐' }"))))
:text "${idle_inhibitor == 'stop' ? '󰛐' : '󰈈' }"))))
;; ── Audio ───────────────────────────────────────────────────────────

View File

@@ -52,7 +52,7 @@
"-"
"X"
];
update_parents = true;
status_propagation.up = true;
};
foldtext = {
title_transformer.__raw = ''
@@ -169,11 +169,8 @@
new_file_template = {
use_template = true;
placeholders = {
before = {
title = "link_title";
date = "os_date";
};
after = { };
title = "link_title";
date = "os_date";
};
template = ''
---

View File

@@ -12,7 +12,7 @@
programs.taskwarrior = {
enable = true;
package = pkgs.taskwarrior3;
dataLocation = "~/Nextcloud/tasks";
dataLocation = "~/Nextcloud/.tasks";
config = {
uda.parentName = {
type = "string";

View File

@@ -12,7 +12,7 @@
};
tool.fzf-preview = "bat -p --color always {-1}";
notebook = {
dir = "~/zettelkasten"; # TODO: change location to Nextcloud
dir = "~/Nextcloud/zettelkasten";
};
alias = {
n = "zk new inbox/$@";