Skip to content

Commit

Permalink
Cleaning the output
Browse files Browse the repository at this point in the history
  • Loading branch information
anufrievroman committed Jun 7, 2024
1 parent feeaf9a commit 86578b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion waypaper/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
parser.add_argument("--fill", help=txt.msg_arg_fill, choices=FILL_OPTIONS)
parser.add_argument("--backend", help=txt.msg_arg_back, choices=BACKEND_OPTIONS)
args = parser.parse_args()
print(type(args))


def run():
Expand Down Expand Up @@ -78,3 +77,4 @@ def run():

if __name__ == "__main__":
run()

1 change: 1 addition & 0 deletions waypaper/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ def check_installed_backends() -> List[str]:
installed_backends.append(backend)
return installed_backends


def get_monitor_names_swww() -> List[str]:
"""Obtain the list of plugged monitors using swww daemon"""
connected_monitors: List[str] = []
Expand Down

0 comments on commit 86578b8

Please sign in to comment.