[qtile] switched to dark, gruvbox alike, theme
This commit is contained in:
parent
e7eb58c177
commit
6e9cb1d83f
1 changed files with 11 additions and 6 deletions
|
@ -127,7 +127,7 @@ widget_defaults = dict(
|
||||||
font='Iosevka Semibold',
|
font='Iosevka Semibold',
|
||||||
fontsize=14,
|
fontsize=14,
|
||||||
padding=3,
|
padding=3,
|
||||||
foreground="3c3836",
|
foreground="ebdbb2",
|
||||||
)
|
)
|
||||||
extension_defaults = widget_defaults.copy()
|
extension_defaults = widget_defaults.copy()
|
||||||
|
|
||||||
|
@ -136,7 +136,7 @@ screens = [
|
||||||
top=bar.Bar(
|
top=bar.Bar(
|
||||||
[
|
[
|
||||||
widget.GroupBox(
|
widget.GroupBox(
|
||||||
active="3c3836",
|
active="ebdbb2",
|
||||||
inactive="928374",
|
inactive="928374",
|
||||||
this_screen_border="458588",
|
this_screen_border="458588",
|
||||||
urgent_border="cc241d",
|
urgent_border="cc241d",
|
||||||
|
@ -153,6 +153,7 @@ screens = [
|
||||||
),
|
),
|
||||||
widget.CurrentLayout(
|
widget.CurrentLayout(
|
||||||
background="689d6a",
|
background="689d6a",
|
||||||
|
foreground="282828",
|
||||||
),
|
),
|
||||||
widget.TextBox(
|
widget.TextBox(
|
||||||
text='🞀',
|
text='🞀',
|
||||||
|
@ -162,7 +163,8 @@ screens = [
|
||||||
padding=-2,
|
padding=-2,
|
||||||
),
|
),
|
||||||
widget.Volume(
|
widget.Volume(
|
||||||
background="b16268"
|
background="b16268",
|
||||||
|
foreground="282828",
|
||||||
),
|
),
|
||||||
widget.TextBox(
|
widget.TextBox(
|
||||||
text='🞀',
|
text='🞀',
|
||||||
|
@ -173,6 +175,7 @@ screens = [
|
||||||
),
|
),
|
||||||
widget.Battery(
|
widget.Battery(
|
||||||
background="458588",
|
background="458588",
|
||||||
|
foreground="282828",
|
||||||
format='{char} {percent:2.0%} {hour:d}:{min:02d}',
|
format='{char} {percent:2.0%} {hour:d}:{min:02d}',
|
||||||
),
|
),
|
||||||
widget.TextBox(
|
widget.TextBox(
|
||||||
|
@ -184,7 +187,8 @@ screens = [
|
||||||
),
|
),
|
||||||
widget.Backlight(
|
widget.Backlight(
|
||||||
backlight_name="intel_backlight",
|
backlight_name="intel_backlight",
|
||||||
background="d79921"
|
background="d79921",
|
||||||
|
foreground="282828",
|
||||||
),
|
),
|
||||||
widget.TextBox(
|
widget.TextBox(
|
||||||
text='🞀',
|
text='🞀',
|
||||||
|
@ -196,18 +200,19 @@ screens = [
|
||||||
widget.Clock(
|
widget.Clock(
|
||||||
format='%Y-%m-%d %H:%M',
|
format='%Y-%m-%d %H:%M',
|
||||||
background="98971a",
|
background="98971a",
|
||||||
|
foreground="282828",
|
||||||
),
|
),
|
||||||
widget.TextBox(
|
widget.TextBox(
|
||||||
text='🞀',
|
text='🞀',
|
||||||
fontsize="35",
|
fontsize="35",
|
||||||
foreground="fbf1c7",
|
foreground="282828",
|
||||||
background="98971a",
|
background="98971a",
|
||||||
padding=-2,
|
padding=-2,
|
||||||
),
|
),
|
||||||
widget.Systray(),
|
widget.Systray(),
|
||||||
],
|
],
|
||||||
24,
|
24,
|
||||||
background="#fbf1c7",
|
background="#282828",
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue