diff --git a/qutebrowser/.config/qutebrowser/config.py b/qutebrowser/.config/qutebrowser/config.py new file mode 100644 index 0000000..30615d7 --- /dev/null +++ b/qutebrowser/.config/qutebrowser/config.py @@ -0,0 +1,155 @@ +# Autogenerated config.py +# +# NOTE: config.py is intended for advanced users who are comfortable +# with manually migrating the config file on qutebrowser upgrades. If +# you prefer, you can also configure qutebrowser using the +# :set/:bind/:config-* commands without having to write a config.py +# file. +# +# Documentation: +# qute://help/configuring.html +# qute://help/settings.html + +# Change the argument to True to still load settings configured via autoconfig.yml +config.load_autoconfig(False) + +# Which cookies to accept. With QtWebEngine, this setting also controls +# other features with tracking capabilities similar to those of cookies; +# including IndexedDB, DOM storage, filesystem API, service workers, and +# AppCache. Note that with QtWebKit, only `all` and `never` are +# supported as per-domain values. Setting `no-3rdparty` or `no- +# unknown-3rdparty` per-domain on QtWebKit will have the same effect as +# `all`. If this setting is used with URL patterns, the pattern gets +# applied to the origin/first party URL of the page making the request, +# not the request URL. With QtWebEngine 5.15.0+, paths will be stripped +# from URLs, so URL patterns using paths will not match. With +# QtWebEngine 5.15.2+, subdomains are additionally stripped as well, so +# you will typically need to set this setting for `example.com` when the +# cookie is set on `somesubdomain.example.com` for it to work properly. +# To debug issues with this setting, start qutebrowser with `--debug +# --logfilter network --debug-flag log-cookies` which will show all +# cookies being set. +# Type: String +# Valid values: +# - all: Accept all cookies. +# - no-3rdparty: Accept cookies from the same origin only. This is known to break some sites, such as GMail. +# - no-unknown-3rdparty: Accept cookies from the same origin only, unless a cookie is already set for the domain. On QtWebEngine, this is the same as no-3rdparty. +# - never: Don't accept cookies at all. +config.set('content.cookies.accept', 'all', 'chrome-devtools://*') + +# Which cookies to accept. With QtWebEngine, this setting also controls +# other features with tracking capabilities similar to those of cookies; +# including IndexedDB, DOM storage, filesystem API, service workers, and +# AppCache. Note that with QtWebKit, only `all` and `never` are +# supported as per-domain values. Setting `no-3rdparty` or `no- +# unknown-3rdparty` per-domain on QtWebKit will have the same effect as +# `all`. If this setting is used with URL patterns, the pattern gets +# applied to the origin/first party URL of the page making the request, +# not the request URL. With QtWebEngine 5.15.0+, paths will be stripped +# from URLs, so URL patterns using paths will not match. With +# QtWebEngine 5.15.2+, subdomains are additionally stripped as well, so +# you will typically need to set this setting for `example.com` when the +# cookie is set on `somesubdomain.example.com` for it to work properly. +# To debug issues with this setting, start qutebrowser with `--debug +# --logfilter network --debug-flag log-cookies` which will show all +# cookies being set. +# Type: String +# Valid values: +# - all: Accept all cookies. +# - no-3rdparty: Accept cookies from the same origin only. This is known to break some sites, such as GMail. +# - no-unknown-3rdparty: Accept cookies from the same origin only, unless a cookie is already set for the domain. On QtWebEngine, this is the same as no-3rdparty. +# - never: Don't accept cookies at all. +config.set('content.cookies.accept', 'all', 'devtools://*') + +# Value to send in the `Accept-Language` header. Note that the value +# read from JavaScript is always the global value. +# Type: String +config.set('content.headers.accept_language', '', 'https://matchmaker.krunker.io/*') + +# User agent to send. The following placeholders are defined: * +# `{os_info}`: Something like "X11; Linux x86_64". * `{webkit_version}`: +# The underlying WebKit version (set to a fixed value with +# QtWebEngine). * `{qt_key}`: "Qt" for QtWebKit, "QtWebEngine" for +# QtWebEngine. * `{qt_version}`: The underlying Qt version. * +# `{upstream_browser_key}`: "Version" for QtWebKit, "Chrome" for +# QtWebEngine. * `{upstream_browser_version}`: The corresponding +# Safari/Chrome version. * `{qutebrowser_version}`: The currently +# running qutebrowser version. The default value is equal to the +# unchanged user agent of QtWebKit/QtWebEngine. Note that the value +# read from JavaScript is always the global value. With QtWebEngine +# between 5.12 and 5.14 (inclusive), changing the value exposed to +# JavaScript requires a restart. +# Type: FormatString +config.set('content.headers.user_agent', 'Mozilla/5.0 ({os_info}) AppleWebKit/{webkit_version} (KHTML, like Gecko) {upstream_browser_key}/{upstream_browser_version} Safari/{webkit_version}', 'https://web.whatsapp.com/') + +# User agent to send. The following placeholders are defined: * +# `{os_info}`: Something like "X11; Linux x86_64". * `{webkit_version}`: +# The underlying WebKit version (set to a fixed value with +# QtWebEngine). * `{qt_key}`: "Qt" for QtWebKit, "QtWebEngine" for +# QtWebEngine. * `{qt_version}`: The underlying Qt version. * +# `{upstream_browser_key}`: "Version" for QtWebKit, "Chrome" for +# QtWebEngine. * `{upstream_browser_version}`: The corresponding +# Safari/Chrome version. * `{qutebrowser_version}`: The currently +# running qutebrowser version. The default value is equal to the +# unchanged user agent of QtWebKit/QtWebEngine. Note that the value +# read from JavaScript is always the global value. With QtWebEngine +# between 5.12 and 5.14 (inclusive), changing the value exposed to +# JavaScript requires a restart. +# Type: FormatString +config.set('content.headers.user_agent', 'Mozilla/5.0 ({os_info}; rv:90.0) Gecko/20100101 Firefox/90.0', 'https://accounts.google.com/*') + +# User agent to send. The following placeholders are defined: * +# `{os_info}`: Something like "X11; Linux x86_64". * `{webkit_version}`: +# The underlying WebKit version (set to a fixed value with +# QtWebEngine). * `{qt_key}`: "Qt" for QtWebKit, "QtWebEngine" for +# QtWebEngine. * `{qt_version}`: The underlying Qt version. * +# `{upstream_browser_key}`: "Version" for QtWebKit, "Chrome" for +# QtWebEngine. * `{upstream_browser_version}`: The corresponding +# Safari/Chrome version. * `{qutebrowser_version}`: The currently +# running qutebrowser version. The default value is equal to the +# unchanged user agent of QtWebKit/QtWebEngine. Note that the value +# read from JavaScript is always the global value. With QtWebEngine +# between 5.12 and 5.14 (inclusive), changing the value exposed to +# JavaScript requires a restart. +# Type: FormatString +config.set('content.headers.user_agent', 'Mozilla/5.0 ({os_info}) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99 Safari/537.36', 'https://*.slack.com/*') + +# Load images automatically in web pages. +# Type: Bool +config.set('content.images', True, 'chrome-devtools://*') + +# Load images automatically in web pages. +# Type: Bool +config.set('content.images', True, 'devtools://*') + +# Enable JavaScript. +# Type: Bool +config.set('content.javascript.enabled', True, 'chrome-devtools://*') + +# Enable JavaScript. +# Type: Bool +config.set('content.javascript.enabled', True, 'devtools://*') + +# Enable JavaScript. +# Type: Bool +config.set('content.javascript.enabled', True, 'chrome://*/*') + +# Enable JavaScript. +# Type: Bool +config.set('content.javascript.enabled', True, 'qute://*/*') + + +# Enabe dark made +config.set("colors.webpage.darkmode.enabled", True) + +import dracula.draw + +# Load existing settings made via :set +config.load_autoconfig() + +dracula.draw.blood(c, { + 'spacing': { + 'vertical': 6, + 'horizontal': 8 + } +}) diff --git a/qutebrowser/.config/qutebrowser/dracula/INSTALL.md b/qutebrowser/.config/qutebrowser/dracula/INSTALL.md new file mode 100644 index 0000000..7c61e78 --- /dev/null +++ b/qutebrowser/.config/qutebrowser/dracula/INSTALL.md @@ -0,0 +1,31 @@ +### [qutebrowser](https://www.qutebrowser.org/) + +#### Install using Git + +If you are a git user, you can install the theme and keep up to date by cloning the repo: + + $ git clone https://github.com/dracula/qutebrowser-dracula-theme.git dracula + +#### Install manually + +Download using the [GitHub .zip download](https://github.com/dracula/qutebrowser.git) option and unzip. + +#### Activating theme + +- Find your *[qutebrowser configuration directory](https://www.qutebrowser.org/doc/help/configuring.html#configpy)* (see e.g. `:version` in qutebrowser). This folder should be located at the "config" location listed on qute://version, which is typically ~/.config/qutebrowser/ on Linux, ~/.qutebrowser/ on macOS, and %APPDATA%/qutebrowser/config/ on Windows. +- Move the repository folder to `dracula` inside the configuration directory. +- In your [qutebrowser config.py file](https://www.qutebrowser.org/doc/help/configuring.html#configpy), include the following: + +```python +import dracula.draw + +# Load existing settings made via :set +config.load_autoconfig() + +dracula.draw.blood(c, { + 'spacing': { + 'vertical': 6, + 'horizontal': 8 + } +}) +``` diff --git a/qutebrowser/.config/qutebrowser/dracula/__init__.py b/qutebrowser/.config/qutebrowser/dracula/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/qutebrowser/.config/qutebrowser/dracula/__pycache__/__init__.cpython-39.pyc b/qutebrowser/.config/qutebrowser/dracula/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000..ca31dbf Binary files /dev/null and b/qutebrowser/.config/qutebrowser/dracula/__pycache__/__init__.cpython-39.pyc differ diff --git a/qutebrowser/.config/qutebrowser/dracula/__pycache__/draw.cpython-39.pyc b/qutebrowser/.config/qutebrowser/dracula/__pycache__/draw.cpython-39.pyc new file mode 100644 index 0000000..04a75c3 Binary files /dev/null and b/qutebrowser/.config/qutebrowser/dracula/__pycache__/draw.cpython-39.pyc differ diff --git a/qutebrowser/.config/qutebrowser/dracula/draw.py b/qutebrowser/.config/qutebrowser/dracula/draw.py new file mode 100644 index 0000000..a1079a0 --- /dev/null +++ b/qutebrowser/.config/qutebrowser/dracula/draw.py @@ -0,0 +1,291 @@ +def blood(c, options = {}): + palette = { + 'background': '#282a36', + 'background-alt': '#282a36', + 'background-attention': '#181920', + 'border': '#282a36', + 'current-line': '#44475a', + 'selection': '#44475a', + 'foreground': '#f8f8f2', + 'foreground-alt': '#e0e0e0', + 'foreground-attention': '#ffffff', + 'comment': '#6272a4', + 'cyan': '#8be9fd', + 'green': '#50fa7b', + 'orange': '#ffb86c', + 'pink': '#ff79c6', + 'purple': '#bd93f9', + 'red': '#ff5555', + 'yellow': '#f1fa8c' + } + + spacing = options.get('spacing', { + 'vertical': 5, + 'horizontal': 5 + }) + + padding = options.get('padding', { + 'top': spacing['vertical'], + 'right': spacing['horizontal'], + 'bottom': spacing['vertical'], + 'left': spacing['horizontal'] + }) + + ## Background color of the completion widget category headers. + c.colors.completion.category.bg = palette['background'] + + ## Bottom border color of the completion widget category headers. + c.colors.completion.category.border.bottom = palette['border'] + + ## Top border color of the completion widget category headers. + c.colors.completion.category.border.top = palette['border'] + + ## Foreground color of completion widget category headers. + c.colors.completion.category.fg = palette['foreground'] + + ## Background color of the completion widget for even rows. + c.colors.completion.even.bg = palette['background'] + + ## Background color of the completion widget for odd rows. + c.colors.completion.odd.bg = palette['background-alt'] + + ## Text color of the completion widget. + c.colors.completion.fg = palette['foreground'] + + ## Background color of the selected completion item. + c.colors.completion.item.selected.bg = palette['selection'] + + ## Bottom border color of the selected completion item. + c.colors.completion.item.selected.border.bottom = palette['selection'] + + ## Top border color of the completion widget category headers. + c.colors.completion.item.selected.border.top = palette['selection'] + + ## Foreground color of the selected completion item. + c.colors.completion.item.selected.fg = palette['foreground'] + + ## Foreground color of the matched text in the completion. + c.colors.completion.match.fg = palette['orange'] + + ## Color of the scrollbar in completion view + c.colors.completion.scrollbar.bg = palette['background'] + + ## Color of the scrollbar handle in completion view. + c.colors.completion.scrollbar.fg = palette['foreground'] + + ## Background color for the download bar. + c.colors.downloads.bar.bg = palette['background'] + + ## Background color for downloads with errors. + c.colors.downloads.error.bg = palette['background'] + + ## Foreground color for downloads with errors. + c.colors.downloads.error.fg = palette['red'] + + ## Color gradient stop for download backgrounds. + c.colors.downloads.stop.bg = palette['background'] + + ## Color gradient interpolation system for download backgrounds. + ## Type: ColorSystem + ## Valid values: + ## - rgb: Interpolate in the RGB color system. + ## - hsv: Interpolate in the HSV color system. + ## - hsl: Interpolate in the HSL color system. + ## - none: Don't show a gradient. + c.colors.downloads.system.bg = 'none' + + ## Background color for hints. Note that you can use a `rgba(...)` value + ## for transparency. + c.colors.hints.bg = palette['background'] + + ## Font color for hints. + c.colors.hints.fg = palette['purple'] + + ## Hints + c.hints.border = '1px solid ' + palette['background-alt'] + + ## Font color for the matched part of hints. + c.colors.hints.match.fg = palette['foreground-alt'] + + ## Background color of the keyhint widget. + c.colors.keyhint.bg = palette['background'] + + ## Text color for the keyhint widget. + c.colors.keyhint.fg = palette['purple'] + + ## Highlight color for keys to complete the current keychain. + c.colors.keyhint.suffix.fg = palette['selection'] + + ## Background color of an error message. + c.colors.messages.error.bg = palette['background'] + + ## Border color of an error message. + c.colors.messages.error.border = palette['background-alt'] + + ## Foreground color of an error message. + c.colors.messages.error.fg = palette['red'] + + ## Background color of an info message. + c.colors.messages.info.bg = palette['background'] + + ## Border color of an info message. + c.colors.messages.info.border = palette['background-alt'] + + ## Foreground color an info message. + c.colors.messages.info.fg = palette['comment'] + + ## Background color of a warning message. + c.colors.messages.warning.bg = palette['background'] + + ## Border color of a warning message. + c.colors.messages.warning.border = palette['background-alt'] + + ## Foreground color a warning message. + c.colors.messages.warning.fg = palette['red'] + + ## Background color for prompts. + c.colors.prompts.bg = palette['background'] + + # ## Border used around UI elements in prompts. + c.colors.prompts.border = '1px solid ' + palette['background-alt'] + + ## Foreground color for prompts. + c.colors.prompts.fg = palette['cyan'] + + ## Background color for the selected item in filename prompts. + c.colors.prompts.selected.bg = palette['selection'] + + ## Background color of the statusbar in caret mode. + c.colors.statusbar.caret.bg = palette['background'] + + ## Foreground color of the statusbar in caret mode. + c.colors.statusbar.caret.fg = palette['orange'] + + ## Background color of the statusbar in caret mode with a selection. + c.colors.statusbar.caret.selection.bg = palette['background'] + + ## Foreground color of the statusbar in caret mode with a selection. + c.colors.statusbar.caret.selection.fg = palette['orange'] + + ## Background color of the statusbar in command mode. + c.colors.statusbar.command.bg = palette['background'] + + ## Foreground color of the statusbar in command mode. + c.colors.statusbar.command.fg = palette['pink'] + + ## Background color of the statusbar in private browsing + command mode. + c.colors.statusbar.command.private.bg = palette['background'] + + ## Foreground color of the statusbar in private browsing + command mode. + c.colors.statusbar.command.private.fg = palette['foreground-alt'] + + ## Background color of the statusbar in insert mode. + c.colors.statusbar.insert.bg = palette['background-attention'] + + ## Foreground color of the statusbar in insert mode. + c.colors.statusbar.insert.fg = palette['foreground-attention'] + + ## Background color of the statusbar. + c.colors.statusbar.normal.bg = palette['background'] + + ## Foreground color of the statusbar. + c.colors.statusbar.normal.fg = palette['foreground'] + + ## Background color of the statusbar in passthrough mode. + c.colors.statusbar.passthrough.bg = palette['background'] + + ## Foreground color of the statusbar in passthrough mode. + c.colors.statusbar.passthrough.fg = palette['orange'] + + ## Background color of the statusbar in private browsing mode. + c.colors.statusbar.private.bg = palette['background-alt'] + + ## Foreground color of the statusbar in private browsing mode. + c.colors.statusbar.private.fg = palette['foreground-alt'] + + ## Background color of the progress bar. + c.colors.statusbar.progress.bg = palette['background'] + + ## Foreground color of the URL in the statusbar on error. + c.colors.statusbar.url.error.fg = palette['red'] + + ## Default foreground color of the URL in the statusbar. + c.colors.statusbar.url.fg = palette['foreground'] + + ## Foreground color of the URL in the statusbar for hovered links. + c.colors.statusbar.url.hover.fg = palette['cyan'] + + ## Foreground color of the URL in the statusbar on successful load + c.colors.statusbar.url.success.http.fg = palette['green'] + + ## Foreground color of the URL in the statusbar on successful load + c.colors.statusbar.url.success.https.fg = palette['green'] + + ## Foreground color of the URL in the statusbar when there's a warning. + c.colors.statusbar.url.warn.fg = palette['yellow'] + + ## Status bar padding + c.statusbar.padding = padding + + ## Background color of the tab bar. + ## Type: QtColor + c.colors.tabs.bar.bg = palette['selection'] + + ## Background color of unselected even tabs. + ## Type: QtColor + c.colors.tabs.even.bg = palette['selection'] + + ## Foreground color of unselected even tabs. + ## Type: QtColor + c.colors.tabs.even.fg = palette['foreground'] + + ## Color for the tab indicator on errors. + ## Type: QtColor + c.colors.tabs.indicator.error = palette['red'] + + ## Color gradient start for the tab indicator. + ## Type: QtColor + c.colors.tabs.indicator.start = palette['orange'] + + ## Color gradient end for the tab indicator. + ## Type: QtColor + c.colors.tabs.indicator.stop = palette['green'] + + ## Color gradient interpolation system for the tab indicator. + ## Type: ColorSystem + ## Valid values: + ## - rgb: Interpolate in the RGB color system. + ## - hsv: Interpolate in the HSV color system. + ## - hsl: Interpolate in the HSL color system. + ## - none: Don't show a gradient. + c.colors.tabs.indicator.system = 'none' + + ## Background color of unselected odd tabs. + ## Type: QtColor + c.colors.tabs.odd.bg = palette['selection'] + + ## Foreground color of unselected odd tabs. + ## Type: QtColor + c.colors.tabs.odd.fg = palette['foreground'] + + # ## Background color of selected even tabs. + # ## Type: QtColor + c.colors.tabs.selected.even.bg = palette['background'] + + # ## Foreground color of selected even tabs. + # ## Type: QtColor + c.colors.tabs.selected.even.fg = palette['foreground'] + + # ## Background color of selected odd tabs. + # ## Type: QtColor + c.colors.tabs.selected.odd.bg = palette['background'] + + # ## Foreground color of selected odd tabs. + # ## Type: QtColor + c.colors.tabs.selected.odd.fg = palette['foreground'] + + ## Tab padding + c.tabs.padding = padding + c.tabs.indicator.width = 1 + c.tabs.favicons.scale = 1 + diff --git a/qutebrowser/.config/qutebrowser/dracula/readme.md b/qutebrowser/.config/qutebrowser/dracula/readme.md new file mode 100644 index 0000000..1e914ea --- /dev/null +++ b/qutebrowser/.config/qutebrowser/dracula/readme.md @@ -0,0 +1,21 @@ +# Dracula for [qutebrowser](https://www.qutebrowser.org/) + +> A dark theme for [qutebrowser](https://www.qutebrowser.org/). + +![Screenshot](./screenshot.png) + +## Install + +All instructions can be found at [draculatheme.com/qutebrowser](https://draculatheme.com/qutebrowser). + +## Team + +This theme is maintained by the following person(s) and a bunch of [awesome contributors](https://github.com/dracula/qutebrowser/graphs/contributors). + +[![Evan Nagle](https://avatars2.githubusercontent.com/u/556537?s=88&v=4&s=70)](https://github.com/evannagle) | +--- | +[Evan Nagle](https://github.com/evannagle) | + +## License + +[MIT License](./LICENSE) diff --git a/qutebrowser/.config/qutebrowser/dracula/screenshot.png b/qutebrowser/.config/qutebrowser/dracula/screenshot.png new file mode 100644 index 0000000..5dbcba4 Binary files /dev/null and b/qutebrowser/.config/qutebrowser/dracula/screenshot.png differ diff --git a/rofi/.config/rofi-menus/config.rasi b/rofi/.config/rofi-menus/config.rasi deleted file mode 100644 index d1146b4..0000000 --- a/rofi/.config/rofi-menus/config.rasi +++ /dev/null @@ -1,10 +0,0 @@ -configuration { - show-icons: true; - icon-theme: "Paper"; - cycle: true; - hide-scrollbar: true; - disable-history: false; - modi: "drun"; - display-drun: "apps"; - columns: 2; -} diff --git a/rofi/.config/rofi-menus/LICENCE b/rofi/.config/rofi/LICENCE similarity index 100% rename from rofi/.config/rofi-menus/LICENCE rename to rofi/.config/rofi/LICENCE diff --git a/rofi/.config/rofi-menus/README.md b/rofi/.config/rofi/README.md similarity index 100% rename from rofi/.config/rofi-menus/README.md rename to rofi/.config/rofi/README.md diff --git a/rofi/.config/rofi-menus/bins/appsmenu b/rofi/.config/rofi/bins/appsmenu similarity index 100% rename from rofi/.config/rofi-menus/bins/appsmenu rename to rofi/.config/rofi/bins/appsmenu diff --git a/rofi/.config/rofi-menus/bins/i3keybindingsmenu b/rofi/.config/rofi/bins/i3keybindingsmenu similarity index 100% rename from rofi/.config/rofi-menus/bins/i3keybindingsmenu rename to rofi/.config/rofi/bins/i3keybindingsmenu diff --git a/rofi/.config/rofi-menus/bins/i3layoutmenu b/rofi/.config/rofi/bins/i3layoutmenu similarity index 100% rename from rofi/.config/rofi-menus/bins/i3layoutmenu rename to rofi/.config/rofi/bins/i3layoutmenu diff --git a/rofi/.config/rofi-menus/bins/maimmenu b/rofi/.config/rofi/bins/maimmenu similarity index 100% rename from rofi/.config/rofi-menus/bins/maimmenu rename to rofi/.config/rofi/bins/maimmenu diff --git a/rofi/.config/rofi-menus/bins/mpdmenu b/rofi/.config/rofi/bins/mpdmenu similarity index 100% rename from rofi/.config/rofi-menus/bins/mpdmenu rename to rofi/.config/rofi/bins/mpdmenu diff --git a/rofi/.config/rofi-menus/bins/networkmenu b/rofi/.config/rofi/bins/networkmenu similarity index 100% rename from rofi/.config/rofi-menus/bins/networkmenu rename to rofi/.config/rofi/bins/networkmenu diff --git a/rofi/.config/rofi-menus/bins/nmvpnmenu b/rofi/.config/rofi/bins/nmvpnmenu similarity index 100% rename from rofi/.config/rofi-menus/bins/nmvpnmenu rename to rofi/.config/rofi/bins/nmvpnmenu diff --git a/rofi/.config/rofi-menus/bins/powermenu b/rofi/.config/rofi/bins/powermenu similarity index 100% rename from rofi/.config/rofi-menus/bins/powermenu rename to rofi/.config/rofi/bins/powermenu diff --git a/rofi/.config/rofi-menus/bins/promptmenu b/rofi/.config/rofi/bins/promptmenu similarity index 100% rename from rofi/.config/rofi-menus/bins/promptmenu rename to rofi/.config/rofi/bins/promptmenu diff --git a/rofi/.config/rofi-menus/bins/scrotmenu b/rofi/.config/rofi/bins/scrotmenu similarity index 100% rename from rofi/.config/rofi-menus/bins/scrotmenu rename to rofi/.config/rofi/bins/scrotmenu diff --git a/rofi/.config/rofi-menus/colors-rofi-dark.rasi b/rofi/.config/rofi/colors-rofi-dark.rasi similarity index 100% rename from rofi/.config/rofi-menus/colors-rofi-dark.rasi rename to rofi/.config/rofi/colors-rofi-dark.rasi diff --git a/rofi/.config/rofi-menus/colorschemes.md b/rofi/.config/rofi/colorschemes.md similarity index 100% rename from rofi/.config/rofi-menus/colorschemes.md rename to rofi/.config/rofi/colorschemes.md diff --git a/rofi/.config/rofi/config.rasi b/rofi/.config/rofi/config.rasi new file mode 100644 index 0000000..608e3dd --- /dev/null +++ b/rofi/.config/rofi/config.rasi @@ -0,0 +1,13 @@ +configuration { + show-icons: true; + icon-theme: "Papirus"; + cycle: true; + hide-scrollbar: true; + disable-history: false; + modi: "drun"; + display-drun: "apps"; + columns: 2; +} +//@theme "/home/$USER/.config/rofi-menus/colors-rofi-dark.rasi" +//@theme "/usr/share/rofi/themes/colors-rofi-dark.rasi" +@theme "/usr/share/rofi/themes/colors-rofi-dark.rasi" diff --git a/rofi/.config/rofi-menus/networkmanager-dmenu/config.ini b/rofi/.config/rofi/networkmanager-dmenu/config.ini similarity index 100% rename from rofi/.config/rofi-menus/networkmanager-dmenu/config.ini rename to rofi/.config/rofi/networkmanager-dmenu/config.ini diff --git a/rofi/.config/rofi-menus/screenshots/dark-amber/appsmenu.png b/rofi/.config/rofi/screenshots/dark-amber/appsmenu.png similarity index 100% rename from rofi/.config/rofi-menus/screenshots/dark-amber/appsmenu.png rename to rofi/.config/rofi/screenshots/dark-amber/appsmenu.png diff --git a/rofi/.config/rofi-menus/screenshots/dark-amber/i3keybindingsmenu.png b/rofi/.config/rofi/screenshots/dark-amber/i3keybindingsmenu.png similarity index 100% rename from rofi/.config/rofi-menus/screenshots/dark-amber/i3keybindingsmenu.png rename to rofi/.config/rofi/screenshots/dark-amber/i3keybindingsmenu.png diff --git a/rofi/.config/rofi-menus/screenshots/dark-amber/i3layoutmenu.png b/rofi/.config/rofi/screenshots/dark-amber/i3layoutmenu.png similarity index 100% rename from rofi/.config/rofi-menus/screenshots/dark-amber/i3layoutmenu.png rename to rofi/.config/rofi/screenshots/dark-amber/i3layoutmenu.png diff --git a/rofi/.config/rofi-menus/screenshots/dark-amber/mpdmenu.png b/rofi/.config/rofi/screenshots/dark-amber/mpdmenu.png similarity index 100% rename from rofi/.config/rofi-menus/screenshots/dark-amber/mpdmenu.png rename to rofi/.config/rofi/screenshots/dark-amber/mpdmenu.png diff --git a/rofi/.config/rofi-menus/screenshots/dark-amber/networkmenu.png b/rofi/.config/rofi/screenshots/dark-amber/networkmenu.png similarity index 100% rename from rofi/.config/rofi-menus/screenshots/dark-amber/networkmenu.png rename to rofi/.config/rofi/screenshots/dark-amber/networkmenu.png diff --git a/rofi/.config/rofi-menus/screenshots/dark-amber/nmvpnmenu_connected.png b/rofi/.config/rofi/screenshots/dark-amber/nmvpnmenu_connected.png similarity index 100% rename from rofi/.config/rofi-menus/screenshots/dark-amber/nmvpnmenu_connected.png rename to rofi/.config/rofi/screenshots/dark-amber/nmvpnmenu_connected.png diff --git a/rofi/.config/rofi-menus/screenshots/dark-amber/nmvpnmenu_disconnected.png b/rofi/.config/rofi/screenshots/dark-amber/nmvpnmenu_disconnected.png similarity index 100% rename from rofi/.config/rofi-menus/screenshots/dark-amber/nmvpnmenu_disconnected.png rename to rofi/.config/rofi/screenshots/dark-amber/nmvpnmenu_disconnected.png diff --git a/rofi/.config/rofi-menus/screenshots/dark-amber/powermenu.png b/rofi/.config/rofi/screenshots/dark-amber/powermenu.png similarity index 100% rename from rofi/.config/rofi-menus/screenshots/dark-amber/powermenu.png rename to rofi/.config/rofi/screenshots/dark-amber/powermenu.png diff --git a/rofi/.config/rofi-menus/screenshots/dark-amber/promptmenu_no_selected.png b/rofi/.config/rofi/screenshots/dark-amber/promptmenu_no_selected.png similarity index 100% rename from rofi/.config/rofi-menus/screenshots/dark-amber/promptmenu_no_selected.png rename to rofi/.config/rofi/screenshots/dark-amber/promptmenu_no_selected.png diff --git a/rofi/.config/rofi-menus/screenshots/dark-amber/promptmenu_yes_selected.png b/rofi/.config/rofi/screenshots/dark-amber/promptmenu_yes_selected.png similarity index 100% rename from rofi/.config/rofi-menus/screenshots/dark-amber/promptmenu_yes_selected.png rename to rofi/.config/rofi/screenshots/dark-amber/promptmenu_yes_selected.png diff --git a/rofi/.config/rofi-menus/screenshots/dark-amber/scrotmenu.png b/rofi/.config/rofi/screenshots/dark-amber/scrotmenu.png similarity index 100% rename from rofi/.config/rofi-menus/screenshots/dark-amber/scrotmenu.png rename to rofi/.config/rofi/screenshots/dark-amber/scrotmenu.png diff --git a/rofi/.config/rofi-menus/screenshots/dark-steel-blue/appsmenu.png b/rofi/.config/rofi/screenshots/dark-steel-blue/appsmenu.png similarity index 100% rename from rofi/.config/rofi-menus/screenshots/dark-steel-blue/appsmenu.png rename to rofi/.config/rofi/screenshots/dark-steel-blue/appsmenu.png diff --git a/rofi/.config/rofi-menus/screenshots/dark-steel-blue/i3keybindingsmenu.png b/rofi/.config/rofi/screenshots/dark-steel-blue/i3keybindingsmenu.png similarity index 100% rename from rofi/.config/rofi-menus/screenshots/dark-steel-blue/i3keybindingsmenu.png rename to rofi/.config/rofi/screenshots/dark-steel-blue/i3keybindingsmenu.png diff --git a/rofi/.config/rofi-menus/screenshots/dark-steel-blue/i3layoutmenu.png b/rofi/.config/rofi/screenshots/dark-steel-blue/i3layoutmenu.png similarity index 100% rename from rofi/.config/rofi-menus/screenshots/dark-steel-blue/i3layoutmenu.png rename to rofi/.config/rofi/screenshots/dark-steel-blue/i3layoutmenu.png diff --git a/rofi/.config/rofi-menus/screenshots/dark-steel-blue/mpdmenu.png b/rofi/.config/rofi/screenshots/dark-steel-blue/mpdmenu.png similarity index 100% rename from rofi/.config/rofi-menus/screenshots/dark-steel-blue/mpdmenu.png rename to rofi/.config/rofi/screenshots/dark-steel-blue/mpdmenu.png diff --git a/rofi/.config/rofi-menus/screenshots/dark-steel-blue/networkmenu.png b/rofi/.config/rofi/screenshots/dark-steel-blue/networkmenu.png similarity index 100% rename from rofi/.config/rofi-menus/screenshots/dark-steel-blue/networkmenu.png rename to rofi/.config/rofi/screenshots/dark-steel-blue/networkmenu.png diff --git a/rofi/.config/rofi-menus/screenshots/dark-steel-blue/nmvpnmenu_connected.png b/rofi/.config/rofi/screenshots/dark-steel-blue/nmvpnmenu_connected.png similarity index 100% rename from rofi/.config/rofi-menus/screenshots/dark-steel-blue/nmvpnmenu_connected.png rename to rofi/.config/rofi/screenshots/dark-steel-blue/nmvpnmenu_connected.png diff --git a/rofi/.config/rofi-menus/screenshots/dark-steel-blue/nmvpnmenu_disconnected.png b/rofi/.config/rofi/screenshots/dark-steel-blue/nmvpnmenu_disconnected.png similarity index 100% rename from rofi/.config/rofi-menus/screenshots/dark-steel-blue/nmvpnmenu_disconnected.png rename to rofi/.config/rofi/screenshots/dark-steel-blue/nmvpnmenu_disconnected.png diff --git a/rofi/.config/rofi-menus/screenshots/dark-steel-blue/powermenu.png b/rofi/.config/rofi/screenshots/dark-steel-blue/powermenu.png similarity index 100% rename from rofi/.config/rofi-menus/screenshots/dark-steel-blue/powermenu.png rename to rofi/.config/rofi/screenshots/dark-steel-blue/powermenu.png diff --git a/rofi/.config/rofi-menus/screenshots/dark-steel-blue/promptmenu_no_selected.png b/rofi/.config/rofi/screenshots/dark-steel-blue/promptmenu_no_selected.png similarity index 100% rename from rofi/.config/rofi-menus/screenshots/dark-steel-blue/promptmenu_no_selected.png rename to rofi/.config/rofi/screenshots/dark-steel-blue/promptmenu_no_selected.png diff --git a/rofi/.config/rofi-menus/screenshots/dark-steel-blue/promptmenu_yes_selected.png b/rofi/.config/rofi/screenshots/dark-steel-blue/promptmenu_yes_selected.png similarity index 100% rename from rofi/.config/rofi-menus/screenshots/dark-steel-blue/promptmenu_yes_selected.png rename to rofi/.config/rofi/screenshots/dark-steel-blue/promptmenu_yes_selected.png diff --git a/rofi/.config/rofi-menus/screenshots/dark-steel-blue/scrotmenu.png b/rofi/.config/rofi/screenshots/dark-steel-blue/scrotmenu.png similarity index 100% rename from rofi/.config/rofi-menus/screenshots/dark-steel-blue/scrotmenu.png rename to rofi/.config/rofi/screenshots/dark-steel-blue/scrotmenu.png diff --git a/rofi/.config/rofi-menus/screenshots/gruvbox/appsmenu.png b/rofi/.config/rofi/screenshots/gruvbox/appsmenu.png similarity index 100% rename from rofi/.config/rofi-menus/screenshots/gruvbox/appsmenu.png rename to rofi/.config/rofi/screenshots/gruvbox/appsmenu.png diff --git a/rofi/.config/rofi-menus/screenshots/gruvbox/i3keybindingsmenu.png b/rofi/.config/rofi/screenshots/gruvbox/i3keybindingsmenu.png similarity index 100% rename from rofi/.config/rofi-menus/screenshots/gruvbox/i3keybindingsmenu.png rename to rofi/.config/rofi/screenshots/gruvbox/i3keybindingsmenu.png diff --git a/rofi/.config/rofi-menus/screenshots/gruvbox/i3layoutmenu.png b/rofi/.config/rofi/screenshots/gruvbox/i3layoutmenu.png similarity index 100% rename from rofi/.config/rofi-menus/screenshots/gruvbox/i3layoutmenu.png rename to rofi/.config/rofi/screenshots/gruvbox/i3layoutmenu.png diff --git a/rofi/.config/rofi-menus/screenshots/gruvbox/mpdmenu.png b/rofi/.config/rofi/screenshots/gruvbox/mpdmenu.png similarity index 100% rename from rofi/.config/rofi-menus/screenshots/gruvbox/mpdmenu.png rename to rofi/.config/rofi/screenshots/gruvbox/mpdmenu.png diff --git a/rofi/.config/rofi-menus/screenshots/gruvbox/networkmenu.png b/rofi/.config/rofi/screenshots/gruvbox/networkmenu.png similarity index 100% rename from rofi/.config/rofi-menus/screenshots/gruvbox/networkmenu.png rename to rofi/.config/rofi/screenshots/gruvbox/networkmenu.png diff --git a/rofi/.config/rofi-menus/screenshots/gruvbox/nmvpnmenu_connected.png b/rofi/.config/rofi/screenshots/gruvbox/nmvpnmenu_connected.png similarity index 100% rename from rofi/.config/rofi-menus/screenshots/gruvbox/nmvpnmenu_connected.png rename to rofi/.config/rofi/screenshots/gruvbox/nmvpnmenu_connected.png diff --git a/rofi/.config/rofi-menus/screenshots/gruvbox/nmvpnmenu_disconnected.png b/rofi/.config/rofi/screenshots/gruvbox/nmvpnmenu_disconnected.png similarity index 100% rename from rofi/.config/rofi-menus/screenshots/gruvbox/nmvpnmenu_disconnected.png rename to rofi/.config/rofi/screenshots/gruvbox/nmvpnmenu_disconnected.png diff --git a/rofi/.config/rofi-menus/screenshots/gruvbox/powermenu.png b/rofi/.config/rofi/screenshots/gruvbox/powermenu.png similarity index 100% rename from rofi/.config/rofi-menus/screenshots/gruvbox/powermenu.png rename to rofi/.config/rofi/screenshots/gruvbox/powermenu.png diff --git a/rofi/.config/rofi-menus/screenshots/gruvbox/promptmenu_no_selected.png b/rofi/.config/rofi/screenshots/gruvbox/promptmenu_no_selected.png similarity index 100% rename from rofi/.config/rofi-menus/screenshots/gruvbox/promptmenu_no_selected.png rename to rofi/.config/rofi/screenshots/gruvbox/promptmenu_no_selected.png diff --git a/rofi/.config/rofi-menus/screenshots/gruvbox/promptmenu_yes_selected.png b/rofi/.config/rofi/screenshots/gruvbox/promptmenu_yes_selected.png similarity index 100% rename from rofi/.config/rofi-menus/screenshots/gruvbox/promptmenu_yes_selected.png rename to rofi/.config/rofi/screenshots/gruvbox/promptmenu_yes_selected.png diff --git a/rofi/.config/rofi-menus/screenshots/gruvbox/scrotmenu.png b/rofi/.config/rofi/screenshots/gruvbox/scrotmenu.png similarity index 100% rename from rofi/.config/rofi-menus/screenshots/gruvbox/scrotmenu.png rename to rofi/.config/rofi/screenshots/gruvbox/scrotmenu.png diff --git a/rofi/.config/rofi-menus/screenshots/light-blue/appsmenu.png b/rofi/.config/rofi/screenshots/light-blue/appsmenu.png similarity index 100% rename from rofi/.config/rofi-menus/screenshots/light-blue/appsmenu.png rename to rofi/.config/rofi/screenshots/light-blue/appsmenu.png diff --git a/rofi/.config/rofi-menus/screenshots/light-blue/i3keybindingsmenu.png b/rofi/.config/rofi/screenshots/light-blue/i3keybindingsmenu.png similarity index 100% rename from rofi/.config/rofi-menus/screenshots/light-blue/i3keybindingsmenu.png rename to rofi/.config/rofi/screenshots/light-blue/i3keybindingsmenu.png diff --git a/rofi/.config/rofi-menus/screenshots/light-blue/i3layoutmenu.png b/rofi/.config/rofi/screenshots/light-blue/i3layoutmenu.png similarity index 100% rename from rofi/.config/rofi-menus/screenshots/light-blue/i3layoutmenu.png rename to rofi/.config/rofi/screenshots/light-blue/i3layoutmenu.png diff --git a/rofi/.config/rofi-menus/screenshots/light-blue/mpdmenu.png b/rofi/.config/rofi/screenshots/light-blue/mpdmenu.png similarity index 100% rename from rofi/.config/rofi-menus/screenshots/light-blue/mpdmenu.png rename to rofi/.config/rofi/screenshots/light-blue/mpdmenu.png diff --git a/rofi/.config/rofi-menus/screenshots/light-blue/networkmenu.png b/rofi/.config/rofi/screenshots/light-blue/networkmenu.png similarity index 100% rename from rofi/.config/rofi-menus/screenshots/light-blue/networkmenu.png rename to rofi/.config/rofi/screenshots/light-blue/networkmenu.png diff --git a/rofi/.config/rofi-menus/screenshots/light-blue/nmvpnmenu_connected.png b/rofi/.config/rofi/screenshots/light-blue/nmvpnmenu_connected.png similarity index 100% rename from rofi/.config/rofi-menus/screenshots/light-blue/nmvpnmenu_connected.png rename to rofi/.config/rofi/screenshots/light-blue/nmvpnmenu_connected.png diff --git a/rofi/.config/rofi-menus/screenshots/light-blue/nmvpnmenu_disconnected.png b/rofi/.config/rofi/screenshots/light-blue/nmvpnmenu_disconnected.png similarity index 100% rename from rofi/.config/rofi-menus/screenshots/light-blue/nmvpnmenu_disconnected.png rename to rofi/.config/rofi/screenshots/light-blue/nmvpnmenu_disconnected.png diff --git a/rofi/.config/rofi-menus/screenshots/light-blue/powermenu.png b/rofi/.config/rofi/screenshots/light-blue/powermenu.png similarity index 100% rename from rofi/.config/rofi-menus/screenshots/light-blue/powermenu.png rename to rofi/.config/rofi/screenshots/light-blue/powermenu.png diff --git a/rofi/.config/rofi-menus/screenshots/light-blue/promptmenu_no_selected.png b/rofi/.config/rofi/screenshots/light-blue/promptmenu_no_selected.png similarity index 100% rename from rofi/.config/rofi-menus/screenshots/light-blue/promptmenu_no_selected.png rename to rofi/.config/rofi/screenshots/light-blue/promptmenu_no_selected.png diff --git a/rofi/.config/rofi-menus/screenshots/light-blue/promptmenu_yes_selected.png b/rofi/.config/rofi/screenshots/light-blue/promptmenu_yes_selected.png similarity index 100% rename from rofi/.config/rofi-menus/screenshots/light-blue/promptmenu_yes_selected.png rename to rofi/.config/rofi/screenshots/light-blue/promptmenu_yes_selected.png diff --git a/rofi/.config/rofi-menus/screenshots/light-blue/scrotmenu.png b/rofi/.config/rofi/screenshots/light-blue/scrotmenu.png similarity index 100% rename from rofi/.config/rofi-menus/screenshots/light-blue/scrotmenu.png rename to rofi/.config/rofi/screenshots/light-blue/scrotmenu.png diff --git a/rofi/.config/rofi-menus/screenshots/menus-gallery.png b/rofi/.config/rofi/screenshots/menus-gallery.png similarity index 100% rename from rofi/.config/rofi-menus/screenshots/menus-gallery.png rename to rofi/.config/rofi/screenshots/menus-gallery.png diff --git a/rofi/.config/rofi-menus/scripts/appsmenu.sh b/rofi/.config/rofi/scripts/appsmenu.sh similarity index 100% rename from rofi/.config/rofi-menus/scripts/appsmenu.sh rename to rofi/.config/rofi/scripts/appsmenu.sh diff --git a/rofi/.config/rofi-menus/scripts/i3keybindingsmenu.sh b/rofi/.config/rofi/scripts/i3keybindingsmenu.sh similarity index 100% rename from rofi/.config/rofi-menus/scripts/i3keybindingsmenu.sh rename to rofi/.config/rofi/scripts/i3keybindingsmenu.sh diff --git a/rofi/.config/rofi-menus/scripts/i3layoutmenu.sh b/rofi/.config/rofi/scripts/i3layoutmenu.sh similarity index 100% rename from rofi/.config/rofi-menus/scripts/i3layoutmenu.sh rename to rofi/.config/rofi/scripts/i3layoutmenu.sh diff --git a/rofi/.config/rofi-menus/scripts/mpdmenu.sh b/rofi/.config/rofi/scripts/mpdmenu.sh similarity index 100% rename from rofi/.config/rofi-menus/scripts/mpdmenu.sh rename to rofi/.config/rofi/scripts/mpdmenu.sh diff --git a/rofi/.config/rofi-menus/scripts/networkmenu.py b/rofi/.config/rofi/scripts/networkmenu.py similarity index 100% rename from rofi/.config/rofi-menus/scripts/networkmenu.py rename to rofi/.config/rofi/scripts/networkmenu.py diff --git a/rofi/.config/rofi-menus/scripts/nmvpnmenu.sh b/rofi/.config/rofi/scripts/nmvpnmenu.sh similarity index 100% rename from rofi/.config/rofi-menus/scripts/nmvpnmenu.sh rename to rofi/.config/rofi/scripts/nmvpnmenu.sh diff --git a/rofi/.config/rofi-menus/scripts/powermenu.sh b/rofi/.config/rofi/scripts/powermenu.sh similarity index 100% rename from rofi/.config/rofi-menus/scripts/powermenu.sh rename to rofi/.config/rofi/scripts/powermenu.sh diff --git a/rofi/.config/rofi-menus/scripts/promptmenu.sh b/rofi/.config/rofi/scripts/promptmenu.sh similarity index 100% rename from rofi/.config/rofi-menus/scripts/promptmenu.sh rename to rofi/.config/rofi/scripts/promptmenu.sh diff --git a/rofi/.config/rofi-menus/scripts/scrotmenu.sh b/rofi/.config/rofi/scripts/scrotmenu.sh similarity index 100% rename from rofi/.config/rofi-menus/scripts/scrotmenu.sh rename to rofi/.config/rofi/scripts/scrotmenu.sh diff --git a/rofi/.config/rofi-menus/themes/appsmenu.rasi b/rofi/.config/rofi/themes/appsmenu.rasi similarity index 100% rename from rofi/.config/rofi-menus/themes/appsmenu.rasi rename to rofi/.config/rofi/themes/appsmenu.rasi diff --git a/rofi/.config/rofi-menus/themes/i3keybindingsmenu.rasi b/rofi/.config/rofi/themes/i3keybindingsmenu.rasi similarity index 100% rename from rofi/.config/rofi-menus/themes/i3keybindingsmenu.rasi rename to rofi/.config/rofi/themes/i3keybindingsmenu.rasi diff --git a/rofi/.config/rofi-menus/themes/i3layoutmenu.rasi b/rofi/.config/rofi/themes/i3layoutmenu.rasi similarity index 100% rename from rofi/.config/rofi-menus/themes/i3layoutmenu.rasi rename to rofi/.config/rofi/themes/i3layoutmenu.rasi diff --git a/rofi/.config/rofi-menus/themes/maimmenu.rasi b/rofi/.config/rofi/themes/maimmenu.rasi similarity index 100% rename from rofi/.config/rofi-menus/themes/maimmenu.rasi rename to rofi/.config/rofi/themes/maimmenu.rasi diff --git a/rofi/.config/rofi-menus/themes/mpdmenu.rasi b/rofi/.config/rofi/themes/mpdmenu.rasi similarity index 100% rename from rofi/.config/rofi-menus/themes/mpdmenu.rasi rename to rofi/.config/rofi/themes/mpdmenu.rasi diff --git a/rofi/.config/rofi-menus/themes/networkmenu.rasi b/rofi/.config/rofi/themes/networkmenu.rasi similarity index 100% rename from rofi/.config/rofi-menus/themes/networkmenu.rasi rename to rofi/.config/rofi/themes/networkmenu.rasi diff --git a/rofi/.config/rofi-menus/themes/nmvpnmenu.rasi b/rofi/.config/rofi/themes/nmvpnmenu.rasi similarity index 100% rename from rofi/.config/rofi-menus/themes/nmvpnmenu.rasi rename to rofi/.config/rofi/themes/nmvpnmenu.rasi diff --git a/rofi/.config/rofi-menus/themes/powermenu.rasi b/rofi/.config/rofi/themes/powermenu.rasi similarity index 100% rename from rofi/.config/rofi-menus/themes/powermenu.rasi rename to rofi/.config/rofi/themes/powermenu.rasi diff --git a/rofi/.config/rofi-menus/themes/promptmenu.rasi b/rofi/.config/rofi/themes/promptmenu.rasi similarity index 100% rename from rofi/.config/rofi-menus/themes/promptmenu.rasi rename to rofi/.config/rofi/themes/promptmenu.rasi diff --git a/rofi/.config/rofi-menus/themes/scrotmenu.rasi b/rofi/.config/rofi/themes/scrotmenu.rasi similarity index 100% rename from rofi/.config/rofi-menus/themes/scrotmenu.rasi rename to rofi/.config/rofi/themes/scrotmenu.rasi diff --git a/rofi/.config/rofi-menus/themes/shared/colorschemes/dark-amber.rasi b/rofi/.config/rofi/themes/shared/colorschemes/dark-amber.rasi similarity index 100% rename from rofi/.config/rofi-menus/themes/shared/colorschemes/dark-amber.rasi rename to rofi/.config/rofi/themes/shared/colorschemes/dark-amber.rasi diff --git a/rofi/.config/rofi-menus/themes/shared/colorschemes/dark-steel-blue.rasi b/rofi/.config/rofi/themes/shared/colorschemes/dark-steel-blue.rasi similarity index 100% rename from rofi/.config/rofi-menus/themes/shared/colorschemes/dark-steel-blue.rasi rename to rofi/.config/rofi/themes/shared/colorschemes/dark-steel-blue.rasi diff --git a/rofi/.config/rofi-menus/themes/shared/colorschemes/gruvbox.rasi b/rofi/.config/rofi/themes/shared/colorschemes/gruvbox.rasi similarity index 100% rename from rofi/.config/rofi-menus/themes/shared/colorschemes/gruvbox.rasi rename to rofi/.config/rofi/themes/shared/colorschemes/gruvbox.rasi diff --git a/rofi/.config/rofi-menus/themes/shared/colorschemes/light-blue.rasi b/rofi/.config/rofi/themes/shared/colorschemes/light-blue.rasi similarity index 100% rename from rofi/.config/rofi-menus/themes/shared/colorschemes/light-blue.rasi rename to rofi/.config/rofi/themes/shared/colorschemes/light-blue.rasi diff --git a/rofi/.config/rofi-menus/themes/shared/colorschemes/nord.rasi b/rofi/.config/rofi/themes/shared/colorschemes/nord.rasi similarity index 100% rename from rofi/.config/rofi-menus/themes/shared/colorschemes/nord.rasi rename to rofi/.config/rofi/themes/shared/colorschemes/nord.rasi diff --git a/rofi/.config/rofi-menus/themes/shared/option-menu.rasi b/rofi/.config/rofi/themes/shared/option-menu.rasi similarity index 100% rename from rofi/.config/rofi-menus/themes/shared/option-menu.rasi rename to rofi/.config/rofi/themes/shared/option-menu.rasi diff --git a/rofi/.config/rofi-menus/themes/shared/resolutions/1366x768.rasi b/rofi/.config/rofi/themes/shared/resolutions/1366x768.rasi similarity index 100% rename from rofi/.config/rofi-menus/themes/shared/resolutions/1366x768.rasi rename to rofi/.config/rofi/themes/shared/resolutions/1366x768.rasi diff --git a/rofi/.config/rofi-menus/themes/shared/resolutions/1920x1080.rasi b/rofi/.config/rofi/themes/shared/resolutions/1920x1080.rasi similarity index 100% rename from rofi/.config/rofi-menus/themes/shared/resolutions/1920x1080.rasi rename to rofi/.config/rofi/themes/shared/resolutions/1920x1080.rasi diff --git a/rofi/.config/rofi-menus/themes/shared/settings.rasi b/rofi/.config/rofi/themes/shared/settings.rasi similarity index 100% rename from rofi/.config/rofi-menus/themes/shared/settings.rasi rename to rofi/.config/rofi/themes/shared/settings.rasi diff --git a/script/.config/script/polybar-kdeconnect.sh b/script/.config/script/polybar-kdeconnect.sh index f2f10fb..5e079a6 100755 --- a/script/.config/script/polybar-kdeconnect.sh +++ b/script/.config/script/polybar-kdeconnect.sh @@ -6,7 +6,7 @@ YOFFSET=0 XOFFSET=0 WIDTH=12 WIDTH_WIDE=24 -THEME='/home/mrfluffy/.config/rofi-menus/colors-rofi-dark.rasi' +THEME='/home/mrfluffy/.config/rofi/colors-rofi-dark.rasi' # Color Settings of Icon shown in Polybar COLOR_DISCONNECTED='#000' # Device Disconnected diff --git a/xmonad/.xmonad/xmonad-x86_64-linux b/xmonad/.xmonad/xmonad-x86_64-linux index 304cc65..1955431 100755 Binary files a/xmonad/.xmonad/xmonad-x86_64-linux and b/xmonad/.xmonad/xmonad-x86_64-linux differ diff --git a/xmonad/.xmonad/xmonad.hs b/xmonad/.xmonad/xmonad.hs index 12b748f..5b3aa0d 100644 --- a/xmonad/.xmonad/xmonad.hs +++ b/xmonad/.xmonad/xmonad.hs @@ -138,7 +138,7 @@ myKeys conf@(XConfig {XMonad.modMask = modm}) = M.fromList $ , ((modm, xK_backslash), scratchpadSpawnActionTerminal "alacritty -class scratchpad") -- launch rofi - , ((modm, xK_d ), spawn "rofi -no-lazy-greb -show drun -theme /home/$USER/.config/rofi-menus/colors-rofi-dark.rasi -icon-theme 'Papirus' -show-icons") + , ((modm, xK_d ), spawn "rofi -no-lazy-greb -show drun -icon-theme 'Papirus' -show-icons") -- launch a scrachpad , ((modm .|. shiftMask, xK_s ), spawn "alacritty --class scratchpad") diff --git a/xmonad/.xmonad/xmonad.o b/xmonad/.xmonad/xmonad.o index 529c32b..90ddfb1 100644 Binary files a/xmonad/.xmonad/xmonad.o and b/xmonad/.xmonad/xmonad.o differ diff --git a/zsh/.zshrc b/zsh/.zshrc index 0474aa4..3eae0a3 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -105,4 +105,5 @@ source $ZSH/oh-my-zsh.sh alias ls="exa -lag --icons" alias vim="nvim" alias cat="bat" -alias anime="/home/$USER/.config/script/ani-cli/ani-cli -q '720'" +alias anime="/home/$USER/repos/ani-cli/ani-cli -q '720'" +neofetch