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"; let status = open $"/sys/class/power_supply/($path)/status";
if ($status == Charging) { $status like Charging
true
} else {
false
}
} }
def get_bat_icon [ def get_bat_icon [

View file

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

View file

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

View file

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