David Blume's GitList
Repositories
dotfiles.git
Code
Commits
Branches
Tags
Search
Tree:
f01f120
Branches
Tags
main
pathogen
remove-vim-airline
vim-airline-disabled
vim-powerline
dotfiles.git
.config
i3status
config
Add volume to i3 status bar
dblume
commited
f01f120
at 2023-11-27 08:47:47
config
Blame
History
Raw
# i3status configuration file. # see "man i3status" for documentation. # It is important that this file is edited as UTF-8. # The following line should contain a sharp s: # ß # If the above line is not correctly displayed, fix your editor first! general { colors = true interval = 5 } #order += "ipv6" order += "wireless _first_" order += "volume master" #order += "ethernet _first_" order += "battery all" #order += "disk /" order += "load" #order += "memory" order += "tztime local" wireless _first_ { # format_up = ": (%quality at %essid) %ip" format_up = " %quality %ip" format_down = ": down" } ethernet _first_ { format_up = "E: %ip (%speed)" format_down = "E: down" } volume master { format = "♪: %volume" format_muted = "♪: muted (%volume)" device = "default" mixer = "Master" mixer_idx = 0 } battery all { format = " %status %percentage %remaining" } disk "/" { format = "%avail" } load { #format = " %1min" format = " %1min" } memory { format = "%used | %available" threshold_degraded = "1G" format_degraded = "MEMORY < %available" } tztime local { format = " %Y-%m-%d %H:%M" }