remove hyprland junk
This commit is contained in:
parent
f7066a383a
commit
d72878d820
9 changed files with 2 additions and 2216 deletions
|
@ -7,8 +7,6 @@ DESKTOP = os.getenv('XDG_CURRENT_DESKTOP')
|
|||
|
||||
if DESKTOP == 'i3' or DESKTOP == 'sway':
|
||||
STATE_DIR = '{}.{}'.format(os.getenv('I3SOCK'), 'ptray')
|
||||
elif DESKTOP == "hyprland":
|
||||
STATE_DIR = '{}/{}.ptray'.format(os.getenv("XDG_RUNTIME_DIR"), os.getenv("HYPRLAND_INSTANCE_SIGNATURE"))
|
||||
else:
|
||||
raise ValueError('Unsupported value of XDG_CURRENT_DESKTOP: {}'.format(DESKTOP))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue