mirror of
https://github.com/FAUSheppy/config
synced 2025-12-06 15:11:35 +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 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')
|
||||||
|
|
||||||
|
|||||||
@@ -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
1
herbstluftwm/panel_content.py
Executable file
@@ -0,0 +1 @@
|
|||||||
|
import hl_utils
|
||||||
Reference in New Issue
Block a user