fixed some issues with the bottom bar, added wayshell dependencies and moved the screenshot.state file
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
target=$1
|
||||
state_file=$HOME/.config/sdgos/wayshell/screenshot.state
|
||||
state_file=$HOME/.config/screenshot.state
|
||||
|
||||
if [ ! -f "$state_file" ]; then
|
||||
mkdir -p "$(dirname "$state_file")"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
state_file=$HOME/.config/sdgos/wayshell/screenshot.state
|
||||
state_file=$HOME/.config/screenshot.state
|
||||
|
||||
if [ ! -f "$state_file" ]; then
|
||||
mkdir -p "$(dirname "$state_file")"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
state_file=$HOME/.config/sdgos/wayshell/screenshot.state
|
||||
state_file=$HOME/.config/screenshot.state
|
||||
|
||||
icon=""
|
||||
if [ -f "$state_file" ]; then
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
state_file=$HOME/.config/sdgos/wayshell/screenshot.state
|
||||
state_file=$HOME/.config/screenshot.state
|
||||
|
||||
if [ ! -f "$state_file" ]; then
|
||||
mkdir -p "$(dirname "$state_file")"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
state_file=$HOME/.config/sdgos/wayshell/screenshot.state
|
||||
state_file=$HOME/.config/screenshot.state
|
||||
|
||||
tooltip="Settings"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user