From 861d87e86aa992324b21e956d31122aa89235498 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Mon, 1 Apr 2024 00:48:04 +0200 Subject: [PATCH] [hyprland] unified colors --- apps/waybar/style.css | 4 ++-- nix/home/hyprland/hyprland-general.nix | 4 ++-- nix/home/hyprland/hyprlock.nix | 16 ++++++++-------- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/apps/waybar/style.css b/apps/waybar/style.css index ede44bd..45f284e 100644 --- a/apps/waybar/style.css +++ b/apps/waybar/style.css @@ -17,7 +17,7 @@ tooltip { border-radius: 10px; border-width: 2px; border-style: solid; - border-color: #4771c9; + border-color: #528bff; font-family: "Ubuntu Light 12"; font-weight: normal; font-size: 12px; @@ -33,7 +33,7 @@ tooltip { border-radius: 10px; border-width: 2px; border-style: solid; - border-color: #4771c9; + border-color: #528bff; } #battery, diff --git a/nix/home/hyprland/hyprland-general.nix b/nix/home/hyprland/hyprland-general.nix index 57df1fb..7cd0476 100644 --- a/nix/home/hyprland/hyprland-general.nix +++ b/nix/home/hyprland/hyprland-general.nix @@ -13,8 +13,8 @@ general { border_size = 3 - col.active_border = rgba(528bffaa) - col.inactive_border = rgba(595959aa) + col.active_border = rgb(528bff) + col.inactive_border = rgb(595959) gaps_in = 5 gaps_out = 20 diff --git a/nix/home/hyprland/hyprlock.nix b/nix/home/hyprland/hyprlock.nix index a0d9922..951e657 100644 --- a/nix/home/hyprland/hyprlock.nix +++ b/nix/home/hyprland/hyprlock.nix @@ -27,15 +27,15 @@ fade_on_empty = true hide_input = false - placeholder_text = 1 2 3 4 5 ... + placeholder_text = 1 2 3 4 5 ... position = 0, 150 size = 250, 50 outline_thickness = 3 - font_color = rgb(250, 179, 135) - inner_color = rgb(12, 12, 12) - outer_color = rgb(62, 93, 162) + font_color = rgb(fab387) + inner_color = rgb(131517) + outer_color = rgb(528bff) halign = center valign = bottom @@ -49,7 +49,7 @@ text = cmd[update:1000] echo " $(date +"%H:%M:%S") " position = 0, 20 - color = rgb(250, 179, 135) + color = rgb(fab387) font_size = 64 font_family = JetBrains Mono Nerd Font 10 @@ -58,14 +58,14 @@ } - # user + # date and time label { monitor = text = cmd[update:1000] echo "$(date +%A) $(date +%d) $(date +%B)" position = 0, 0 - color = rgb(250, 179, 135) + color = rgb(fab387) font_size = 20 font_family = JetBrains Mono Nerd Font 10 @@ -81,7 +81,7 @@ text = 👤 siempie position = 0, 120 - color = rgb(137, 180, 250) + color = rgb(528bff) font_size = 14 font_family = JetBrains Mono Nerd Font 10