Dotfiles config update (2022-04-24)

This commit is contained in:
q3aql 2022-04-24 11:02:16 +02:00
parent d36fc220b6
commit 02aef82e9a
10 changed files with 40 additions and 4 deletions

View File

@ -69,12 +69,12 @@ primary_widgets = [
separator(),
powerline('color4', 'dark'),
powerline('color5', 'dark'),
icon(bg="color4", text=''), # Icon: nf-fa-download
icon(bg="color5", text=''), # Icon: nf-fa-download
widget.CheckUpdates(
background=colors['color4'],
background=colors['color5'],
colour_have_updates=colors['text'],
colour_no_updates=colors['text'],
no_update_string='0',
@ -83,7 +83,7 @@ primary_widgets = [
custom_command='checkupdates',
),
powerline('color3', 'color4'),
powerline('color3', 'color5'),
icon(bg="color3", text=''), # Icon: nf-fa-feed

View File

@ -46,5 +46,9 @@
"color4": [
"#556a74",
"#556a74"
],
"color5": [
"#556a74",
"#556a74"
]
}

View File

@ -46,5 +46,9 @@
"color4": [
"#A77AC4",
"#A77AC4"
],
"color5": [
"#ffb86c",
"#ffb86c"
]
}

View File

@ -46,5 +46,9 @@
"color4": [
"#ffd47e",
"#ffd47e"
],
"color5": [
"#ffd47e",
"#ffd47e"
]
}

View File

@ -46,5 +46,9 @@
"color4": [
"#ffd47e",
"#ffd47e"
],
"color5": [
"#ffd47e",
"#ffd47e"
]
}

View File

@ -46,5 +46,9 @@
"color4": [
"#ab9df2",
"#ab9df2"
],
"color5": [
"#ab9df2",
"#ab9df2"
]
}

View File

@ -46,5 +46,9 @@
"color4": [
"#ebcb8b",
"#ebcb8b"
],
"color5": [
"#ebcb8b",
"#ebcb8b"
]
}

View File

@ -46,5 +46,9 @@
"color4": [
"#ebcb8b",
"#ebcb8b"
],
"color5": [
"#ebcb8b",
"#ebcb8b"
]
}

View File

@ -46,5 +46,9 @@
"color4": [
"#98C379",
"#98C379"
],
"color5": [
"#98C379",
"#98C379"
]
}

View File

@ -46,5 +46,9 @@
"color4": [
"#ea6f91",
"#ea6f91"
],
"color5": [
"#ea6f91",
"#ea6f91"
]
}