make nyxt sleeker
This commit is contained in:
parent
72b6c49e94
commit
c5d884ccb5
10 changed files with 247 additions and 109 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue