diff options
| author | caley <u65487754@gmail.com> | 2026-05-31 19:21:58 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-31 19:21:58 +0200 |
| commit | deb174e834821afeca81fd8b56d52f1f438c93f6 (patch) | |
| tree | 53c6478499b5535fdbfc3ce9f44108f72247ca40 /.config/rofi/wallpaper.rasi | |
| parent | e2f4bccba45f0617252461632b40aab4e2743b87 (diff) | |
Delete .config/rofi directory
Diffstat (limited to '.config/rofi/wallpaper.rasi')
| -rw-r--r-- | .config/rofi/wallpaper.rasi | 94 |
1 files changed, 0 insertions, 94 deletions
diff --git a/.config/rofi/wallpaper.rasi b/.config/rofi/wallpaper.rasi deleted file mode 100644 index 6622acb..0000000 --- a/.config/rofi/wallpaper.rasi +++ /dev/null @@ -1,94 +0,0 @@ -configuration { - font: "JetBrainsMono Nerd Font 12"; - show-icons: true; - hover-select: true; - me-select-entry: ""; - me-accept-entry: "MousePrimary"; -} - -* { - background-color: #111111; - text-color: #FFFFFF; - border-color: #FFFFFF; -} - -window { - anchor: east; - location: east; - width: 320px; - height: 70%; - x-offset: -15px; - y-offset: 0px; - background-color: #111111; - border: 1px; - border-radius: 0px; - border-color: #FFFFFF; -} - -mainbox { - background-color: transparent; - spacing: 0px; - padding: 5px; - children: [ "inputbar", "listview" ]; -} - -inputbar { - background-color: transparent; - text-color: #FFFFFF; - padding: 4px 0px; - spacing: 0; - children: [ "prompt", "entry" ]; -} - -prompt { - background-color: transparent; - text-color: #FFFFFF; - padding: 0px 4px 0px 0px; - content: ">"; -} - -entry { - background-color: transparent; - text-color: #FFFFFF; - placeholder: ""; - cursor: default; -} - -listview { - background-color: transparent; - columns: 1; - lines: 5; - spacing: 2px; - cycle: true; - fixed-height: false; - scrollbar: false; - border: 0; -} - -element { - orientation: vertical; - background-color: transparent; - padding: 0px; - border-radius: 0px; - cursor: default; -} - -element selected { - background-color: transparent; - border: 2px; - border-color: #FFFFFF; -} - -element-icon { - background-color: transparent; - size: 170px; - horizontal-align: 0.5; - cursor: default; -} - -element-text { - enabled: false; - width: 0px; - padding: 0px; - margin: 0px; -} |
