wip
This commit is contained in:
parent
e580d8debe
commit
45f1f3aa35
@ -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
|
||||
|
@ -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
|
||||
|
3
arch-user/bin/i3blocks/volume.sh
Normal file
3
arch-user/bin/i3blocks/volume.sh
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
echo "🔈 100% 🎙 MUT"
|
||||
|
@ -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> '
|
||||
|
@ -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
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
xkb_symbols "yz" {
|
||||
|
||||
include "ru(common)"
|
||||
name[Group1]= "ru-yz";
|
||||
name[Group1]= "RU-yz";
|
||||
|
||||
# functional
|
||||
key.type = "ONE_LEVEL";
|
||||
|
@ -1,7 +1,7 @@
|
||||
xkb_symbols "yz" {
|
||||
|
||||
include "us(colemak_dh)"
|
||||
name[Group1]= "en-yz";
|
||||
name[Group1]= "EN-yz";
|
||||
|
||||
# functional
|
||||
key.type = "ONE_LEVEL";
|
||||
|
Loading…
Reference in New Issue
Block a user