renamed hl_error to utils and changed dependencies also initial commit for panel content that will replace the right side in panel.sh

This commit is contained in:
Sheppy
2017-02-24 17:08:06 +01:00
parent ecec279967
commit 61d9ea1fc7
4 changed files with 3 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ import sys
import os import os
import shlex import shlex
import psutil import psutil
from hl_error import error, shexec from hl_utils import error, shexec
out = shexec('xdpyinfo').split('\n') out = shexec('xdpyinfo').split('\n')

View File

@@ -2,7 +2,7 @@
import os import os
import sys import sys
import time import time
from hl_error import error, is_cip, shexec, color_remove from hl_utils import error, is_cip, shexec, color_remove
#Druckerguthaben #Druckerguthaben
if is_cip(): if is_cip():

1
herbstluftwm/panel_content.py Executable file
View File

@@ -0,0 +1 @@
import hl_utils