This commit is contained in:
Yuri Zamyatin 2025-01-06 04:01:16 +00:00
parent e580d8debe
commit 45f1f3aa35
7 changed files with 12 additions and 9 deletions

View File

@ -6,7 +6,7 @@ PACKAGES=(
# system
linux base linux-firmware lvm2 sudo polkit # base
pulseaudio pamixer networkmanager # system
pulseaudio networkmanager # system
openssh man-db restic htop # admin utils
# cli programs
@ -21,7 +21,7 @@ PACKAGES=(
greetd sway swaybg swayidle xorg-xwayland # basic
foot bemenu-wayland i3blocks mako libnotify # terminals, ui
wev wl-clipboard wtype slurp grim # interaction
ttf-roboto ttf-roboto-mono # fonts
ttf-roboto ttf-roboto-mono ttf-font-awesome # fonts
# gui apps
imv mpv gimp # media

View File

@ -7,8 +7,8 @@ read -r curr </sys/class/power_supply/BAT1/current_now
w=$((volt*curr/1000000000000))
if [ "$stat" = "1" ]; then
echo "$cap%▴${w}W"
echo "🔌 $cap% ${w}W"
else
echo "$cap%▾${w}W"
echo "🔋 $cap% ${w}W"
[ "$cap" -lt "15" ] && exit 33
fi

View File

@ -0,0 +1,3 @@
#!/bin/sh
echo "🔈 100% 🎙 MUT"

View File

@ -13,4 +13,4 @@ export GPG_TTY=$(tty)
gpg-connect-agent updatestartuptty /bye >/dev/null
export EDITOR=vim
PS1='\u@\h:\w> '
PS1='\u@\h:\W> '

View File

@ -2,11 +2,10 @@ separator_block_width=15
command=~/.local/bin/i3blocks/$BLOCK_NAME.sh
[weather]
label=
label=
interval=3600
[battery]
label=⚡
interval=10
[volume]
@ -19,6 +18,7 @@ interval=once
signal=1
[time]
label=🕓
command=date +"%Y-%m-%dT%H:%M:%SZ"
interval=1

View File

@ -1,7 +1,7 @@
xkb_symbols "yz" {
include "ru(common)"
name[Group1]= "ru-yz";
name[Group1]= "RU-yz";
# functional
key.type = "ONE_LEVEL";

View File

@ -1,7 +1,7 @@
xkb_symbols "yz" {
include "us(colemak_dh)"
name[Group1]= "en-yz";
name[Group1]= "EN-yz";
# functional
key.type = "ONE_LEVEL";