swaydots

my dotfiles
git clone https://git.awy.one/swaydots.git
Log | Files | Refs | README | LICENSE

commit 998f8d3ab2d99580bf2c9782446cab2a610d1c69
parent 01437ecbc5b3f7588cd4661e78f2cc7607642f84
Author: awy <awy@awy.one>
Date:   Wed, 11 Jun 2025 23:19:04 +0300

modules

Diffstat:
M.config/i3blocks/config | 28++++++++++++++++++++++++----
M.config/sway/config | 2+-
2 files changed, 25 insertions(+), 5 deletions(-)

diff --git a/.config/i3blocks/config b/.config/i3blocks/config @@ -28,10 +28,25 @@ command=sb-torrent interval=20 signal=7 -[memory] -command=sb-memory -interval=10 -signal=14 +#[memory] +#command=sb-memory +#interval=10 +#signal=14 + +#[cpu] +#command=sb-cpu +#interval=10 +#signal=18 + +#[moonphase] +#command=sb-moonphase +#interval=18000 +#signal=17 + +#[doppler] +#command=sb-doppler +#interval=once +#signal=13 [weather] command=sb-forecast @@ -58,6 +73,11 @@ command=sb-volume interval=5 signal=10 +[battery] +command=sb-battery +interval=5 +signal=3 + [clock] command=sb-clock interval=60 diff --git a/.config/sway/config b/.config/sway/config @@ -96,7 +96,7 @@ bindsym $mod+f1 exec singboxwrap menu bindsym $mod+f4 exec '$term -e pulsemixer; kill -44 $(pidof i3blocks)' bindsym $mod+f6 exec torwrap bindsym $mod+f7 exec td-toggle -bindsym $mod+f8 exec mailsync +bindsym $mod+f8 exec mailup bindsym $mod+f9 exec mounter bindsym $mod+f10 exec unmounter bindsym Print exec 'grim pic-full-$(date '+%y%m%d-%H%M-%S').png'