diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2024-06-03 18:23:35 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-03 18:23:35 +0900 |
| commit | 45b61327e9dc7c40181cc3046eeb75bce4cb0d9c (patch) | |
| tree | 809c3bd4a1298804e17c4601612ac54befd42bb6 /config/rofi | |
| parent | 203b530e6b61e53cff322fd822dc70a5e611b35f (diff) | |
| parent | 8f64f407e24e89f2115287804200eb186e175ca9 (diff) | |
Merge pull request #323 from JaKooLit/development
Development to main - Pre-release
Diffstat (limited to 'config/rofi')
| -rw-r--r-- | config/rofi/config-wallpaper-effect.rasi | 27 | ||||
| -rw-r--r-- | config/rofi/wallust/colors-rofi.rasi | 42 |
2 files changed, 48 insertions, 21 deletions
diff --git a/config/rofi/config-wallpaper-effect.rasi b/config/rofi/config-wallpaper-effect.rasi new file mode 100644 index 00000000..0a91915c --- /dev/null +++ b/config/rofi/config-wallpaper-effect.rasi @@ -0,0 +1,27 @@ +/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* Wallpaper Effects */ + +@import "~/.config/rofi/config-compact.rasi" + +/* ---- Entry ---- */ +entry { + width: 20%; + placeholder: "🏙️ Choose desired wallpaper effect"; +} + +/* ---- Window ---- */ +window { + width: 24%; +} + +/* ---- Listview ---- */ +listview { + fixed-columns: false; + colums: 1; + lines: 5; +} + +/* ---- Inputbar ---- */ +inputbar { + background-image: url("~/.config/hypr/wallpaper_effects/.wallpaper_modified", width); +}
\ No newline at end of file diff --git a/config/rofi/wallust/colors-rofi.rasi b/config/rofi/wallust/colors-rofi.rasi index 0661756d..8dbbd82d 100644 --- a/config/rofi/wallust/colors-rofi.rasi +++ b/config/rofi/wallust/colors-rofi.rasi @@ -1,28 +1,28 @@ * { -active-background: #0B0E22; -active-foreground: #F7F0FA; -normal-background: #020206; -normal-foreground: #F7F0FA; -urgent-background: #805673; -urgent-foreground: #F7F0FA; +active-background: #030203; +active-foreground: #FBF8ED; +normal-background: #010001; +normal-foreground: #FBF8ED; +urgent-background: #5F7370; +urgent-foreground: #FBF8ED; -alternate-active-background: #737EA6; -alternate-active-foreground: #F7F0FA; -alternate-normal-background: #020206; -alternate-normal-foreground: #F7F0FA; -alternate-urgent-background: #020206; -alternate-urgent-foreground: #F7F0FA; +alternate-active-background: #986356; +alternate-active-foreground: #FBF8ED; +alternate-normal-background: #010001; +alternate-normal-foreground: #FBF8ED; +alternate-urgent-background: #010001; +alternate-urgent-foreground: #FBF8ED; -selected-active-background: #0B0E22; -selected-active-foreground: #F7F0FA; -selected-normal-background: #EBE1F0; -selected-normal-foreground: #F7F0FA; -selected-urgent-background: #805673; -selected-urgent-foreground: #F7F0FA; +selected-active-background: #030203; +selected-active-foreground: #FBF8ED; +selected-normal-background: #F1ECDD; +selected-normal-foreground: #FBF8ED; +selected-urgent-background: #5F7370; +selected-urgent-foreground: #FBF8ED; -background-color: #020206; +background-color: #010001; background: rgba(0,0,0,0.7); -foreground: #EBE1F0; -border-color: #0B0E22; +foreground: #F1ECDD; +border-color: #030203; } |
