commit 57cc8e645936912dc31bb69e4f793e7ab7bcb8f1 parent f600db883d4f9ad561a463c99f26d445f777e6c4 Author: minerva-jupiter <ryouturn@gmail.com> Date: Tue, 3 Mar 2026 06:56:27 -0600 volume 2 % Diffstat:
| M | config | | | 8 | ++++++-- |
| M | config.d/bar | | | 2 | +- |
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/config b/config @@ -1,3 +1,7 @@ +# Required +# - i3status-rs `cargo install i3status-rs` +# - pipewire `sudo apt install pipewire alsa-base alsa-utils pipewire-alsa` + ### Variables # set $mod Mod1 @@ -212,8 +216,8 @@ bindsym $mod+r mode "resize" # # Special keys to adjust volume via PulseAudio bindsym --locked XF86AudioMute exec wpctl set-mute \@DEFAULT_SINK@ toggle - bindsym --locked XF86AudioLowerVolume exec wpctl set-volume \@DEFAULT_SINK@ -5% - bindsym --locked XF86AudioRaiseVolume exec wpctl set-volume \@DEFAULT_SINK@ +5% + bindsym --locked XF86AudioLowerVolume exec wpctl set-volume \@DEFAULT_SINK@ 2%- + bindsym --locked XF86AudioRaiseVolume exec wpctl set-volume \@DEFAULT_SINK@ 2%+ # Special keys to adjust brightness via brightnessctl bindsym --locked XF86MonBrightnessDown exec brightnessctl set 5%- bindsym --locked XF86MonBrightnessUp exec brightnessctl set 5%+ diff --git a/config.d/bar b/config.d/bar @@ -1,6 +1,6 @@ bar { position bottom - status_command while date +'%Y-%m-%d %X'; do sleep 1; done + status_command i3status-rs ~/.config/i3status-rs/i3status-rs.toml colors { background #1e1e1e