mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-20 18:54:39 +10:00
Pushing example xmonad configs.
This commit is contained in:
@@ -400,44 +400,44 @@ def init_widgets_list():
|
||||
padding=0,
|
||||
fontsize=37
|
||||
),
|
||||
widget.TextBox(
|
||||
text=" ₿",
|
||||
padding = 0,
|
||||
foreground=colors[2],
|
||||
background=colors[4],
|
||||
fontsize=12
|
||||
),
|
||||
widget.BitcoinTicker(
|
||||
foreground=colors[2],
|
||||
background=colors[4],
|
||||
padding = 5
|
||||
),
|
||||
widget.TextBox(
|
||||
text='',
|
||||
background = colors[4],
|
||||
foreground = colors[5],
|
||||
padding=0,
|
||||
fontsize=37
|
||||
),
|
||||
widget.TextBox(
|
||||
text=" 🌡",
|
||||
padding = 2,
|
||||
foreground=colors[2],
|
||||
background=colors[5],
|
||||
fontsize=11
|
||||
),
|
||||
widget.ThermalSensor(
|
||||
foreground=colors[2],
|
||||
background=colors[5],
|
||||
padding = 5
|
||||
),
|
||||
widget.TextBox(
|
||||
text='',
|
||||
background = colors[5],
|
||||
foreground = colors[4],
|
||||
padding=0,
|
||||
fontsize=37
|
||||
),
|
||||
widget.TextBox(
|
||||
text=" ₿",
|
||||
padding = 0,
|
||||
foreground=colors[2],
|
||||
background=colors[4],
|
||||
fontsize=12
|
||||
),
|
||||
widget.BitcoinTicker(
|
||||
foreground=colors[2],
|
||||
background=colors[4],
|
||||
padding = 5
|
||||
),
|
||||
widget.TextBox(
|
||||
text='',
|
||||
background = colors[4],
|
||||
foreground = colors[5],
|
||||
padding=0,
|
||||
fontsize=37
|
||||
),
|
||||
widget.TextBox(
|
||||
text=" 🌡",
|
||||
padding = 2,
|
||||
foreground=colors[2],
|
||||
background=colors[5],
|
||||
fontsize=11
|
||||
),
|
||||
widget.ThermalSensor(
|
||||
foreground=colors[2],
|
||||
background=colors[5],
|
||||
padding = 5
|
||||
),
|
||||
widget.TextBox(
|
||||
text='',
|
||||
background = colors[5],
|
||||
foreground = colors[4],
|
||||
padding=0,
|
||||
fontsize=37
|
||||
),
|
||||
widget.TextBox(
|
||||
text=" ⟳",
|
||||
padding = 2,
|
||||
|
||||
Reference in New Issue
Block a user