First mostly working version of the config

This commit is contained in:
Random936
2024-05-17 21:13:48 -07:00
parent 726f7fdf44
commit 987b94bf5d
10 changed files with 61 additions and 19 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
for file in $HOME/.config/autostart/*; do
exec_line=$(cat "$file" | grep '^Exec' | cut -d '=' -f2-)

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
if [[ $# != 1 ]]; then
echo "Usage: $0 <brightness percentage>"