diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 9b93442..712d6fb 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -68,7 +68,8 @@ env = HYPRCURSOR_SIZE,24 ##################### # Refer to https://wiki.hyprland.org/Configuring/Variables/ - +$red = rgb(C6716F) +$navy = rgb(4C546C) # https://wiki.hyprland.org/Configuring/Variables/#general general { gaps_in = 5 @@ -77,8 +78,9 @@ general { border_size = 2 # https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors - col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg - col.inactive_border = rgba(595959aa) + # col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg + col.active_border = $red + col.inactive_border = $navy # Set to true enable resizing windows by clicking and dragging on borders and gaps resize_on_border = false @@ -91,7 +93,7 @@ general { # https://wiki.hyprland.org/Configuring/Variables/#decoration decoration { - rounding = 10 + rounding = 8 # Change transparency of focused and unfocused windows active_opacity = 1.0 @@ -143,6 +145,7 @@ animations { animation = workspacesIn, 1, 1.21, almostLinear, fade animation = workspacesOut, 1, 1.94, almostLinear, fade } +windowrulev2 = opacity 0.6 override 0.6 override,class:^(kitty)$ # Ref https://wiki.hyprland.org/Configuring/Workspace-Rules/ # "Smart gaps" / "No gaps when only" diff --git a/waybar/config.jsonc b/waybar/config.jsonc index 41a1863..98c4e24 100644 --- a/waybar/config.jsonc +++ b/waybar/config.jsonc @@ -22,8 +22,8 @@ "cpu", "memory", "hyprland/language", - "tray", - "custom/power" + "tray" + //"custom/power" ], "hyprland/workspaces": { "format": "{icon}",