make nyxt sleeker

This commit is contained in:
Chris Cochrun 2021-09-25 06:59:26 -05:00
parent 72b6c49e94
commit c5d884ccb5
10 changed files with 247 additions and 109 deletions

View file

@ -1,7 +1,7 @@
#!/bin/sh
#!/bin/bash
# Check to see if nyxt is running
if [ -n $(pgrep -c nyxt) ]; then
if pgrep -x nyxt > /dev/null; then
echo running
if [ $XDG_SESSION_TYPE = "x11" ]; then