changed colorscheme and font for other applications
This commit is contained in:
@@ -36,14 +36,16 @@ def Left_widgets(size,fontsize,prompt=False):
|
||||
return [
|
||||
widget.CurrentLayoutIcon(),
|
||||
*powerline_arrow('r',base_color,blue_color,size),
|
||||
widget.Image(
|
||||
filename='~/.config/qtile/icons/archlinux-logo-small.png',
|
||||
widget.TextBox(
|
||||
text='',
|
||||
foreground=dark_foreground_color,
|
||||
fontsize=fontsize+14,
|
||||
margin=5,
|
||||
background=blue_color
|
||||
),
|
||||
*powerline_arrow('r',blue_color,base_color,size),
|
||||
widget.GroupBox(
|
||||
fontsize=fontsize,
|
||||
fontsize=fontsize+10,
|
||||
rounded=False,
|
||||
active=light_foreground_color,
|
||||
inactive=dark_foreground_color,
|
||||
@@ -80,7 +82,7 @@ def volume_widget(prev_color,color,size,fontsize):
|
||||
foreground=dark_foreground_color,
|
||||
background=color,
|
||||
emoji=True,
|
||||
fontsize=fontsize,
|
||||
fontsize=fontsize + 6,
|
||||
),
|
||||
Mic(
|
||||
foreground=dark_foreground_color,
|
||||
@@ -254,4 +256,4 @@ def Laptop_widgets(prev_color,last_color,size,fontsize):
|
||||
mouse_callbacks = launch_htop,
|
||||
),
|
||||
]
|
||||
#endregion
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user