Reorder waybar
This commit is contained in:
parent
f0a8a36658
commit
90ad94366f
2 changed files with 5 additions and 4 deletions
|
@ -72,7 +72,7 @@
|
|||
|
||||
"pulseaudio": {
|
||||
"scroll-step": 1,
|
||||
"format": "{volume}% {icon} {format_source}",
|
||||
"format": "{icon} {format_source}",
|
||||
"format-bluetooth": "{volume}% {icon} {format_source}",
|
||||
"format-bluetooth-muted": "<span foreground='#f2594b'> {format_source}</span>",
|
||||
"format-muted": "<span foreground='#f2594b'></span> {format_source}",
|
||||
|
@ -108,9 +108,9 @@
|
|||
"warning": 35,
|
||||
"critical": 20
|
||||
},
|
||||
"format": "{capacity}% {icon}",
|
||||
"format-charging": "{capacity}% ",
|
||||
"format-plugged": "{capacity}% ",
|
||||
"format": "{icon} {capacity}%",
|
||||
"format-charging": " {capacity}%",
|
||||
"format-plugged": " {capacity}%",
|
||||
"format-icons": ["", "", "", "", ""]
|
||||
},
|
||||
}
|
||||
|
|
|
@ -93,6 +93,7 @@
|
|||
pkgs.bitwarden-cli # Bitwarden for rofi
|
||||
pkgs.bitwarden-menu # Bitwarden for rofi
|
||||
pkgs.pulsemixer # TUI Pipewire / volume management
|
||||
pkgs.calcurse # TUI Calendar app
|
||||
|
||||
# Themes
|
||||
pkgs.gruvbox-gtk-theme # Gruvbox Theme
|
||||
|
|
Loading…
Reference in a new issue