This commit is contained in:
Stephan Raabe
2023-03-03 14:58:12 +01:00
parent 53d13c6c30
commit 670097639c
4 changed files with 18 additions and 5 deletions
Binary file not shown.
+15 -3
View File
@@ -73,8 +73,8 @@ platform = int(os.popen("cat /sys/class/dmi/id/chassis_type").read())
# Set default apps
# --------------------------------------------------------
terminal = guess_terminal(terminal)
browser = "chromium"
# terminal = guess_terminal(terminal)
browser = "brave"
# --------------------------------------------------------
# KEYBINDINGS
@@ -262,6 +262,18 @@ widget_list = [
text='|',
foreground=ColorC,
),
widget.Memory(
measure_mem='G',
format="{MemUsed:.0f}{mm} ({MemTotal:.0f}{mm})"
),
widget.DF(
visible_on_warn=False,
format="{p} {uf}{m} ({r:.0f}%)"
),
widget.TextBox(
text='|',
foreground=ColorC,
),
widget.Battery(),
widget.TextBox(
text='|',
@@ -283,7 +295,7 @@ widget_list = [
]
if (platform == 3):
del widget_list[7:9]
del widget_list[10:12]
# --------------------------------------------------------
# Screens