Fixes + updated emacs

This commit is contained in:
Aleksandr Lebedev 2025-02-02 20:54:00 +01:00
parent ba5ba05cfc
commit 7855c4b894
4 changed files with 20 additions and 21 deletions

View file

@ -32,7 +32,7 @@ elif [[ "$STATUS" == "Charging" ]]; then
elif [[ $BATTERY_LEVEL -ge 10 ]]; then
ICON="󰢜 "
else
ICON="󱊦 "
ICON="󰢜 "
fi
else
if [[ $BATTERY_LEVEL -ge 90 ]]; then
@ -46,7 +46,7 @@ else
elif [[ $BATTERY_LEVEL -ge 10 ]]; then
ICON="󰁺 "
else
ICON="󱊣 "
ICON="󰁺 "
fi
fi

View file

@ -134,7 +134,7 @@ in {
];
input = {
kb_layout = "us, ru";
kb_options = "grp:caps_toggle";
kb_options = "grp:lctrl_toggle, ctrl:nocaps" + (if hwconfig.hostname == "kylekrein-mac" then ", altwin:swap_alt_win" else ""); # "ctrl:nocaps, grp:toggle"
touchpad = {
natural_scroll = true;