diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-12-11 10:31:15 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-12-11 10:31:15 +0900 |
| commit | 6cff57c76d9627dd28b7128279a24248b2ca0ef8 (patch) | |
| tree | 8a32f7cd3d267fc6cf1997db12dc4ea438b09b38 /config/rofi/resolution | |
| parent | 49b5f3c5260eaf1af88e7b91fe8420fa748c16b9 (diff) | |
updated - typo errors
Diffstat (limited to 'config/rofi/resolution')
| -rw-r--r-- | config/rofi/resolution/1080p/config-waybar-layout.rasi | 2 | ||||
| -rw-r--r-- | config/rofi/resolution/1080p/config-waybar-style.rasi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/rofi/resolution/1080p/config-waybar-layout.rasi b/config/rofi/resolution/1080p/config-waybar-layout.rasi index 5d94a268..65ab1f83 100644 --- a/config/rofi/resolution/1080p/config-waybar-layout.rasi +++ b/config/rofi/resolution/1080p/config-waybar-layout.rasi @@ -82,7 +82,7 @@ inputbar { padding: 8px; border-radius: 10px; border-color: @foreground; - background-color: @backrgound90; + background-color: @background; children: [ "textbox-prompt-colon", "entry" ]; border: 1px; border-color: @active-background; diff --git a/config/rofi/resolution/1080p/config-waybar-style.rasi b/config/rofi/resolution/1080p/config-waybar-style.rasi index d35d3a11..9fd9aa0b 100644 --- a/config/rofi/resolution/1080p/config-waybar-style.rasi +++ b/config/rofi/resolution/1080p/config-waybar-style.rasi @@ -82,7 +82,7 @@ inputbar { padding: 8px; border-radius: 10px; border-color: @foreground; - background-color: @backrgound90; + background-color: @background; children: [ "textbox-prompt-colon", "entry" ]; border: 1px; border-color: @active-background; |
