Merge branch 'master' into attached-clients
This commit is contained in:
commit
e1ea232edc
2 changed files with 14 additions and 3 deletions
13
INSTALL.md
13
INSTALL.md
|
@ -215,6 +215,18 @@ Switch from default fahrenheit to celsius
|
||||||
set -g @dracula-show-fahrenheit false
|
set -g @dracula-show-fahrenheit false
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Set your location manually
|
||||||
|
|
||||||
|
```bash
|
||||||
|
set -g @dracula-fixed-location "Some City"
|
||||||
|
```
|
||||||
|
|
||||||
|
Hide your location
|
||||||
|
|
||||||
|
```bash
|
||||||
|
set -g @dracula-show-location false
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
#### attached-clients options
|
#### attached-clients options
|
||||||
|
|
||||||
|
@ -230,4 +242,3 @@ Set the label when there is one client, or more than one client
|
||||||
set -g @dracula-clients-singular client
|
set -g @dracula-clients-singular client
|
||||||
set -g @dracula-clients-plural clients
|
set -g @dracula-clients-plural clients
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -89,10 +89,10 @@ battery_status()
|
||||||
discharging|Discharging)
|
discharging|Discharging)
|
||||||
echo ''
|
echo ''
|
||||||
;;
|
;;
|
||||||
high)
|
high|Full)
|
||||||
echo ''
|
echo ''
|
||||||
;;
|
;;
|
||||||
charging)
|
charging|Charging)
|
||||||
echo 'AC'
|
echo 'AC'
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|
Loading…
Reference in a new issue