mirror of
https://github.com/arnaucube/configs.git
synced 2026-02-10 12:36:42 +01:00
- bin/screens: line to fix touchscreen rotation - add zathura config file (zathurarc) - nixos: - rearrange config files reusing most of configs in common-configuration.nix - add chuwi-configuration.nix
7 lines
180 B
Bash
Executable File
7 lines
180 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
current_time=$(date +"%H:%M")
|
|
battery_level=$(cat "/sys/class/power_supply/BAT0/capacity")
|
|
|
|
echo "timeatlock $current_time h, Battery level: $battery_level %"
|