mirror of
https://github.com/FAUSheppy/config
synced 2025-12-06 07:01:36 +01:00
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:
@@ -6,7 +6,7 @@ import sys
|
||||
import os
|
||||
import shlex
|
||||
import psutil
|
||||
from hl_error import error, shexec
|
||||
from hl_utils import error, shexec
|
||||
|
||||
out = shexec('xdpyinfo').split('\n')
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
import os
|
||||
import sys
|
||||
import time
|
||||
from hl_error import error, is_cip, shexec, color_remove
|
||||
from hl_utils import error, is_cip, shexec, color_remove
|
||||
|
||||
#Druckerguthaben
|
||||
if is_cip():
|
||||
|
||||
1
herbstluftwm/panel_content.py
Executable file
1
herbstluftwm/panel_content.py
Executable file
@@ -0,0 +1 @@
|
||||
import hl_utils
|
||||
Reference in New Issue
Block a user