wip
This commit is contained in:
parent
e580d8debe
commit
45f1f3aa35
@ -6,7 +6,7 @@ PACKAGES=(
|
|||||||
|
|
||||||
# system
|
# system
|
||||||
linux base linux-firmware lvm2 sudo polkit # base
|
linux base linux-firmware lvm2 sudo polkit # base
|
||||||
pulseaudio pamixer networkmanager # system
|
pulseaudio networkmanager # system
|
||||||
openssh man-db restic htop # admin utils
|
openssh man-db restic htop # admin utils
|
||||||
|
|
||||||
# cli programs
|
# cli programs
|
||||||
@ -21,7 +21,7 @@ PACKAGES=(
|
|||||||
greetd sway swaybg swayidle xorg-xwayland # basic
|
greetd sway swaybg swayidle xorg-xwayland # basic
|
||||||
foot bemenu-wayland i3blocks mako libnotify # terminals, ui
|
foot bemenu-wayland i3blocks mako libnotify # terminals, ui
|
||||||
wev wl-clipboard wtype slurp grim # interaction
|
wev wl-clipboard wtype slurp grim # interaction
|
||||||
ttf-roboto ttf-roboto-mono # fonts
|
ttf-roboto ttf-roboto-mono ttf-font-awesome # fonts
|
||||||
|
|
||||||
# gui apps
|
# gui apps
|
||||||
imv mpv gimp # media
|
imv mpv gimp # media
|
||||||
|
@ -7,8 +7,8 @@ read -r curr </sys/class/power_supply/BAT1/current_now
|
|||||||
|
|
||||||
w=$((volt*curr/1000000000000))
|
w=$((volt*curr/1000000000000))
|
||||||
if [ "$stat" = "1" ]; then
|
if [ "$stat" = "1" ]; then
|
||||||
echo "$cap%▴${w}W"
|
echo "🔌 $cap% ${w}W"
|
||||||
else
|
else
|
||||||
echo "$cap%▾${w}W"
|
echo "🔋 $cap% ${w}W"
|
||||||
[ "$cap" -lt "15" ] && exit 33
|
[ "$cap" -lt "15" ] && exit 33
|
||||||
fi
|
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
|
gpg-connect-agent updatestartuptty /bye >/dev/null
|
||||||
|
|
||||||
export EDITOR=vim
|
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
|
command=~/.local/bin/i3blocks/$BLOCK_NAME.sh
|
||||||
|
|
||||||
[weather]
|
[weather]
|
||||||
label=☀
|
label=⛅
|
||||||
interval=3600
|
interval=3600
|
||||||
|
|
||||||
[battery]
|
[battery]
|
||||||
label=⚡
|
|
||||||
interval=10
|
interval=10
|
||||||
|
|
||||||
[volume]
|
[volume]
|
||||||
@ -19,6 +18,7 @@ interval=once
|
|||||||
signal=1
|
signal=1
|
||||||
|
|
||||||
[time]
|
[time]
|
||||||
|
label=🕓
|
||||||
command=date +"%Y-%m-%dT%H:%M:%SZ"
|
command=date +"%Y-%m-%dT%H:%M:%SZ"
|
||||||
interval=1
|
interval=1
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
xkb_symbols "yz" {
|
xkb_symbols "yz" {
|
||||||
|
|
||||||
include "ru(common)"
|
include "ru(common)"
|
||||||
name[Group1]= "ru-yz";
|
name[Group1]= "RU-yz";
|
||||||
|
|
||||||
# functional
|
# functional
|
||||||
key.type = "ONE_LEVEL";
|
key.type = "ONE_LEVEL";
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
xkb_symbols "yz" {
|
xkb_symbols "yz" {
|
||||||
|
|
||||||
include "us(colemak_dh)"
|
include "us(colemak_dh)"
|
||||||
name[Group1]= "en-yz";
|
name[Group1]= "EN-yz";
|
||||||
|
|
||||||
# functional
|
# functional
|
||||||
key.type = "ONE_LEVEL";
|
key.type = "ONE_LEVEL";
|
||||||
|
Loading…
Reference in New Issue
Block a user