nvim config edits, rename 'old_configs' -> 'non-nix_configs'
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
import os
|
||||
|
||||
stream = os.popen("brightnessctl -m")
|
||||
output = stream.read()
|
||||
|
||||
perc = output.split(',')[3]
|
||||
|
||||
print(perc)
|
||||
Reference in New Issue
Block a user