diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-08-22 10:25:56 +0300 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-08-22 10:25:56 +0300 |
| commit | d6a8b96322f46e22b81cad00241f45450cfb73a0 (patch) | |
| tree | d049bf4f57962319a62d421a281917f3517910fa /.config | |
| parent | b7c5168e977b38cd360f9894200cc26f282aba30 (diff) | |
| download | dotfiles-d6a8b96322f46e22b81cad00241f45450cfb73a0.tar dotfiles-d6a8b96322f46e22b81cad00241f45450cfb73a0.tar.gz dotfiles-d6a8b96322f46e22b81cad00241f45450cfb73a0.zip | |
Updated battery notifications functionality
Diffstat (limited to '.config')
| -rw-r--r-- | .config/dunst/dunstrc | 2 | ||||
| -rw-r--r-- | .config/tint2/tint2rc | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index c72c1a2..5411a22 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -343,7 +343,7 @@ [urgency_critical] background = "#c35b5b" foreground = "#ffffff" - timeout = 30 + timeout = 120 # Icon for notifications with critical urgency, uncomment to enable #icon = /path/to/icon diff --git a/.config/tint2/tint2rc b/.config/tint2/tint2rc index 1869b54..4e452e4 100644 --- a/.config/tint2/tint2rc +++ b/.config/tint2/tint2rc @@ -1,4 +1,4 @@ -#---- Generated by tint2conf 512e ---- +#---- Generated by tint2conf c756 ---- # See https://gitlab.com/o9000/tint2/wikis/Configure for # full documentation of the configuration options. #------------------------------------- @@ -182,8 +182,8 @@ clock_dwheel_command = #------------------------------------- # Battery battery_tooltip = 1 -battery_low_status = 10 -battery_low_cmd = notify-send -u critical -i battery-low 'Battery low!' +battery_low_status = 0 +battery_low_cmd = battery_full_cmd = bat1_font = sans 10 bat2_font = sans 6 @@ -198,8 +198,8 @@ battery_rclick_command = battery_mclick_command = battery_uwheel_command = battery_dwheel_command = -ac_connected_cmd = -ac_disconnected_cmd = +ac_connected_cmd = notify-send -u low -i ac-adapter 'AC Connected' +ac_disconnected_cmd = notify-send -u low -i battery 'AC Disconnected' #------------------------------------- # Separator 1 |
