do a bunch of shit
This commit is contained in:
parent
5521d3f479
commit
fa9a5caea6
4 changed files with 14 additions and 15 deletions
|
@ -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 [
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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 = "→";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue