From 0027d5fb86f54c9df47aa1e090c1a83527152310 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 28 Feb 2017 20:10:05 -0800 Subject: [PATCH] [Linux] Use better icons for battermon --- dotfiles/config/systemd/user/batterymon.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/config/systemd/user/batterymon.service b/dotfiles/config/systemd/user/batterymon.service index 1a452293..48646b99 100644 --- a/dotfiles/config/systemd/user/batterymon.service +++ b/dotfiles/config/systemd/user/batterymon.service @@ -5,7 +5,7 @@ After=taffybar.service [Service] Type=simple -ExecStart=/usr/bin/env batterymon +ExecStart=/usr/bin/env batterymon -t 24x24_wide -i 2 ExecStop=/usr/bin/pkill batterymon [Install]