From b20d4cbd51b7283cae431554054372c2a58689b2 Mon Sep 17 00:00:00 2001 From: Trianta <56975502+Trimutex@users.noreply.github.com> Date: Fri, 19 Jan 2024 17:04:32 -0600 Subject: [PATCH] Updated hypr and waybar --- hypr/hyprland.conf | 24 +++++++++++------------- waybar/config.json | 8 ++++---- waybar/style.css | 6 +++--- 3 files changed, 18 insertions(+), 20 deletions(-) diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 45b705a..be9b5ba 100755 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -2,8 +2,8 @@ # See https://wiki.hyprland.org/Configuring/Monitors/ # Day -monitor=DP-2, highrr, 0x1080, 1, bitdepth, 10, vrr, 1 -monitor=DP-3, highrr, 760x0, 1, vrr, 1 +monitor=DP-2, highres, 0x1080, 1, vrr, 1 +monitor=DP-3, highres, 760x0, 1, vrr, 1 workspace = DP-3, 5 # Night @@ -50,28 +50,26 @@ input { } general { - gaps_in = 5 - gaps_out = 10 - border_size = 0 + gaps_in = 3 + gaps_out = 8 + border_size = 3 col.active_border = 0xee$lavenderAlpha 45deg col.inactive_border = 0xaa$overlay0Alpha layout = dwindle - allow_tearing = false + resize_on_border = true } decoration { rounding = 10 blur { enabled = yes - size = 12 - passes = 1 + size = 6 + passes = 3 + new_optimizations = on + ignore_opacity = on + xray = false } - drop_shadow = yes - shadow_range = 4 - shadow_render_power = 3 - col.shadow = 0xee$baseAlpha - active_opacity = 1.0 inactive_opacity = 0.9 } diff --git a/waybar/config.json b/waybar/config.json index aa03aba..e2f2b8c 100755 --- a/waybar/config.json +++ b/waybar/config.json @@ -2,13 +2,13 @@ { "name": "main", "layer": "top", - "position": "top", - "height": 38, + "position": "bottom", + "height": 40, "spacing": 4, - "margin-top": 5, + "margin-top": 2, + "margin-bottom": 2, "margin-left": 800, "margin-right": 800, - "margin-bottom": 0, "output": "DP-2", "modules-left": [ "wireplumber", diff --git a/waybar/style.css b/waybar/style.css index beb5ac1..042c999 100755 --- a/waybar/style.css +++ b/waybar/style.css @@ -9,9 +9,9 @@ } window#waybar { - background-color: @base; + background: @base; + border-radius: 16px; color: @text; - border-radius: 6px; } window#waybar.hidden { @@ -20,7 +20,7 @@ window#waybar.hidden { #workspaces { margin: 4px 0; - border-radius: 5px; + border-radius: 6px; background: transparent; }