diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-08-29 16:14:26 +0300 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-08-29 16:14:26 +0300 |
| commit | ddc64ad7284110df617bd97e97580ff65eab6d7c (patch) | |
| tree | cde21fe78cf065ebe9e595766aa4ed5e8792da88 /.config/tint2 | |
| parent | da4d9b3a30210c7027494bccd505c6d5ffef9c5c (diff) | |
| download | dotfiles-ddc64ad7284110df617bd97e97580ff65eab6d7c.tar dotfiles-ddc64ad7284110df617bd97e97580ff65eab6d7c.tar.gz dotfiles-ddc64ad7284110df617bd97e97580ff65eab6d7c.zip | |
Made battery check delay longer
Diffstat (limited to '.config/tint2')
| -rw-r--r-- | .config/tint2/tint2rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/tint2/tint2rc b/.config/tint2/tint2rc index 4e452e4..dc9e3a9 100644 --- a/.config/tint2/tint2rc +++ b/.config/tint2/tint2rc @@ -1,4 +1,4 @@ -#---- Generated by tint2conf c756 ---- +#---- Generated by tint2conf e638 ---- # See https://gitlab.com/o9000/tint2/wikis/Configure for # full documentation of the configuration options. #------------------------------------- @@ -255,7 +255,7 @@ execp_icon_h = 0 # Executor 2 execp = new execp_command = /home/kamen/battery-status.sh -execp_interval = 1 +execp_interval = 10 execp_has_icon = 0 execp_cache_icon = 1 execp_continuous = 1 |
