diff --git a/modules/__pycache__/__init__.cpython-313.pyc b/modules/__pycache__/__init__.cpython-313.pyc deleted file mode 100644 index 6b00aa5..0000000 Binary files a/modules/__pycache__/__init__.cpython-313.pyc and /dev/null differ diff --git a/modules/__pycache__/__init__.cpython-314.pyc b/modules/__pycache__/__init__.cpython-314.pyc deleted file mode 100644 index 3ab35a7..0000000 Binary files a/modules/__pycache__/__init__.cpython-314.pyc and /dev/null differ diff --git a/modules/__pycache__/groups.cpython-313.pyc b/modules/__pycache__/groups.cpython-313.pyc deleted file mode 100644 index 8737784..0000000 Binary files a/modules/__pycache__/groups.cpython-313.pyc and /dev/null differ diff --git a/modules/__pycache__/groups.cpython-314.pyc b/modules/__pycache__/groups.cpython-314.pyc deleted file mode 100644 index 6c5a6b1..0000000 Binary files a/modules/__pycache__/groups.cpython-314.pyc and /dev/null differ diff --git a/modules/__pycache__/hooks.cpython-313.pyc b/modules/__pycache__/hooks.cpython-313.pyc deleted file mode 100644 index f477448..0000000 Binary files a/modules/__pycache__/hooks.cpython-313.pyc and /dev/null differ diff --git a/modules/__pycache__/hooks.cpython-314.pyc b/modules/__pycache__/hooks.cpython-314.pyc deleted file mode 100644 index cb68d00..0000000 Binary files a/modules/__pycache__/hooks.cpython-314.pyc and /dev/null differ diff --git a/modules/__pycache__/keys.cpython-313.pyc b/modules/__pycache__/keys.cpython-313.pyc deleted file mode 100644 index be44367..0000000 Binary files a/modules/__pycache__/keys.cpython-313.pyc and /dev/null differ diff --git a/modules/__pycache__/keys.cpython-314.pyc b/modules/__pycache__/keys.cpython-314.pyc deleted file mode 100644 index 98ad8c8..0000000 Binary files a/modules/__pycache__/keys.cpython-314.pyc and /dev/null differ diff --git a/modules/__pycache__/layouts.cpython-313.pyc b/modules/__pycache__/layouts.cpython-313.pyc deleted file mode 100644 index 59c1f83..0000000 Binary files a/modules/__pycache__/layouts.cpython-313.pyc and /dev/null differ diff --git a/modules/__pycache__/layouts.cpython-314.pyc b/modules/__pycache__/layouts.cpython-314.pyc deleted file mode 100644 index 2427448..0000000 Binary files a/modules/__pycache__/layouts.cpython-314.pyc and /dev/null differ diff --git a/modules/__pycache__/screens.cpython-313.pyc b/modules/__pycache__/screens.cpython-313.pyc deleted file mode 100644 index 381e285..0000000 Binary files a/modules/__pycache__/screens.cpython-313.pyc and /dev/null differ diff --git a/modules/__pycache__/screens.cpython-314.pyc b/modules/__pycache__/screens.cpython-314.pyc deleted file mode 100644 index a967ea5..0000000 Binary files a/modules/__pycache__/screens.cpython-314.pyc and /dev/null differ diff --git a/modules/screens.py b/modules/screens.py index 1cd3f73..b03f973 100644 --- a/modules/screens.py +++ b/modules/screens.py @@ -9,7 +9,6 @@ # -------------------------------------------------------------------- from libqtile.config import Screen from libqtile import bar -from libqtile.widget import mpd2widget from libqtile.lazy import lazy from qtile_extras import widget from qtile_extras.widget.groupbox2 import GroupBoxRule @@ -64,6 +63,13 @@ extension_defaults = widget_defaults.copy() # -------------------------------------------------------- # Screens # -------------------------------------------------------- + +# All across defaults: + +BACKGROUND = gruvbox_dark["bg0_hard"] +OPACITY = 0.7 +SIZE = 32 +MARGIN = [3, 3, 0, 3] bar.Bar screens = [ Screen( @@ -116,10 +122,10 @@ screens = [ popup_show_args={"relative_to": 8, "y": -70}, ), ], - background=gruvbox_dark["bg0_hard"], - opacity=0.75, - size=32, - margin=[3, 3, 0, 3], + background=BACKGROUND, + opacity=OPACITY, + size=SIZE, + margin=MARGIN, ), ), Screen( @@ -168,10 +174,10 @@ screens = [ mouse_callbacks={"Button1": lazy.function(power_menu)}, ), ], - background=gruvbox_dark["bg0_hard"], - opacity=0.75, - size=32, - margin=[3, 3, 0, 3], + background=BACKGROUND, + opacity=OPACITY, + size=SIZE, + margin=MARGIN, ), ), Screen( @@ -223,10 +229,10 @@ screens = [ mouse_callbacks={"Button1": lazy.function(power_menu)}, ), ], - background=gruvbox_dark["bg0_hard"], - opacity=0.75, - size=32, - margin=[3, 3, 0, 3], + background=BACKGROUND, + opacity=OPACITY, + size=SIZE, + margin=MARGIN, ), ), ] @@ -236,7 +242,7 @@ notifier = Notifier( width=350, height=80, format="{summary}\n{app_name}\n{body}", - # file_name='/home/cerberus/.config/qtile/normal.png', # Not working + # file_name="/home/cerberus/.config/qtile/res/images/normal.png", # Not working foreground=gruvbox_dark["fg1"], background=( gruvbox_dark["bg0_hard"], diff --git a/plugins/__pycache__/__init__.cpython-313.pyc b/plugins/__pycache__/__init__.cpython-313.pyc deleted file mode 100644 index 7fe6595..0000000 Binary files a/plugins/__pycache__/__init__.cpython-313.pyc and /dev/null differ diff --git a/plugins/__pycache__/__init__.cpython-314.pyc b/plugins/__pycache__/__init__.cpython-314.pyc deleted file mode 100644 index 3322986..0000000 Binary files a/plugins/__pycache__/__init__.cpython-314.pyc and /dev/null differ diff --git a/plugins/__pycache__/graphical_notifications.cpython-313.pyc b/plugins/__pycache__/graphical_notifications.cpython-313.pyc deleted file mode 100644 index 172ff04..0000000 Binary files a/plugins/__pycache__/graphical_notifications.cpython-313.pyc and /dev/null differ diff --git a/plugins/__pycache__/graphical_notifications.cpython-314.pyc b/plugins/__pycache__/graphical_notifications.cpython-314.pyc deleted file mode 100644 index 2025879..0000000 Binary files a/plugins/__pycache__/graphical_notifications.cpython-314.pyc and /dev/null differ diff --git a/plugins/__pycache__/notifications.cpython-313.pyc b/plugins/__pycache__/notifications.cpython-313.pyc deleted file mode 100644 index 770ad75..0000000 Binary files a/plugins/__pycache__/notifications.cpython-313.pyc and /dev/null differ diff --git a/popups/__pycache__/__init__.cpython-313.pyc b/popups/__pycache__/__init__.cpython-313.pyc deleted file mode 100644 index 9c1715b..0000000 Binary files a/popups/__pycache__/__init__.cpython-313.pyc and /dev/null differ diff --git a/popups/__pycache__/__init__.cpython-314.pyc b/popups/__pycache__/__init__.cpython-314.pyc deleted file mode 100644 index a5719b0..0000000 Binary files a/popups/__pycache__/__init__.cpython-314.pyc and /dev/null differ diff --git a/popups/__pycache__/brightness_notification.cpython-313.pyc b/popups/__pycache__/brightness_notification.cpython-313.pyc deleted file mode 100644 index 4567d51..0000000 Binary files a/popups/__pycache__/brightness_notification.cpython-313.pyc and /dev/null differ diff --git a/popups/__pycache__/calendar.cpython-313.pyc b/popups/__pycache__/calendar.cpython-313.pyc deleted file mode 100644 index e282637..0000000 Binary files a/popups/__pycache__/calendar.cpython-313.pyc and /dev/null differ diff --git a/popups/__pycache__/calendar.cpython-314.pyc b/popups/__pycache__/calendar.cpython-314.pyc deleted file mode 100644 index e6a8749..0000000 Binary files a/popups/__pycache__/calendar.cpython-314.pyc and /dev/null differ diff --git a/popups/__pycache__/monitor.cpython-313.pyc b/popups/__pycache__/monitor.cpython-313.pyc deleted file mode 100644 index 9b7803f..0000000 Binary files a/popups/__pycache__/monitor.cpython-313.pyc and /dev/null differ diff --git a/popups/__pycache__/monitor.cpython-314.pyc b/popups/__pycache__/monitor.cpython-314.pyc deleted file mode 100644 index 31c4aad..0000000 Binary files a/popups/__pycache__/monitor.cpython-314.pyc and /dev/null differ diff --git a/popups/__pycache__/mpris2_layout.cpython-313.pyc b/popups/__pycache__/mpris2_layout.cpython-313.pyc deleted file mode 100644 index 92eaa20..0000000 Binary files a/popups/__pycache__/mpris2_layout.cpython-313.pyc and /dev/null differ diff --git a/popups/__pycache__/mpris2_layout.cpython-314.pyc b/popups/__pycache__/mpris2_layout.cpython-314.pyc deleted file mode 100644 index eefa5c4..0000000 Binary files a/popups/__pycache__/mpris2_layout.cpython-314.pyc and /dev/null differ diff --git a/popups/__pycache__/network.cpython-313.pyc b/popups/__pycache__/network.cpython-313.pyc deleted file mode 100644 index 37bfb98..0000000 Binary files a/popups/__pycache__/network.cpython-313.pyc and /dev/null differ diff --git a/popups/__pycache__/network.cpython-314.pyc b/popups/__pycache__/network.cpython-314.pyc deleted file mode 100644 index 058f24d..0000000 Binary files a/popups/__pycache__/network.cpython-314.pyc and /dev/null differ diff --git a/popups/__pycache__/powermenu.cpython-313.pyc b/popups/__pycache__/powermenu.cpython-313.pyc deleted file mode 100644 index 385880d..0000000 Binary files a/popups/__pycache__/powermenu.cpython-313.pyc and /dev/null differ diff --git a/popups/__pycache__/powermenu.cpython-314.pyc b/popups/__pycache__/powermenu.cpython-314.pyc deleted file mode 100644 index 63a9031..0000000 Binary files a/popups/__pycache__/powermenu.cpython-314.pyc and /dev/null differ diff --git a/popups/__pycache__/powermenu_sub.cpython-313.pyc b/popups/__pycache__/powermenu_sub.cpython-313.pyc deleted file mode 100644 index d80918d..0000000 Binary files a/popups/__pycache__/powermenu_sub.cpython-313.pyc and /dev/null differ diff --git a/popups/__pycache__/powermenu_sub.cpython-314.pyc b/popups/__pycache__/powermenu_sub.cpython-314.pyc deleted file mode 100644 index d125df6..0000000 Binary files a/popups/__pycache__/powermenu_sub.cpython-314.pyc and /dev/null differ diff --git a/popups/__pycache__/settings.cpython-313.pyc b/popups/__pycache__/settings.cpython-313.pyc deleted file mode 100644 index eb866b5..0000000 Binary files a/popups/__pycache__/settings.cpython-313.pyc and /dev/null differ diff --git a/popups/__pycache__/settings.cpython-314.pyc b/popups/__pycache__/settings.cpython-314.pyc deleted file mode 100644 index 22b2c91..0000000 Binary files a/popups/__pycache__/settings.cpython-314.pyc and /dev/null differ diff --git a/popups/__pycache__/start_menu.cpython-313.pyc b/popups/__pycache__/start_menu.cpython-313.pyc deleted file mode 100644 index d2f19fa..0000000 Binary files a/popups/__pycache__/start_menu.cpython-313.pyc and /dev/null differ diff --git a/popups/__pycache__/start_menu.cpython-314.pyc b/popups/__pycache__/start_menu.cpython-314.pyc deleted file mode 100644 index 8f67f6b..0000000 Binary files a/popups/__pycache__/start_menu.cpython-314.pyc and /dev/null differ diff --git a/popups/__pycache__/volume_notification.cpython-313.pyc b/popups/__pycache__/volume_notification.cpython-313.pyc deleted file mode 100644 index 058b48e..0000000 Binary files a/popups/__pycache__/volume_notification.cpython-313.pyc and /dev/null differ diff --git a/popups/__pycache__/volume_notification.cpython-314.pyc b/popups/__pycache__/volume_notification.cpython-314.pyc deleted file mode 100644 index 6f022ed..0000000 Binary files a/popups/__pycache__/volume_notification.cpython-314.pyc and /dev/null differ diff --git a/res/themes/__pycache__/colors.cpython-313.pyc b/res/themes/__pycache__/colors.cpython-313.pyc deleted file mode 100644 index b5ccfb8..0000000 Binary files a/res/themes/__pycache__/colors.cpython-313.pyc and /dev/null differ diff --git a/res/themes/__pycache__/colors.cpython-314.pyc b/res/themes/__pycache__/colors.cpython-314.pyc deleted file mode 100644 index c3169ef..0000000 Binary files a/res/themes/__pycache__/colors.cpython-314.pyc and /dev/null differ