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 | |
| parent | e2f4bccba45f0617252461632b40aab4e2743b87 (diff) | |
Delete .config/rofi directory
| -rw-r--r-- | .config/rofi/config.rasi | 114 | ||||
| -rw-r--r-- | .config/rofi/wallpaper.rasi | 94 |
2 files changed, 0 insertions, 208 deletions
diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi deleted file mode 100644 index 32531a1..0000000 --- a/.config/rofi/config.rasi +++ /dev/null @@ -1,114 +0,0 @@ -configuration { - modi: "drun"; - display-drun: ">"; - font: "JetBrainsMono Nerd Font 12"; - show-icons: false; - lines: 6; - width: 30; - hover-select: true; - me-select-entry: ""; - me-accept-entry: "MousePrimary"; -} - -* { - background-color: #111111; - border-color: #FFFFFF; - text-color: #FFFFFF; - normal-background: #111111; - normal-foreground: #FFFFFF; - selected-normal-background: #FFFFFF; - selected-normal-foreground: #000000; - prompt-foreground: #FFFFFF; - placeholder-foreground: #808080; -} - -window { - width: 20%; - background-color: #111111; - border: 1px; - border-color: #FFFFFF; - border-radius: 0px; - padding: 4px 5px; - location: north; - anchor: north; - y-offset: 20px; -} - -mainbox { - background-color: transparent; - border: 0; - padding: 2px; - spacing: 0; - 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-color: #808080; - placeholder: ""; - cursor: default; -} - -listview { - background-color: transparent; - border: 0; - padding: 2px 0px 0px 0px; - spacing: 0; - lines: 6; - columns: 1; - fixed-height: true; - scrollbar: false; -} - -element { - background-color: transparent; - text-color: #FFFFFF; - border-radius: 0px; - padding: 2px 4px; - cursor: default; -} - -element alternate normal { - background-color: transparent; - text-color: #FFFFFF; -} - -element selected { - background-color: #FFFFFF; - text-color: #000000; -} - -element-text { - background-color: transparent; - text-color: inherit; - highlight: #FFFFFF; - cursor: default; -} - -message { - background-color: transparent; - border: 0; - padding: 2px; -} - -textbox { - background-color: transparent; - text-color: #FFFFFF; - padding: 2px 4px; -} 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; -} |
