This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 patch for repository https://hub.darcs.net/raichoo/hikari: | |
patch bc1727d6444f21c0fb952e8c853d5110b5602403 | |
Author: [email protected] | |
Date: Fri Dec 17 20:14:29 CET 2021 | |
* prevent gtk4 application from crashing hikari | |
New patches: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Install distro slax (debian-based) ke HDD. | |
Bios legacy dan tipe partisi : MBR. | |
Persiapan : | |
- Satu partisi untuk root (/). | |
- Satu partisi untuk swap (opsional). | |
1. Boot ISO slax. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
scanner { | |
# Get total and remaining battery charge | |
# create a ordinary text file contains total battery's capacity, "100" will do. | |
file("/home/ahmad/bin/isi") { | |
BatteryTotal = Grab(Sum) | |
} | |
file("/sys/class/power_supply/BAT0/capacity") { | |
BatteryLeft = Grab(Sum) | |
} | |
# create executable file (text file and chmod it) contains a command "pamixer --get-volume" |