From 02aef82e9afaa7095f9fb6d3c6fcb42eb1bb2963 Mon Sep 17 00:00:00 2001 From: q3aql Date: Sun, 24 Apr 2022 11:02:16 +0200 Subject: [PATCH] Dotfiles config update (2022-04-24) --- .config/qtile/settings/widgets.py | 8 ++++---- .config/qtile/themes/dark-grey.json | 4 ++++ .config/qtile/themes/dracula.json | 4 ++++ .config/qtile/themes/material-darker.json | 4 ++++ .config/qtile/themes/material-ocean.json | 4 ++++ .config/qtile/themes/monokai-pro.json | 4 ++++ .config/qtile/themes/nord-wave.json | 4 ++++ .config/qtile/themes/nord.json | 4 ++++ .config/qtile/themes/onedark.json | 4 ++++ .config/qtile/themes/rosepine.json | 4 ++++ 10 files changed, 40 insertions(+), 4 deletions(-) diff --git a/.config/qtile/settings/widgets.py b/.config/qtile/settings/widgets.py index 3ba4c04..a46be4e 100644 --- a/.config/qtile/settings/widgets.py +++ b/.config/qtile/settings/widgets.py @@ -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 diff --git a/.config/qtile/themes/dark-grey.json b/.config/qtile/themes/dark-grey.json index c51e330..478f35f 100644 --- a/.config/qtile/themes/dark-grey.json +++ b/.config/qtile/themes/dark-grey.json @@ -46,5 +46,9 @@ "color4": [ "#556a74", "#556a74" + ], + "color5": [ + "#556a74", + "#556a74" ] } diff --git a/.config/qtile/themes/dracula.json b/.config/qtile/themes/dracula.json index 5084ad8..41cdb70 100644 --- a/.config/qtile/themes/dracula.json +++ b/.config/qtile/themes/dracula.json @@ -46,5 +46,9 @@ "color4": [ "#A77AC4", "#A77AC4" + ], + "color5": [ + "#ffb86c", + "#ffb86c" ] } diff --git a/.config/qtile/themes/material-darker.json b/.config/qtile/themes/material-darker.json index b2ed5ce..5047959 100644 --- a/.config/qtile/themes/material-darker.json +++ b/.config/qtile/themes/material-darker.json @@ -46,5 +46,9 @@ "color4": [ "#ffd47e", "#ffd47e" + ], + "color5": [ + "#ffd47e", + "#ffd47e" ] } diff --git a/.config/qtile/themes/material-ocean.json b/.config/qtile/themes/material-ocean.json index 072e457..2d7b643 100644 --- a/.config/qtile/themes/material-ocean.json +++ b/.config/qtile/themes/material-ocean.json @@ -46,5 +46,9 @@ "color4": [ "#ffd47e", "#ffd47e" + ], + "color5": [ + "#ffd47e", + "#ffd47e" ] } diff --git a/.config/qtile/themes/monokai-pro.json b/.config/qtile/themes/monokai-pro.json index 0981305..17df0f3 100644 --- a/.config/qtile/themes/monokai-pro.json +++ b/.config/qtile/themes/monokai-pro.json @@ -46,5 +46,9 @@ "color4": [ "#ab9df2", "#ab9df2" + ], + "color5": [ + "#ab9df2", + "#ab9df2" ] } diff --git a/.config/qtile/themes/nord-wave.json b/.config/qtile/themes/nord-wave.json index 54a6db0..2f36c06 100644 --- a/.config/qtile/themes/nord-wave.json +++ b/.config/qtile/themes/nord-wave.json @@ -46,5 +46,9 @@ "color4": [ "#ebcb8b", "#ebcb8b" + ], + "color5": [ + "#ebcb8b", + "#ebcb8b" ] } diff --git a/.config/qtile/themes/nord.json b/.config/qtile/themes/nord.json index 54a6db0..2f36c06 100644 --- a/.config/qtile/themes/nord.json +++ b/.config/qtile/themes/nord.json @@ -46,5 +46,9 @@ "color4": [ "#ebcb8b", "#ebcb8b" + ], + "color5": [ + "#ebcb8b", + "#ebcb8b" ] } diff --git a/.config/qtile/themes/onedark.json b/.config/qtile/themes/onedark.json index 0bb0124..aaf8adb 100644 --- a/.config/qtile/themes/onedark.json +++ b/.config/qtile/themes/onedark.json @@ -46,5 +46,9 @@ "color4": [ "#98C379", "#98C379" + ], + "color5": [ + "#98C379", + "#98C379" ] } diff --git a/.config/qtile/themes/rosepine.json b/.config/qtile/themes/rosepine.json index d956117..f091bad 100644 --- a/.config/qtile/themes/rosepine.json +++ b/.config/qtile/themes/rosepine.json @@ -46,5 +46,9 @@ "color4": [ "#ea6f91", "#ea6f91" + ], + "color5": [ + "#ea6f91", + "#ea6f91" ] }