diff --git a/Xresources b/Xresources deleted file mode 100644 index 63b516d..0000000 --- a/Xresources +++ /dev/null @@ -1,30 +0,0 @@ -Xft.dpi: 96 -Xft.antialias: true -Xft.hinting: true -Xft.rgba: rgb -Xft.autohint: false -Xft.hintstyle: hintslight -Xft.lcdfilter: lcddefault - -! Dracula Xresources palette -*.foreground: #F8F8F2 -*.background: #282A36 -*.color0: #000000 -*.color8: #4D4D4D -*.color1: #FF5555 -*.color9: #FF6E67 -*.color2: #50FA7B -*.color10: #5AF78E -*.color3: #F1FA8C -*.color11: #F4F99D -*.color4: #BD93F9 -*.color12: #CAA9FA -*.color5: #FF79C6 -*.color13: #FF92D0 -*.color6: #8BE9FD -*.color14: #9AEDFE -*.color7: #BFBFBF -*.color15: #E6E6E6 - -! cursor -Xcursor.theme: xcursor-breeze diff --git a/autorandr/postswitch b/autorandr/postswitch deleted file mode 100755 index 84202f1..0000000 --- a/autorandr/postswitch +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -# Script will be executed after profile switched with autorandr - -sleep 4 -xmonad --restart diff --git a/dunstrc b/dunstrc deleted file mode 100644 index 734ea23..0000000 --- a/dunstrc +++ /dev/null @@ -1,198 +0,0 @@ -[global] - frame_width = 2 - frame_color = "#f8f8f2" - - font = Iosevka Nerd Font 14 - - # Allow a small subset of html markup: - # bold - # italic - # strikethrough - # underline - # - # For a complete reference see - # . - # If markup is not allowed, those tags will be stripped out of the - # message. - markup = yes - - # The format of the message. Possible variables are: - # %a appname - # %s summary - # %b body - # %i iconname (including its path) - # %I iconname (without its path) - # %p progress value if set ([ 0%] to [100%]) or nothing - # Markup is allowed - format = "%s %p\n%b" - - # Sort messages by urgency. - sort = yes - - # Show how many messages are currently hidden (because of geometry). - indicate_hidden = yes - - # Alignment of message text. - # Possible values are "left", "center" and "right". - alignment = left - - # The frequency with wich text that is longer than the notification - # window allows bounces back and forth. - # This option conflicts with "word_wrap". - # Set to 0 to disable. - bounce_freq = 5 - - - # Show age of message if message is older than show_age_threshold - # seconds. - # Set to -1 to disable. - show_age_threshold = 60 - - # Split notifications into multiple lines if they don't fit into - # geometry. - word_wrap = no - - # Ignore newlines '\n' in notifications. - ignore_newline = no - - - # The geometry of the window: - # [{width}]x{height}[+/-{x}+/-{y}] - # The geometry of the message window. - # The height is measured in number of notifications everything else - # in pixels. If the width is omitted but the height is given - # ("-geometry x2"), the message window expands over the whole screen - # (dmenu-like). If width is 0, the window expands to the longest - # message displayed. A positive x is measured from the left, a - # negative from the right side of the screen. Y is measured from - # the top and down respectevly. - # The width can be negative. In this case the actual width is the - # screen width minus the width defined in within the geometry option. - geometry = "0x4-25+50" - - # Shrink window if it's smaller than the width. Will be ignored if - # width is 0. - shrink = yes - - # The transparency of the window. Range: [0; 100]. - # This option will only work if a compositing windowmanager is - # present (e.g. xcompmgr, compiz, etc.). - transparency = 15 - - # Don't remove messages, if the user is idle (no mouse or keyboard input) - # for longer than idle_threshold seconds. - # Set to 0 to disable. - # default 120 - idle_threshold = 120 - - # Which monitor should the notifications be displayed on. - monitor = 0 - - # Display notification on focused monitor. Possible modes are: - # mouse: follow mouse pointer - # keyboard: follow window with keyboard focus - # none: don't follow anything - # - # "keyboard" needs a windowmanager that exports the - # _NET_ACTIVE_WINDOW property. - # This should be the case for almost all modern windowmanagers. - # - # If this option is set to mouse or keyboard, the monitor option - # will be ignored. - follow = mouse - - # Should a notification popped up from history be sticky or timeout - # as if it would normally do. - sticky_history = yes - - # Maximum amount of notifications kept in history - history_length = 5 - - # Display indicators for URLs (U) and actions (A). - show_indicators = yes - - # The height of a single line. If the height is smaller than the - # font height, it will get raised to the font height. - # This adds empty space above and under the text. - line_height = 0 - - # Draw a line of "separator_height" pixel height between two - # notifications. - # Set to 0 to disable. - separator_height = 1 - - # Padding between text and separator. - # padding = 8 - padding = 8 - - # Horizontal padding. - horizontal_padding = 10 - - # Define a color for the separator. - # possible values are: - # * auto: dunst tries to find a color fitting to the background; - # * foreground: use the same color as the foreground; - # * frame: use the same color as the frame; - # * anything else will be interpreted as a X color. - separator_color = auto - - # Print a notification on startup. - # This is mainly for error detection, since dbus (re-)starts dunst - # automatically after a crash. - startup_notification = false - - # dmenu path. - dmenu = /usr/bin/dmenu -p dunst: - - # Browser for opening urls in context menu. - browser = throrium-browser - - # Align icons left/right/off - icon_position = left - - # Paths to default icons. - icon_path = /usr/share/icons/Adwaita/16x16/status/:/usr/share/icons/Adwaita/16x16/devices/ - - # Limit icons size. - max_icon_size=128 - -[shortcuts] - - # Shortcuts are specified as [modifier+][modifier+]...key - # Available modifiers are "ctrl", "mod1" (the alt-key), "mod2", - # "mod3" and "mod4" (windows-key). - # Xev might be helpful to find names for keys. - - # Close notification. - # close = mod1+space - - # Close all notifications. - # close_all = ctrl+shift+space - # close_all = ctrl+mod1+space - - # Redisplay last message(s). - # On the US keyboard layout "grave" is normally above TAB and left - # of "1". - # history = ctrl+mod4+h - - # Context menu. - # context = ctrl+mod1+c - -[urgency_low] - # IMPORTANT: colors have to be defined in quotation marks. - # Otherwise the "#" and following would be interpreted as a comment. - background = "#44475a" - foreground = "#f8f8f2" - timeout = 10 - -[urgency_normal] - background = "#282a36" - foreground = "#f8f8f2" - timeout = 20 - -[urgency_critical] - background = "#ff5555" - foreground = "#f8f8f2" - timeout = 0 - -# vim: ft=cfg diff --git a/ghci b/ghci deleted file mode 100644 index 600a4df..0000000 --- a/ghci +++ /dev/null @@ -1,12 +0,0 @@ -:set +t -:set -Wall -:set -XGHC2021 -:set -XOverloadedRecordDot -:set -XOverloadedStrings -:set -XRecordWildCards -:set -fno-warn-type-defaults -:set -fno-warn-unused-binds -:set -fno-warn-unused-do-bind -:set -fno-warn-unused-imports -:set editor vim -:set prompt "λ> " diff --git a/ghcup/config.yaml b/ghcup/config.yaml deleted file mode 100644 index 85d0e0a..0000000 --- a/ghcup/config.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Vim keybindings in 'ghcup tui' -# -# -key-bindings: - down: - KChar: "j" - up: - KChar: "k" diff --git a/nix/config.nix b/nix/config.nix deleted file mode 100644 index 076028c..0000000 --- a/nix/config.nix +++ /dev/null @@ -1,4 +0,0 @@ -{ - allowUnfree = true; - permittedInsecurePackages = [ "nodejs-16.20.0" ]; -} diff --git a/nix/packages.nix b/nix/packages.nix deleted file mode 100644 index 0672893..0000000 --- a/nix/packages.nix +++ /dev/null @@ -1,133 +0,0 @@ -let - unstable = import { }; - release2311 = import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/23.11.tar.gz") { }; -in -( - with release2311; [ - (rofi.override { plugins = [ rofi-emoji ]; }) # rofi with emoji plugin - any-nix-shell # use fish as nix-shell - arandr # gui for monitors with xrandr - asciinema # record terminal - asciiquarium # terminal aquarium animation - autorandr # xrandr monitor profiles - awscli2 # amazon web services - baobab # disk usage graphical - bc # calculator - cabal2nix # convert cabal files to nix - chafa # preview images in terminal - colorized-logs # colorize logs - diskus # disk usage - dtrx # extract files - elmPackages.elm # compiler - elmPackages.elm-format # elm pretty print - elmPackages.elm-language-server # language-server - elmPackages.elm-test # elm test runner - fast-cli # speedtest - ffmpeg # convert videos - gcolor3 # color picker - gifsicle # used by asciicast2gif - gitAndTools.tig # diff and comit view - gnome3.zenity # show ui messages and dialogs - guvcview # show webcam on screen - haskellPackages.cabal-fmt # cabal formatter - haskellPackages.fourmolu # haskell formatter - haskellPackages.hoogle # function documentation - hasmail # mail imap notifier for new mails - htop-vim # htop with vim keys - httpie # curl alternative - iotop # io usage - jq # json processor - jwt-cli # encode/decode jwts - keepassxc # password manager - keynav # keyboard mouse navigation - kondo # clean project caches - languagetool # language tool like grammarly - libreoffice # office - lsd # ls replacement - lsof # list open files/ports - lxqt.pavucontrol-qt # control volume per application - mdcat # markdown viewer - mdp # markdown presentation - mongodb-tools # mongo cli tools - ncdu # disk usage - neofetch # system information - nethogs # network traffic monitoring - nitrogen # wallpaper - nix # nix package manager - ouch # compress tool - python39Packages.cfn-lint # cloudformation linter - robo3t # mongodb gui - screenfetch # system information - sent # suckless presentation tool - shfmt # format shell scripts - simplescreenrecorder # screen recorder - time # measure time - tmatrix # terminal matrix animation - toilet # ascii art fonts - tokei # count code lines - trash-cli # rm into trash folder - trayer # tray icons - udiskie # usb device automount - unzip # extract zip - vokoscreen # screen recorder - watch # repeat command - wcalc # calculator - xdo # x tool used in scripts - xdragon # drag and drop - xmonad-with-packages # window manager in haskell - xrandr-invert-colors # invert colors - zip # compress to zip - ] -) ++ ( - with unstable; [ - ack # search in files - act # run github actions locally - bat # cat replacement - bottom # system monitor - cargo # rust package manager - cargo-cache # cache clean - ctop # top for containers - dhall # dhall (format) - duf # disk usage - dunst # notification daemon - entr # watch files - exa # ls replacement - fd # find for files - fzf # fuzzy find tool - ghcid # ghci daemon - gitAndTools.delta # git diff viewer - gitAndTools.diff-so-fancy # git diff with colors - gitAndTools.gh # github-cli - gitAndTools.git-gone # prune merged branches - gitAndTools.hub # github commandline tool - glow # markdown viewer - go # go language - haskellPackages.git-brunch # git checkout branch tui - hlint # haskell linter - hyperfine # benchmark (time replacement) - lazygit # git terminal ui - maim # screenshots - meld # git merge tool (graphical) - nb # notes and todo - nixpkgs-fmt # format nix - pa_applet # volume tray icon - pavucontrol # pulse audio settings - ranger # file manager - rclone # copy cloud to cloud - ripgrep # fast grep - rustfmt # rust formatter - screenkey # visualize typed keys - shell-gpt # TheR1D/shell_gpt (sgpt) - shellcheck # linter for shell scripts - speedtest-cli # measure down/upload - sxiv # image viewer - translate-shell # trans command - tty-share # share terminal - ueberzugpp # replacement for ueberzug (images in terminal) - unclutter # hide idle mouse - xmobar # status bar for xmonad - zoxide # jump into directory with z - ] -) ++ [ - (import ./st.nix) -] diff --git a/nix/st.nix b/nix/st.nix deleted file mode 100644 index 47597ec..0000000 --- a/nix/st.nix +++ /dev/null @@ -1,34 +0,0 @@ -# Suckless terminal (andys8 fork) -with import { }; -with pkgs.lib; -let - name = "st"; - version = "0.9-andys8"; -in -stdenv.mkDerivation rec { - inherit name; - - src = fetchFromGitHub { - owner = "andys8"; - repo = "st"; - rev = "e52ca910d60acc0693815b704a330ae92f7b5e6a"; - sha256 = "sha256-RWRnlSb9/Sc4hO8+TZ+ZnSrTVMtKxWEY/s1xG9H4oKw="; - }; - - nativeBuildInputs = [ pkg-config ]; - buildInputs = [ ncurses pkgs.xorg.libX11 pkgs.xorg.libXft.dev pkgs.xorg.libXcursor fontconfig harfbuzz ]; - - installPhase = '' - TERMINFO=$out/share/terminfo make install PREFIX=$out - mkdir -p "$out"/share/applications - cp "st.desktop" "$out"/share/applications/ - ''; - - meta = with pkgs.lib; { - homepage = https://github.com/andys8/st; - description = "suckless terminal (andys8 fork)"; - license = licenses.mit; - platforms = platforms.linux; - maintainers = with maintainers; [ andys8 ]; - }; -} diff --git a/pulseaudio/client.conf b/pulseaudio/client.conf deleted file mode 100644 index b16dc7e..0000000 --- a/pulseaudio/client.conf +++ /dev/null @@ -1 +0,0 @@ -autospawn = yes diff --git a/qutebrowser/config.py b/qutebrowser/config.py deleted file mode 100644 index 065b99e..0000000 --- a/qutebrowser/config.py +++ /dev/null @@ -1,2059 +0,0 @@ -## Autogenerated config.py -## Documentation: -## qute://help/configuring.html -## qute://help/settings.html - -# Load settings added with ui -# See -config.load_autoconfig() - -# Dracula theme -# https://github.com/evannagle/qutebrowser-dracula-theme -# Changes: Renamed file, overwriting hint colors -import dracula -dracula.blood(c, { 'font': { 'size': 11 } }) - -## This is here so configs done via the GUI are still loaded. -## Remove it to not load settings done via the GUI. -# config.load_autoconfig() - -## Aliases for commands. The keys of the given dictionary are the -## aliases, while the values are the commands they map to. -## Type: Dict -# c.aliases = {'w': 'session-save', 'q': 'quit', 'wq': 'quit --save'} -c.aliases = { - 'adblock-toggle': 'config-cycle -t content.blocking.enabled', - 'chromium': 'spawn --detach chromium {url}', - 'throrium': 'spawn --detach throrium-browser {url}', - 'firefox': 'spawn --detach firefox {url}', - 'incognito': 'open --private', - 'lastpass': 'hint --first inputs ;; spawn --userscript qute-lastpass', - 'mpv': 'spawn --detach mpv {url}', - 'o': 'open', - 'q': 'quit', - 'qrcode': 'spawn st -e watch --color -t -x qrcode-terminal \"{url}\"' -} - -## Time interval (in milliseconds) between auto-saves of -## config/cookies/etc. -## Type: Int -# c.auto_save.interval = 15000 - -## Always restore open sites when qutebrowser is reopened. -## Type: Bool -# c.auto_save.session = False - -## Backend to use to display websites. qutebrowser supports two different -## web rendering engines / backends, QtWebKit and QtWebEngine. QtWebKit -## was discontinued by the Qt project with Qt 5.6, but picked up as a -## well maintained fork: https://github.com/annulen/webkit/wiki - -## qutebrowser only supports the fork. QtWebEngine is Qt's official -## successor to QtWebKit. It's slightly more resource hungry than -## QtWebKit and has a couple of missing features in qutebrowser, but is -## generally the preferred choice. -## Type: String -## Valid values: -## - webengine: Use QtWebEngine (based on Chromium). -## - webkit: Use QtWebKit (based on WebKit, similar to Safari). -c.backend = 'webengine' - -## Fix for crashes -c.qt.workarounds.remove_service_workers = True - -## This setting can be used to map keys to other keys. When the key used -## as dictionary-key is pressed, the binding for the key used as -## dictionary-value is invoked instead. This is useful for global -## remappings of keys, for example to map Ctrl-[ to Escape. Note that -## when a key is bound (via `bindings.default` or `bindings.commands`), -## the mapping is ignored. -## Type: Dict -# c.bindings.key_mappings = {'': '', '': '', '': '', '': '', '': '', '': '', '': '', '': ''} - -## Background color of the completion widget category headers. -## Type: QssColor -# c.colors.completion.category.bg = 'qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #888888, stop:1 #505050)' - -## Bottom border color of the completion widget category headers. -## Type: QssColor -# c.colors.completion.category.border.bottom = 'black' - -## Top border color of the completion widget category headers. -## Type: QssColor -# c.colors.completion.category.border.top = 'black' - -## Foreground color of completion widget category headers. -## Type: QtColor -# c.colors.completion.category.fg = 'white' -c.colors.completion.category.fg = '#ff79c6' - -## Background color of the completion widget for even rows. -## Type: QssColor -# c.colors.completion.even.bg = '#333333' - -## Text color of the completion widget. May be a single color to use for -## all columns or a list of three colors, one for each column. -## Type: List of QtColor, or QtColor -# c.colors.completion.fg = ['white', 'white', 'white'] - -## Background color of the selected completion item. -## Type: QssColor -# c.colors.completion.item.selected.bg = '#e8c000' - -## Bottom border color of the selected completion item. -## Type: QssColor -# c.colors.completion.item.selected.border.bottom = '#bbbb00' - -## Top border color of the selected completion item. -## Type: QssColor -# c.colors.completion.item.selected.border.top = '#bbbb00' - -## Foreground color of the selected completion item. -## Type: QtColor -# c.colors.completion.item.selected.fg = 'black' - -## Foreground color of the matched text in the selected completion item. -## Type: QtColor -# c.colors.completion.item.selected.match.fg = '#ff4444' - -## Foreground color of the matched text in the completion. -## Type: QtColor -# c.colors.completion.match.fg = '#ff4444' - -## Background color of the completion widget for odd rows. -## Type: QssColor -# c.colors.completion.odd.bg = '#444444' - -## Color of the scrollbar in the completion view. -## Type: QssColor -# c.colors.completion.scrollbar.bg = '#333333' - -## Color of the scrollbar handle in the completion view. -## Type: QssColor -# c.colors.completion.scrollbar.fg = 'white' -c.colors.completion.scrollbar.fg = '#6272a4' - -## Background color of the context menu. If set to null, the Qt default -## is used. -## Type: QssColor -# c.colors.contextmenu.menu.bg = None - -## Foreground color of the context menu. If set to null, the Qt default -## is used. -## Type: QssColor -# c.colors.contextmenu.menu.fg = None - -## Background color of the context menu's selected item. If set to null, -## the Qt default is used. -## Type: QssColor -# c.colors.contextmenu.selected.bg = None - -## Foreground color of the context menu's selected item. If set to null, -## the Qt default is used. -## Type: QssColor -# c.colors.contextmenu.selected.fg = None - -## Background color for the download bar. -## Type: QssColor -# c.colors.downloads.bar.bg = 'black' - -## Background color for downloads with errors. -## Type: QtColor -# c.colors.downloads.error.bg = 'red' - -## Foreground color for downloads with errors. -## Type: QtColor -# c.colors.downloads.error.fg = 'white' - -## Color gradient start for download backgrounds. -## Type: QtColor -# c.colors.downloads.start.bg = '#0000aa' - -## Color gradient start for download text. -## Type: QtColor -# c.colors.downloads.start.fg = 'white' - -## Color gradient stop for download backgrounds. -## Type: QtColor -# c.colors.downloads.stop.bg = '#00aa00' - -## Color gradient end for download text. -## Type: QtColor -# c.colors.downloads.stop.fg = 'white' - -## 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 = 'rgb' - -## Color gradient interpolation system for download text. -## 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.fg = 'rgb' - -## Background color for hints. Note that you can use a `rgba(...)` value -## for transparency. -## Type: QssColor -# c.colors.hints.bg = 'qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 rgba(255, 247, 133, 0.8), stop:1 rgba(255, 197, 66, 0.8))' -c.colors.hints.bg = 'yellow' - -## Font color for hints. -## Type: QssColor -c.colors.hints.fg = 'black' - -## Font color for the matched part of hints. -## Type: QssColor -c.colors.hints.match.fg = '#bd93f9' - -## Background color of the keyhint widget. -## Type: QssColor -# c.colors.keyhint.bg = 'rgba(0, 0, 0, 80%)' - -## Text color for the keyhint widget. -## Type: QssColor -c.colors.keyhint.fg = '#FFFFFF' - -## Highlight color for keys to complete the current keychain. -## Type: QssColor -c.colors.keyhint.suffix.fg = '#f1fa8c' - -## Background color of an error message. -## Type: QssColor -# c.colors.messages.error.bg = 'red' - -## Border color of an error message. -## Type: QssColor -# c.colors.messages.error.border = '#bb0000' - -## Foreground color of an error message. -## Type: QssColor -# c.colors.messages.error.fg = 'white' - -## Background color of an info message. -## Type: QssColor -# c.colors.messages.info.bg = 'black' - -## Border color of an info message. -## Type: QssColor -# c.colors.messages.info.border = '#333333' - -## Foreground color of an info message. -## Type: QssColor -# c.colors.messages.info.fg = 'white' - -## Background color of a warning message. -## Type: QssColor -# c.colors.messages.warning.bg = 'darkorange' - -## Border color of a warning message. -## Type: QssColor -# c.colors.messages.warning.border = '#d47300' - -## Foreground color of a warning message. -## Type: QssColor -# c.colors.messages.warning.fg = 'white' - -## Background color for prompts. -## Type: QssColor -# c.colors.prompts.bg = '#444444' - -## Border used around UI elements in prompts. -## Type: String -# c.colors.prompts.border = '1px solid gray' - -## Foreground color for prompts. -## Type: QssColor -# c.colors.prompts.fg = 'white' - -## Background color for the selected item in filename prompts. -## Type: QssColor -# c.colors.prompts.selected.bg = 'grey' - -## Background color of the statusbar in caret mode. -## Type: QssColor -# c.colors.statusbar.caret.bg = 'purple' - -## Foreground color of the statusbar in caret mode. -## Type: QssColor -# c.colors.statusbar.caret.fg = 'white' - -## Background color of the statusbar in caret mode with a selection. -## Type: QssColor -# c.colors.statusbar.caret.selection.bg = '#a12dff' - -## Foreground color of the statusbar in caret mode with a selection. -## Type: QssColor -# c.colors.statusbar.caret.selection.fg = 'white' - -## Background color of the statusbar in command mode. -## Type: QssColor -# c.colors.statusbar.command.bg = 'black' - -## Foreground color of the statusbar in command mode. -## Type: QssColor -c.colors.statusbar.command.fg = '#f1fa8c' - -## Background color of the statusbar in private browsing + command mode. -## Type: QssColor -# c.colors.statusbar.command.private.bg = 'grey' - -## Foreground color of the statusbar in private browsing + command mode. -## Type: QssColor -# c.colors.statusbar.command.private.fg = 'white' - -## Background color of the statusbar in insert mode. -## Type: QssColor -c.colors.statusbar.insert.bg = '#ff79c6' - -## Foreground color of the statusbar in insert mode. -## Type: QssColor -# c.colors.statusbar.insert.fg = 'white' - -## Background color of the statusbar. -## Type: QssColor -# c.colors.statusbar.normal.bg = 'black' - -## Foreground color of the statusbar. -## Type: QssColor -# c.colors.statusbar.normal.fg = 'white' - -## Background color of the statusbar in passthrough mode. -## Type: QssColor -# c.colors.statusbar.passthrough.bg = 'darkblue' - -## Foreground color of the statusbar in passthrough mode. -## Type: QssColor -# c.colors.statusbar.passthrough.fg = 'white' - -## Background color of the statusbar in private browsing mode. -## Type: QssColor -# c.colors.statusbar.private.bg = '#666666' -c.colors.statusbar.private.bg = '#ff5555' - -## Foreground color of the statusbar in private browsing mode. -## Type: QssColor -# c.colors.statusbar.private.fg = 'white' - -## Background color of the progress bar. -## Type: QssColor -c.colors.statusbar.progress.bg = '#6272a4' - -## Foreground color of the URL in the statusbar on error. -## Type: QssColor -# c.colors.statusbar.url.error.fg = 'orange' - -## Default foreground color of the URL in the statusbar. -## Type: QssColor -c.colors.statusbar.url.fg = 'white' - -## Foreground color of the URL in the statusbar for hovered links. -## Type: QssColor -# c.colors.statusbar.url.hover.fg = 'aqua' - -## Foreground color of the URL in the statusbar on successful load -## (http). -## Type: QssColor -c.colors.statusbar.url.success.http.fg = 'white' - -## Foreground color of the URL in the statusbar on successful load -## (https). -## Type: QssColor -c.colors.statusbar.url.success.https.fg = 'white' - -## Foreground color of the URL in the statusbar when there's a warning. -## Type: QssColor -# c.colors.statusbar.url.warn.fg = 'yellow' - -## Background color of the tab bar. -## Type: QssColor -# c.colors.tabs.bar.bg = '#555555' - -## Background color of unselected even tabs. -## Type: QtColor -# c.colors.tabs.even.bg = 'darkgrey' - -## Foreground color of unselected even tabs. -## Type: QtColor -# c.colors.tabs.even.fg = 'white' - -## Color for the tab indicator on errors. -## Type: QtColor -# c.colors.tabs.indicator.error = '#ff0000' - -## Color gradient start for the tab indicator. -## Type: QtColor -# c.colors.tabs.indicator.start = '#0000aa' - -## Color gradient end for the tab indicator. -## Type: QtColor -# c.colors.tabs.indicator.stop = '#00aa00' - -## 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 = 'rgb' - -## Background color of unselected odd tabs. -## Type: QtColor -# c.colors.tabs.odd.bg = 'grey' - -## Foreground color of unselected odd tabs. -## Type: QtColor -# c.colors.tabs.odd.fg = 'white' - -## Background color of pinned unselected even tabs. -## Type: QtColor -# c.colors.tabs.pinned.even.bg = 'darkseagreen' - -## Foreground color of pinned unselected even tabs. -## Type: QtColor -# c.colors.tabs.pinned.even.fg = 'white' - -## Background color of pinned unselected odd tabs. -## Type: QtColor -# c.colors.tabs.pinned.odd.bg = 'seagreen' - -## Foreground color of pinned unselected odd tabs. -## Type: QtColor -# c.colors.tabs.pinned.odd.fg = 'white' - -## Background color of pinned selected even tabs. -## Type: QtColor -# c.colors.tabs.pinned.selected.even.bg = 'black' - -## Foreground color of pinned selected even tabs. -## Type: QtColor -# c.colors.tabs.pinned.selected.even.fg = 'white' - -## Background color of pinned selected odd tabs. -## Type: QtColor -# c.colors.tabs.pinned.selected.odd.bg = 'black' - -## Foreground color of pinned selected odd tabs. -## Type: QtColor -# c.colors.tabs.pinned.selected.odd.fg = 'white' - -## Background color of selected even tabs. -## Type: QtColor -# c.colors.tabs.selected.even.bg = 'black' - -## Foreground color of selected even tabs. -## Type: QtColor -# c.colors.tabs.selected.even.fg = 'white' - -## Background color of selected odd tabs. -## Type: QtColor -# c.colors.tabs.selected.odd.bg = 'black' - -## Foreground color of selected odd tabs. -## Type: QtColor -# c.colors.tabs.selected.odd.fg = 'white' - -## Background color for webpages if unset (or empty to use the theme's -## color). -## Type: QtColor -# c.colors.webpage.bg = 'white' - -## Force `prefers-color-scheme: dark` colors for websites. -## Type: Bool -# c.colors.webpage.prefers_color_scheme_dark = False - -## Number of commands to save in the command history. 0: no history / -1: -## unlimited -## Type: Int -# c.completion.cmd_history_max_items = 100 - -## Delay (in milliseconds) before updating completions after typing a -## character. -## Type: Int -# c.completion.delay = 0 - -## Height (in pixels or as percentage of the window) of the completion. -## Type: PercOrInt -# c.completion.height = '50%' - -## Minimum amount of characters needed to update completions. -## Type: Int -# c.completion.min_chars = 1 - -## Which categories to show (in which order) in the :open completion. -## Type: FlagList -## Valid values: -## - searchengines -## - quickmarks -## - bookmarks -## - history -# c.completion.open_categories = ['searchengines', 'quickmarks', 'bookmarks', 'history'] - -## Move on to the next part when there's only one possible completion -## left. -## Type: Bool -# c.completion.quick = True - -## Padding (in pixels) of the scrollbar handle in the completion window. -## Type: Int -# c.completion.scrollbar.padding = 2 - -## Width (in pixels) of the scrollbar in the completion window. -## Type: Int -# c.completion.scrollbar.width = 12 - -## When to show the autocompletion window. -## Type: String -## Valid values: -## - always: Whenever a completion is available. -## - auto: Whenever a completion is requested. -## - never: Never. -# c.completion.show = 'always' - -## Shrink the completion to be smaller than the configured size if there -## are no scrollbars. -## Type: Bool -# c.completion.shrink = False - -## Format of timestamps (e.g. for the history completion). See -## https://sqlite.org/lang_datefunc.html for allowed substitutions. -## Type: String -# c.completion.timestamp_format = '%Y-%m-%d' - -## Execute the best-matching command on a partial match. -## Type: Bool -# c.completion.use_best_match = False - -## A list of patterns which should not be shown in the history. This only -## affects the completion. Matching URLs are still saved in the history -## (and visible on the qute://history page), but hidden in the -## completion. Changing this setting will cause the completion history to -## be regenerated on the next start, which will take a short while. -## Type: List of UrlPattern -# c.completion.web_history.exclude = [] - -## Number of URLs to show in the web history. 0: no history / -1: -## unlimited -## Type: Int -# c.completion.web_history.max_items = -1 - -## Require a confirmation before quitting the application. -## Type: ConfirmQuit -## Valid values: -## - always: Always show a confirmation. -## - multiple-tabs: Show a confirmation if multiple tabs are opened. -## - downloads: Show a confirmation if downloads are running -## - never: Never show a confirmation. -# c.confirm_quit = ['never'] - -## Automatically start playing `