mirror of
https://gitlab.com/manzerbredes/i3-colors.git
synced 2025-04-10 08:20:28 +00:00
9 lines
183 B
Bash
9 lines
183 B
Bash
![]() |
#!/bin/bash
|
||
|
|
||
|
wai=$(dirname $(readlink -f $0))
|
||
|
source "${wai}/include.sh"
|
||
|
|
||
|
##### Test apply on theme with no variables
|
||
|
$exec apply -d ${data}/google ${data}/config-brackets-same-line
|
||
|
|