Look and Feel and ghostty config

This commit is contained in:
2025-05-08 21:40:37 +02:00
parent 4d70878ade
commit ee1aa4f734
4 changed files with 51 additions and 10 deletions

View File

@@ -9,11 +9,15 @@ general {
gaps_in = 5
gaps_out = 10
border_size = 3
border_size = 4
# 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.inactive_border = rgba(595959aa)
col.active_border = rgba(cc1330ee)
col.inactive_border = rgba(303030dd)
# Set to true enable resizing windows by clicking and dragging on borders and gaps
resize_on_border = false
@@ -26,15 +30,15 @@ general {
# https://wiki.hyprland.org/Configuring/Variables/#decoration
decoration {
rounding = 10
rounding = 2
rounding_power = 2
# Change transparency of focused and unfocused windows
active_opacity = 1.0
inactive_opacity = 1.0
inactive_opacity = .98
shadow {
enabled = true
enabled = false
range = 4
render_power = 3
color = rgba(1a1a1aee)
@@ -105,4 +109,4 @@ master {
misc {
force_default_wallpaper = 2 # Set to 0 or 1 to disable the anime mascot wallpapers
disable_hyprland_logo = false # If true disables the random hyprland logo / anime girl background. :(
}
}