Ändern der Akzent Farben auf Orange.
This commit is contained in:
@@ -90,12 +90,12 @@ env = HYPRCURSOR_SIZE,24
|
|||||||
# https://wiki.hypr.land/Configuring/Variables/#general
|
# https://wiki.hypr.land/Configuring/Variables/#general
|
||||||
general {
|
general {
|
||||||
gaps_in = 5
|
gaps_in = 5
|
||||||
gaps_out = 20
|
gaps_out = 10
|
||||||
|
|
||||||
border_size = 2
|
border_size = 2
|
||||||
|
|
||||||
# https://wiki.hypr.land/Configuring/Variables/#variable-types for info about colors
|
# https://wiki.hypr.land/Configuring/Variables/#variable-types for info about colors
|
||||||
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
col.active_border = rgba(ff7b3bee) rgba(e0274aee) 45deg
|
||||||
col.inactive_border = rgba(595959aa)
|
col.inactive_border = rgba(595959aa)
|
||||||
|
|
||||||
# Set to true enable resizing windows by clicking and dragging on borders and gaps
|
# Set to true enable resizing windows by clicking and dragging on borders and gaps
|
||||||
|
|||||||
@@ -1,15 +1,15 @@
|
|||||||
background {
|
background {
|
||||||
monitor =
|
monitor =
|
||||||
path = ~/Bilder/Wallpaper/WatchTowerSunset.png # <--- HIER wird das Bild geladen
|
path = ~/Bilder/Wallpaper/WatchTowerSunset.png # <--- HIER wird das Bild geladen
|
||||||
color = rgba(25, 20, 20, 1.0)
|
color = rgba(25, 16, 36, 1.0) # Tiefes Lila (falls das Bild mal nicht lädt)
|
||||||
|
|
||||||
# OPTIONALE EFFEKTE für bessere Lesbarkeit:
|
# OPTIONALE EFFEKTE für bessere Lesbarkeit:
|
||||||
blur_passes = 2 # 0 ist aus (0-4 empfohlen)
|
blur_passes = 2
|
||||||
blur_size = 7 # Größe der Unschärfe
|
blur_size = 7
|
||||||
noise = 0.0117 # Ein bisschen Rauschen für Look
|
noise = 0.0117
|
||||||
contrast = 0.8916 # Kontrast anpassen
|
contrast = 0.8916
|
||||||
brightness = 0.8172 # Bild leicht abdunkeln
|
brightness = 0.8172
|
||||||
vibrancy = 0.1696 # Farben anpassen
|
vibrancy = 0.1696
|
||||||
}
|
}
|
||||||
|
|
||||||
input-field {
|
input-field {
|
||||||
@@ -19,9 +19,9 @@ input-field {
|
|||||||
dots_size = 0.33
|
dots_size = 0.33
|
||||||
dots_spacing = 0.15
|
dots_spacing = 0.15
|
||||||
dots_center = true
|
dots_center = true
|
||||||
outer_color = rgb(40, 40, 40)
|
outer_color = rgb(ff7b3b) # Sonnen-Orange für den Rand
|
||||||
inner_color = rgb(200, 200, 200)
|
inner_color = rgb(191024) # Tiefes Lila für das Innere
|
||||||
font_color = rgb(10, 10, 10)
|
font_color = rgb(fce8e1) # Helle Schrift für die Eingabe
|
||||||
fade_on_empty = false
|
fade_on_empty = false
|
||||||
placeholder_text = <i>Passwort eingeben...</i>
|
placeholder_text = <i>Passwort eingeben...</i>
|
||||||
hide_input = false
|
hide_input = false
|
||||||
@@ -33,10 +33,12 @@ input-field {
|
|||||||
label {
|
label {
|
||||||
monitor =
|
monitor =
|
||||||
text = $TIME
|
text = $TIME
|
||||||
color = rgba(200, 200, 200, 1.0)
|
color = rgb(ff7b3b) # Leuchtendes Orange für die Uhrzeit
|
||||||
font_size = 50
|
font_size = 65
|
||||||
font_family = sans-serif
|
font_family = sans-serif
|
||||||
position = 0, 80
|
position = 0, 80
|
||||||
halign = center
|
halign = center
|
||||||
valign = center
|
valign = center
|
||||||
|
shadow_passes = 1 # Leichter Schatten für bessere Lesbarkeit
|
||||||
|
shadow_size = 4
|
||||||
}
|
}
|
||||||
@@ -1,8 +1,8 @@
|
|||||||
/* Die gesamte Bar */
|
/* Die gesamte Bar */
|
||||||
window#waybar {
|
window#waybar {
|
||||||
background-color: rgba(30, 30, 46, 0.8); /* Transparentes Dunkel */
|
background-color: rgba(25, 16, 36, 0.85); /* Tiefes Dunkellila aus dem Wald */
|
||||||
border-bottom: 2px solid #5e81ac;
|
border-bottom: 2px solid #ff7b3b; /* Sonnen-Orange */
|
||||||
color: #cdd6f4;
|
color: #fce8e1; /* Warmes, weiches Weiß */
|
||||||
font-family: "Fira Code", "Font Awesome 6 Free";
|
font-family: "Fira Code", "Font Awesome 6 Free";
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
@@ -11,18 +11,18 @@ window#waybar {
|
|||||||
#workspaces button {
|
#workspaces button {
|
||||||
padding: 0 5px;
|
padding: 0 5px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: #ffffff;
|
color: #fce8e1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.active {
|
#workspaces button.active {
|
||||||
color: #5e81ac;
|
color: #ff7b3b; /* Orange für aktiven Workspace */
|
||||||
border-bottom: 3px solid #5e81ac;
|
border-bottom: 3px solid #ff7b3b;
|
||||||
}
|
}
|
||||||
|
|
||||||
#clock, #cpu, #memory, #battery, #pulseaudio, #network {
|
#clock, #cpu, #memory, #battery, #pulseaudio, #network {
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
margin: 4px;
|
margin: 4px;
|
||||||
background-color: #313244;
|
background-color: #3b1d3d; /* Dunkles Magenta/Pink als Hintergrund */
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -30,7 +30,7 @@ window#waybar {
|
|||||||
#tray {
|
#tray {
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
margin: 4px;
|
margin: 4px;
|
||||||
background-color: #313244; /* Gleicher Hintergrund wie CPU/Clock */
|
background-color: #3b1d3d; /* Gleicher Hintergrund wie CPU/Clock */
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
/* Das Hauptfenster */
|
/* Das Hauptfenster */
|
||||||
window {
|
window {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
border: 2px solid #5e81ac; /* Ein schönes Blau */
|
border: 2px solid #ff7b3b; /* Sonnen-Orange */
|
||||||
background-color: #1e1e2e; /* Dunkles Lila/Schwarz */
|
background-color: rgba(25, 16, 36, 0.95); /* Tiefes Dunkellila, fast blickdicht */
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
font-family: "Fira Code", monospace;
|
font-family: "Fira Code", monospace;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
@@ -11,10 +11,10 @@ window {
|
|||||||
/* Das Suchfeld oben */
|
/* Das Suchfeld oben */
|
||||||
#input {
|
#input {
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
border: none;
|
border: 2px solid #e0274a; /* Pink-Rot für das Suchfeld */
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
background-color: #313244;
|
background-color: #3b1d3d; /* Dunkles Magenta */
|
||||||
color: #cdd6f4;
|
color: #fce8e1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Die Liste der Apps */
|
/* Die Liste der Apps */
|
||||||
@@ -32,17 +32,17 @@ window {
|
|||||||
|
|
||||||
/* Der ausgewählte Eintrag (Hover/Focus) */
|
/* Der ausgewählte Eintrag (Hover/Focus) */
|
||||||
#entry:selected {
|
#entry:selected {
|
||||||
background-color: #5e81ac;
|
background-color: #e0274a; /* Kräftiges Pink/Rot aus den Wolken beim Auswählen */
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Textfarben */
|
/* Textfarben */
|
||||||
#text {
|
#text {
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
color: #cdd6f4;
|
color: #fce8e1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#text:selected {
|
#text:selected {
|
||||||
color: #ffffff;
|
color: #ffffff; /* Strahlendes Weiß für den ausgewählten Text */
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user