First test of i3status-rust

This commit is contained in:
2022-12-15 22:31:50 +01:00
parent 1e5719c94c
commit 5792877f25
3 changed files with 91 additions and 5 deletions

View File

@@ -337,13 +337,11 @@ bindsym $mod+space exec --no-startup-id $scriptdir/pa-volume mute-toggle-mic
##############################################################################
### BARS #######################################################################
################################################################################
#
bar {
mode dock
position bottom
#tray_output HDMI3
tray_output primary
tray_padding 2
@@ -373,6 +371,5 @@ bar {
binding_mode #272822 #e5b567 #272822
}
i3bar_command i3bar
status_command py3status --standalone --dbus-notify -c ~/.i3/i3status.conf
status_command i3status-rs ~/.i3/i3status-rs.toml
}