move config directories into repo

This commit is contained in:
2024-03-15 11:06:26 +00:00
parent eb71181096
commit 349bdde402
178 changed files with 11479 additions and 9 deletions
+10
View File
@@ -0,0 +1,10 @@
#!/usr/bin/env python
import os
stream = os.popen("brightnessctl -m")
output = stream.read()
perc = output.split(',')[3]
print(perc)