Skip to content

Commit

Permalink
feat: some logging
Browse files Browse the repository at this point in the history
  • Loading branch information
loqusion committed Dec 14, 2023
1 parent 93677c4 commit d2d7303
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/hyprshade/shader/core.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from __future__ import annotations

import logging
from glob import iglob
from os import path
from typing import Final
Expand Down Expand Up @@ -95,6 +96,7 @@ def dirname(self) -> str:

def on(self) -> None:
path_ = self._resolve_path()
logging.debug(f"Turning on shader '{self._name}' at '{path_}'")
hyprctl.set_screen_shader(path_)

@staticmethod
Expand Down

0 comments on commit d2d7303

Please sign in to comment.