From 67b14254de922d2b1b4dc40694597da09858bddd Mon Sep 17 00:00:00 2001 From: Johannes Rothe Date: Mon, 30 Aug 2021 19:12:40 +0200 Subject: [PATCH] Remove polybar, adapt i3 status bar capitalization --- roles/dotfiles/files/i3status_config | 14 +++++++------- roles/dotfiles/tasks/main.yml | 1 - 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/roles/dotfiles/files/i3status_config b/roles/dotfiles/files/i3status_config index d77a9d0..83e70a8 100644 --- a/roles/dotfiles/files/i3status_config +++ b/roles/dotfiles/files/i3status_config @@ -12,26 +12,26 @@ order += "memory" order += "tztime local" wireless _first_ { - format_up = "Wifi (%quality at %essid) %ip" - format_down = "Wifi down" + format_up = "%essid %quality %ip" + format_down = "wifi down" } ethernet _first_ { - format_up = "Eth %ip (%speed)" - format_down = "Eth down" + format_up = "eth %ip (%speed)" + format_down = "eth down" } battery all { - format = "Battery %status %percentage %remaining" + format = "battery %status %percentage %remaining" } load { - format = "Load %1min" + format = "load %1min" } memory { #format = "%used | %available" - format = "Mem %used" + format = "mem %used" threshold_degraded = "1G" format_degraded = "MEMORY < %available" } diff --git a/roles/dotfiles/tasks/main.yml b/roles/dotfiles/tasks/main.yml index f8995c3..218d5a3 100644 --- a/roles/dotfiles/tasks/main.yml +++ b/roles/dotfiles/tasks/main.yml @@ -18,7 +18,6 @@ - i3lock-fancy - keychain - pass - - polybar - python3-pylint-common - pulseaudio-utils # pactl volume control - rofi # dmenu replacement