From 56cea129e5737b2dcd1f999266e6f0b8a34fe550 Mon Sep 17 00:00:00 2001 From: Siarhei Siniak Date: Fri, 10 Jun 2022 11:50:00 +0300 Subject: [PATCH] [~] Refactor --- dotfiles/.local/bin/commands | 2 +- dotfiles/.sway/config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dotfiles/.local/bin/commands b/dotfiles/.local/bin/commands index bc765e7..da13573 100755 --- a/dotfiles/.local/bin/commands +++ b/dotfiles/.local/bin/commands @@ -1,4 +1,4 @@ -#!env python3 +#!/usr/bin/env python3 import os import json import traceback diff --git a/dotfiles/.sway/config b/dotfiles/.sway/config index fee91ab..3177d4d 100644 --- a/dotfiles/.sway/config +++ b/dotfiles/.sway/config @@ -217,7 +217,7 @@ bar { # When the status_command prints a new line to stdout, swaybar updates. # The default just shows the current date and time. - status_command while true; commands status; do sleep 1; done + status_command while true; do commands status; sleep 1; done colors { statusline #ffffff