diff options
| author | jason | 2023-09-20 22:19:00 -0600 |
|---|---|---|
| committer | jason | 2023-09-20 22:19:00 -0600 |
| commit | 222f44975d669c978c412b3d3c2cd8d4573ac352 (patch) | |
| tree | e3373bde257bcbaabbfc690152e4fd06ab111fbe /sway | |
| parent | fd21e04cafe3d835c32b49545ee3692c7e062aac (diff) | |
| download | dotfiles-222f44975d669c978c412b3d3c2cd8d4573ac352.tar.gz dotfiles-222f44975d669c978c412b3d3c2cd8d4573ac352.zip | |
disable waybar mpd. not installed currently
Diffstat (limited to 'sway')
| -rw-r--r-- | sway/.config/waybar/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/.config/waybar/config b/sway/.config/waybar/config index 122cb0d..e5e428d 100644 --- a/sway/.config/waybar/config +++ b/sway/.config/waybar/config | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | // Choose the order of the modules | 6 | // Choose the order of the modules |
| 7 | "modules-left": ["sway/workspaces"], | 7 | "modules-left": ["sway/workspaces"], |
| 8 | //"modules-center": ["sway/window"], | 8 | //"modules-center": ["sway/window"], |
| 9 | "modules-center": ["mpd"], | 9 | "modules-center": [], |
| 10 | "modules-right": ["pulseaudio", "battery", "idle_inhibitor", "tray", "clock"], | 10 | "modules-right": ["pulseaudio", "battery", "idle_inhibitor", "tray", "clock"], |
| 11 | // "modules-right": ["mpd", "idle_inhibitor", "pulseaudio", "cpu", "memory", "temperature", "battery", "backlight", "clock", "tray"], | 11 | // "modules-right": ["mpd", "idle_inhibitor", "pulseaudio", "cpu", "memory", "temperature", "battery", "backlight", "clock", "tray"], |
| 12 | // Modules configuration | 12 | // Modules configuration |