diff --git a/config/hypr/hyprlock.conf b/config/hypr/hyprlock.conf index 8f7a70c..2f54464 100644 --- a/config/hypr/hyprlock.conf +++ b/config/hypr/hyprlock.conf @@ -12,9 +12,10 @@ # ┌ ┐ # │ BACKGROUND │ # └ ┘ +source = ./hyprlock-colors.conf background { monitor = - path = /home/janis/NextCloud/Wallpapers/nvim/nvim-simple.png # Or screenshot + path = $background_image # Or screenshot blur_passes = 1 } @@ -29,9 +30,9 @@ input-field { dots_size = 0.33 # Scale of input-field height, 0.2 - 0.8 dots_spacing = 0.15 # Scale of dots' absolute size, 0.0 - 1.0 dots_center = false - outer_color = rgb(92, 155, 63) - inner_color = rgb(200, 200, 200) - font_color = rgb(10, 10, 10) + outer_color = $entry_border_color + inner_color = $entry_background_color + font_color = $entry_color fade_on_empty = true placeholder_text = Input Password... # Text rendered in the input box when it's empty. hide_input = false @@ -56,7 +57,7 @@ label { label { monitor = text = $LAYOUT - color = rgba(200, 200, 200, 1.0) + color = $text_color font_size = 12 font_family = Comfortaa @@ -68,7 +69,7 @@ label { label { monitor = text = $USER - color = rgba(200, 200, 200, 1.0) + color = $text_color font_size = 12 font_family = Comfortaa diff --git a/config/matugen/config.toml b/config/matugen/config.toml index 7bc7353..dd91637 100644 --- a/config/matugen/config.toml +++ b/config/matugen/config.toml @@ -5,6 +5,10 @@ version_check = false input_path = '~/.config/matugen/templates/hyprland/colors.lua' output_path = '~/.config/hypr/hyprland/colors.lua' +[templates.hyprlock] +input_path = '~/.config/matugen/templates/hyprland/hyprlock-colors.conf' +output_path = '~/.config/hypr/hyprlock-colors.conf' + [templates.wlogout] input_path = '~/.config/matugen/templates/wlogout/style.css' output_path = '~/.config/wlogout/style.css' diff --git a/dms/settings.json b/dms/settings.json index ed7ee46..f246aca 100644 --- a/dms/settings.json +++ b/dms/settings.json @@ -439,7 +439,10 @@ } ], "rightWidgets": [ - "systemTray", + { + "id": "systemTray", + "enabled": true + }, { "id": "cpuUsage", "enabled": true, @@ -459,6 +462,7 @@ "showVpnIcon": false, "showMicIcon": true, "showBatteryIcon": true, + "showPrinterIcon": false, "showScreenSharingIcon": false } ],