gg
This commit is contained in:
@@ -18,7 +18,7 @@ bottom = false
|
|||||||
line-size = 3
|
line-size = 3
|
||||||
;locale = tr_TR.UTF-8
|
;locale = tr_TR.UTF-8
|
||||||
|
|
||||||
width = 99.4%
|
width = 99.5%
|
||||||
height = 20
|
height = 20
|
||||||
offset-x = 4
|
offset-x = 4
|
||||||
offset-y = 3
|
offset-y = 3
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
pushd /home/synchronous/nix-cfg
|
pushd /home/synchronous/nix-cfg
|
||||||
|
|
||||||
# Early return if no changes were detected (thanks @singiamtel!)
|
# Early return if no changes were detected (thanks @singiamtel!)
|
||||||
# git --git-dir /home/synchronous/nix-cfg/.git add .
|
git --git-dir /home/synchronous/nix-cfg/.git add .
|
||||||
if git --git-dir /home/synchronous/nix-cfg/.git diff --quiet; then
|
if git --git-dir /home/synchronous/nix-cfg/.git diff --quiet; then
|
||||||
echo "No changes detected, exiting."
|
echo "No changes detected, exiting."
|
||||||
popd
|
popd
|
||||||
@@ -23,7 +23,7 @@ alejandra . &>/dev/null \
|
|||||||
|
|
||||||
# Shows your changes
|
# Shows your changes
|
||||||
|
|
||||||
git --git-dir /home/synchronous/nix-cfg/.git add .
|
# git --git-dir /home/synchronous/nix-cfg/.git add .
|
||||||
git --git-dir /home/synchronous/nix-cfg/.git --no-pager diff -U0
|
git --git-dir /home/synchronous/nix-cfg/.git --no-pager diff -U0
|
||||||
# '*.nix'
|
# '*.nix'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user