do a bunch of shit

This commit is contained in:
Schrottkatze 2025-01-15 14:44:32 +01:00
parent 5521d3f479
commit fa9a5caea6
Signed by: schrottkatze
SSH key fingerprint: SHA256:FPOYVeBy3QP20FEM42uWF1Wa/Qhlk+L3S2+Wuau/Auo
4 changed files with 14 additions and 15 deletions

View file

@ -40,11 +40,7 @@ def get_bat_charging_status [
] {
let status = open $"/sys/class/power_supply/($path)/status";
if ($status == Charging) {
true
} else {
false
}
$status like Charging
}
def get_bat_icon [

View file

@ -32,6 +32,7 @@
"return-youtube-dislikes"
"multi-account-containers"
"tabby-cat-friend"
"indie-wiki-buddy"
];
Extensions.Uninstall = [
"google@search.mozilla.org"

View file

@ -31,15 +31,15 @@
bufferline = "multiple";
color-modes = true;
cursorline = true;
auto-save = {
focus-lost = true;
after-delay.enable = true;
after-delay.timeout = 10000;
};
# auto-save = {
# focus-lost = true;
# after-delay.enable = true;
# after-delay.timeout = 10000;
# };
auto-format = true;
end-of-line-diagnostics = "hint";
# slightly optimized based on my layout
jump-label-alphabet = "jfkdaslghwenuiopbcmyzqrtvx";
jump-label-alphabet = "jfkdhaslgwenuiopbcmyzqrtvx";
clipboard-provider = "wayland";
inline-diagnostics = {
cursor-line = "hint";
@ -75,20 +75,19 @@
indent-guides = {
render = true;
character = "";
skip-levels = 2;
skip-levels = 3;
};
soft-wrap = {
enable = true;
};
whitespace = {
render = {
space = "all";
space = "none";
tab = "all";
newline = "none";
};
characters = {
space = "·";
nbsp = "";
nbsp = "·";
tab = "";
};
};

View file

@ -32,3 +32,6 @@ alias guni = cd ~/Docs/uni/info1;
alias gunids = cd ~/Docs/uni/design;
alias gunida = cd ~/Docs/uni/dramaturgie;
alias gunm = cd ~/Docs/uni/mathe1-3;
# typos
alias juts = just;