Skip to content

Instantly share code, notes, and snippets.

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:
@ahmadraniri1994
ahmadraniri1994 / Install-slax-ke-hdd.txt
Last active May 23, 2022 13:29
Cara menginstall distro Slax ke hdd atau perangkat penyimpanan yang lain.
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.
@ahmadraniri1994
ahmadraniri1994 / oneline.config
Created December 23, 2021 03:42
Sfwbar Configuration for sway (lxpanel's mimic)
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"