First mostly working version of the config
This commit is contained in:
@@ -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-)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
if [[ $# != 1 ]]; then
|
||||
echo "Usage: $0 <brightness percentage>"
|
||||
|
||||
Reference in New Issue
Block a user