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";
|
||||
|
||||
if ($status == Charging) {
|
||||
true
|
||||
} else {
|
||||
false
|
||||
}
|
||||
$status like Charging
|
||||
}
|
||||
|
||||
def get_bat_icon [
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
"return-youtube-dislikes"
|
||||
"multi-account-containers"
|
||||
"tabby-cat-friend"
|
||||
"indie-wiki-buddy"
|
||||
];
|
||||
Extensions.Uninstall = [
|
||||
"google@search.mozilla.org"
|
||||
|
|
|
@ -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 = "→";
|
||||
};
|
||||
};
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue