From 96267bef2b23473c930035c921bd6adba3ca7104 Mon Sep 17 00:00:00 2001 From: guusvanmeerveld Date: Fri, 22 Apr 2022 15:12:52 +0200 Subject: [PATCH] Added vim to install scripts --- applications.conf.yaml | 1 + config/polybar/modules/status | 20 ++++++++----- dotfiles | 4 +-- install_scripts/install-applications | 8 ++++- yay | 44 ++++++++++++++++++++++++++++ 5 files changed, 66 insertions(+), 11 deletions(-) create mode 100644 yay diff --git a/applications.conf.yaml b/applications.conf.yaml index 63059c6..d9946d4 100644 --- a/applications.conf.yaml +++ b/applications.conf.yaml @@ -12,6 +12,7 @@ - spotifyd - neovim + - python-pynvim - flameshot diff --git a/config/polybar/modules/status b/config/polybar/modules/status index 79f335b..a8162ce 100644 --- a/config/polybar/modules/status +++ b/config/polybar/modules/status @@ -1,18 +1,22 @@ [module/battery] type = internal/battery -battery = BAT0 -adapter = ADP1 +battery = BAT1 +adapter = ACAD full-at = 100 -format-charging-background = ${colors.tertiary} format-charging = -format-discharging-background = ${colors.secondary} -format-discharging = +format-discharging = -label-charging = %percentage% +label-charging = %percentage%% -label-discharging = %percentage% +label-discharging = %percentage%% + +ramp-capacity-0 =  +ramp-capacity-1 =  +ramp-capacity-2 =  +ramp-capacity-3 =  +ramp-capacity-4 =  [module/temperature] type = internal/temperature @@ -60,4 +64,4 @@ date = %a %e %b label = %date% %time% -format =