Update DotFiles

This commit is contained in:
The-Repo-Club 2022-02-13 17:55:53 +00:00
parent 842fa51f0c
commit 23c1c1ef80
No known key found for this signature in database
GPG Key ID: E30EC2FBFB05C44F
61 changed files with 1137 additions and 579 deletions

View File

@ -1,5 +1,16 @@
# Configuration for Alacritty, the GPU enhanced terminal emulator. # Configuration for Alacritty, the GPU enhanced terminal emulator.
# Import additional configuration files
#
# Imports are loaded in order, skipping all missing files, with the importing
# file being loaded last. If a field is already present in a previous import, it
# will be replaced.
#
# All imports must either be absolute paths starting with `/`, or paths relative
# to the user's home directory starting with `~/`.
#import:
# - /path/to/alacritty.yml
# Any items in the `env` entry below will be added as # Any items in the `env` entry below will be added as
# environment variables. Some entries may override variables # environment variables. Some entries may override variables
# set by alacritty itself. # set by alacritty itself.
@ -10,13 +21,14 @@ env:
# each instance of Alacritty. If it is not present, alacritty will # each instance of Alacritty. If it is not present, alacritty will
# check the local terminfo database and use `alacritty` if it is # check the local terminfo database and use `alacritty` if it is
# available, otherwise `xterm-256color` is used. # available, otherwise `xterm-256color` is used.
TERM: xterm-256color TERM: alacritty
window: window:
# Window dimensions (changes require restart) # Window dimensions (changes require restart)
# #
# Specified in number of columns/lines, not pixels. # Number of lines/columns (not pixels) in the terminal. The number of columns
# If both are `0`, this setting is ignored. # must be at least `2`, while using a value of `0` for columns and lines will
# fall back to the window manager's recommended size.
#dimensions: #dimensions:
# columns: 0 # columns: 0
# lines: 0 # lines: 0
@ -35,10 +47,10 @@ window:
# by DPI and the specified value is always added at both opposing sides. # by DPI and the specified value is always added at both opposing sides.
padding: padding:
x: 20 x: 20
y: 10 y: 20
# Spread additional padding evenly around the terminal content. # Spread additional padding evenly around the terminal content.
dynamic_padding: true dynamic_padding: false
# Window decorations # Window decorations
# #
@ -48,9 +60,15 @@ window:
# #
# Values for `decorations` (macOS only): # Values for `decorations` (macOS only):
# - transparent: Title bar, transparent background and title bar buttons # - transparent: Title bar, transparent background and title bar buttons
# - buttonless: Title bar, transparent background, but no title bar buttons # - buttonless: Title bar, transparent background and no title bar buttons
#decorations: full #decorations: full
# Background opacity
#
# Window opacity as a floating point number from `0.0` to `1.0`.
# The value `0.0` is completely transparent and `1.0` is opaque.
opacity: 0.85
# Startup Mode (changes require restart) # Startup Mode (changes require restart)
# #
# Values for `startup_mode`: # Values for `startup_mode`:
@ -65,6 +83,9 @@ window:
# Window title # Window title
title: Alacritty title: Alacritty
# Allow terminal applications to change Alacritty's window title.
#dynamic_title: true
# Window class (Linux/BSD only): # Window class (Linux/BSD only):
class: class:
# Application instance name # Application instance name
@ -74,18 +95,17 @@ window:
# GTK theme variant (Linux/BSD only) # GTK theme variant (Linux/BSD only)
# #
# Override the variant of the GTK theme. Commonly supported values are `dark` and `light`. # Override the variant of the GTK theme. Commonly supported values are `dark`
# Set this to `None` to use the default theme variant. # and `light`. Set this to `None` to use the default theme variant.
#gtk_theme_variant: None #gtk_theme_variant: None
scrolling: scrolling:
# Maximum number of lines in the scrollback buffer. # Maximum number of lines in the scrollback buffer.
# Specifying '0' will disable scrolling. # Specifying '0' will disable scrolling.
history: 5000 history: 10000
# Number of lines the viewport will move for every line scrolled when # Scrolling distance multiplier.
# scrollback is enabled (history > 0). #multiplier: 3
multiplier: 3
# Font configuration # Font configuration
font: font:
@ -97,14 +117,6 @@ font:
# - (macOS) Menlo # - (macOS) Menlo
# - (Linux/BSD) monospace # - (Linux/BSD) monospace
# - (Windows) Consolas # - (Windows) Consolas
# family: SauceCodePro Nerd Font
# family: CodeNewRoman Nerd Font
# family: RobotoMono Nerd Font
# family: Hack
# family: JetBrains Mono
# family: UbuntuMono Nerd Font
# family: Monofur Nerd Font
# family: TerminessTTF Nerd Font
family: SauceCodePro Nerd Font family: SauceCodePro Nerd Font
# The `style` can be specified to pick a specific face. # The `style` can be specified to pick a specific face.
@ -116,14 +128,6 @@ font:
# #
# If the bold family is not specified, it will fall back to the # If the bold family is not specified, it will fall back to the
# value specified for the normal font. # value specified for the normal font.
# family: SauceCodePro Nerd Font
# family: CodeNewRoman Nerd Font
# family: RobotoMono Nerd Font
# family: Hack
# family: JetBrains Mono
# family: UbuntuMono Nerd Font
# family: Monofur Nerd Font
# family: TerminessTTF Nerd Font
family: SauceCodePro Nerd Font family: SauceCodePro Nerd Font
# The `style` can be specified to pick a specific face. # The `style` can be specified to pick a specific face.
@ -135,14 +139,6 @@ font:
# #
# If the italic family is not specified, it will fall back to the # If the italic family is not specified, it will fall back to the
# value specified for the normal font. # value specified for the normal font.
# family: SauceCodePro Nerd Font Mono
# family: CodeNewRoman Nerd Font
# family: RobotoMono Nerd Font
# family: Hack
# family: JetBrains Mono
# family: UbuntuMono Nerd Font
# family: Monofuritalic Nerd Font Mono
# family: TerminessTTF Nerd Font
family: SauceCodePro Nerd Font family: SauceCodePro Nerd Font
# The `style` can be specified to pick a specific face. # The `style` can be specified to pick a specific face.
@ -154,14 +150,6 @@ font:
# #
# If the bold italic family is not specified, it will fall back to the # If the bold italic family is not specified, it will fall back to the
# value specified for the normal font. # value specified for the normal font.
# family: SauceCodePro Nerd Font Mono
# family: CodeNewRoman Nerd Font
# family: RobotoMono Nerd Font
# family: Hack
# family: JetBrains Mono
# family: UbuntuMono Nerd Font
# family: Monofuritalic Nerd Font Mono
# family: TerminessTTF Nerd Font
family: SauceCodePro Nerd Font family: SauceCodePro Nerd Font
# The `style` can be specified to pick a specific face. # The `style` can be specified to pick a specific face.
@ -170,68 +158,56 @@ font:
# Point size # Point size
size: 7.0 size: 7.0
# Offset is the extra space around each character. `offset.y` can be thought of # Offset is the extra space around each character. `offset.y` can be thought
# as modifying the line spacing, and `offset.x` as modifying the letter spacing. # of as modifying the line spacing, and `offset.x` as modifying the letter
# spacing.
offset: offset:
x: 0 x: 0
y: 1 y: 0
# Glyph offset determines the locations of the glyphs within their cells with # Glyph offset determines the locations of the glyphs within their cells with
# the default being at the bottom. Increasing `x` moves the glyph to the right, # the default being at the bottom. Increasing `x` moves the glyph to the
# increasing `y` moves the glyph upwards. # right, increasing `y` moves the glyph upward.
#glyph_offset: #glyph_offset:
# x: 0 # x: 0
# y: 0 # y: 0
# Thin stroke font rendering (macOS only) # Thin stroke font rendering (macOS only)
# #
# Thin strokes are suitable for retina displays, but for non-retina screens # Thin strokes are suitable for retina displays, but for non-retina screens
# it is recommended to set `use_thin_strokes` to `false` # it is recommended to set `use_thin_strokes` to `false`.
# #use_thin_strokes: true
# macOS >= 10.14.x:
#
# If the font quality on non-retina display looks bad then set
# `use_thin_strokes` to `true` and enable font smoothing by running the
# following command:
# `defaults write -g CGFontRenderingFontSmoothingDisabled -bool NO`
#
# This is a global setting and will require a log out or restart to take
# effect.
#use_thin_strokes: true
# If `true`, bold text is drawn using the bright color variants. # If `true`, bold text is drawn using the bright color variants.
draw_bold_text_with_bright_colors: true #draw_bold_text_with_bright_colors: false
# Colors (Tomorrow Night Bright)
schemes: schemes:
dracula: &dracula dracula: &dracula # Default colors
# Default colors
primary: primary:
background: '0x282a36' background: "0x282a36"
foreground: '0xf8f8f2' foreground: "0xf8f8f2"
# Normal colors # Normal colors
normal: normal:
black: '0x000000' black: "0x000000"
red: '0xff5555' red: "0xff5555"
green: '0x50fa7b' green: "0x50fa7b"
yellow: '0xf1fa8c' yellow: "0xf1fa8c"
blue: '0xbd93f9' blue: "0xbd93f9"
magenta: '0xff79c6' magenta: "0xff79c6"
cyan: '0x8be9fd' cyan: "0x8be9fd"
white: '0xbfbfbf' white: "0xbfbfbf"
# Bright colors # Bright colors
bright: bright:
black: '0x4d4d4d' black: "0x4d4d4d"
red: '0xff6e67' red: "0xff6e67"
green: '0x5af78e' green: "0x5af78e"
yellow: '0xf4f99d' yellow: "0xf4f99d"
blue: '0xcaa9fa' blue: "0xcaa9fa"
magenta: '0xff92d0' magenta: "0xff92d0"
cyan: '0x9aedfe' cyan: "0x9aedfe"
white: '0xe6e6e6' white: "0xe6e6e6"
cursor: cursor:
text: CellBackground text: CellBackground
@ -241,63 +217,63 @@ schemes:
cursor: CellForeground cursor: CellForeground
search: search:
matches: matches:
foreground: '0x44475a' foreground: "0x44475a"
background: '0x50fa7b' background: "0x50fa7b"
focused_match: focused_match:
foreground: '0x44475a' foreground: "0x44475a"
background: '0xffb86c' background: "0xffb86c"
bar: bar:
background: '0x282a36' background: "0x282a36"
foreground: '0xf8f8f2' foreground: "0xf8f8f2"
line_indicator: line_indicator:
foreground: None foreground: None
background: None background: None
selection: selection:
text: CellForeground text: CellForeground
background: '0x44475a' background: "0x44475a"
minimal-mistakes: &minimal-mistakes # Minimal-Mistakes colors
transparent_background_colors: true
colors: &repo
# Default colors
primary: primary:
background: '0x282a36' background: "0x283036"
foreground: '0xf8f8f2' foreground: "0xe5e9f0"
# Colors the cursor will use if `custom_cursor_colors` is true # Colors the cursor will use if `custom_cursor_colors` is true
cursor: cursor:
text: '0x282a36' text: "0x283036"
cursor: '0xf8f8f2' cursor: "0xe5e9f0"
# Normal colors # Normal colors
normal: normal:
black: '0x21222c' black: "0x283036"
red: '0xff5555' red: "0xff5959"
green: '0x50fa7b' green: "0x59ff59"
yellow: '0xf1fa8c' yellow: "0xffff59"
blue: '0x93adf9' blue: "0x9059ff"
magenta: '0xff79c6' magenta: "0xff59f9"
cyan: '0x8be9fd' cyan: "0x59fff9"
white: '0xf8f8f2' white: "0xe5e9f0"
# Bright colors # Bright colors
bright: bright:
black: '0x4d4d4d' black: "0x434c5e"
red: '0xff6e6e' red: "0xffa6a6"
green: '0x69ff94' green: "0xa6ffa6"
yellow: '0xffffa5' yellow: "0xffffa6"
blue: '0xacb6ff' blue: "0xc5a6ff"
magenta: '0xff92df' magenta: "0xffa6fc"
cyan: '0xa4ffff' cyan: "0xa6fffc"
white: '0xffffff' white: "0xe5e9f0"
colors: *repo colors: *minimal-mistakes
# Bell
# Visual Bell
# #
# Any time the BEL code is received, Alacritty "rings" the visual bell. Once # The bell is rung every time the BEL control character is received.
# rung, the terminal background will be set to white and transition back to the #bell:
# default background color. You can control the rate of this transition by # Visual Bell Animation
# setting the `duration` property (represented in milliseconds). You can also #
# configure the transition function by setting the `animation` property. # Animation effect for flashing the screen when the visual bell is rung.
# #
# Values for `animation`: # Values for `animation`:
# - Ease # - Ease
@ -310,49 +286,83 @@ colors: *repo
# - EaseOutExpo # - EaseOutExpo
# - EaseOutCirc # - EaseOutCirc
# - Linear # - Linear
# #animation: EaseOutExpo
# Specifying a `duration` of `0` will disable the visual bell.
#visual_bell:
# animation: EaseOutExpo
# duration: 0
# color: '0xffffff'
# Background opacity # Duration of the visual bell flash in milliseconds. A `duration` of `0` will
# disable the visual bell animation.
#duration: 0
# Visual bell animation color.
#color: '#ffffff'
# Bell Command
# #
# Window opacity as a floating point number from `0.0` to `1.0`. # This program is executed whenever the bell is rung.
# The value `0.0` is completely transparent and `1.0` is opaque. #
# background_opacity: 1.0 # When set to `command: None`, no command will be executed.
window.opacity: 0.85 #
# Example:
# command:
# program: notify-send
# args: ["Hello, World!"]
#
#command: None
#selection: #selection:
#semantic_escape_chars: ",│`|:\"' ()[]{}<>\t" # This string contains all characters that are used as separators for
# "semantic words" in Alacritty.
#semantic_escape_chars: ",│`|:\"' ()[]{}<>\t"
# When set to `true`, selected text will be copied to the primary clipboard. # When set to `true`, selected text will be copied to the primary clipboard.
#save_to_clipboard: false #save_to_clipboard: false
# Allow terminal applications to change Alacritty's window title. #cursor:
#dynamic_title: true # Cursor style
#style:
# Cursor shape
#
# Values for `shape`:
# - ▇ Block
# - _ Underline
# - | Beam
#shape: Block
cursor: # Cursor blinking state
# Cursor style #
# # Values for `blinking`:
# Values for `style`: # - Never: Prevent the cursor from ever blinking
# - ▇ Block # - Off: Disable blinking by default
# - _ Underline # - On: Enable blinking by default
# - | Beam # - Always: Force the cursor to always blink
style: Underline #blinking: Off
# If this is `true`, the cursor will be rendered as a hollow box when the # Vi mode cursor style
# window is not focused. #
unfocused_hollow: true # If the vi mode cursor style is `None` or not specified, it will fall back to
# the style of the active value of the normal cursor.
#
# See `cursor.style` for available options.
#vi_mode_style: None
# Cursor blinking interval in milliseconds.
#blink_interval: 750
# If this is `true`, the cursor will be rendered as a hollow box when the
# window is not focused.
#unfocused_hollow: true
# Thickness of the cursor relative to the cell width as floating point number
# from `0.0` to `1.0`.
#thickness: 0.15
# Live config reload (changes require restart) # Live config reload (changes require restart)
live_config_reload: true #live_config_reload: true
# Shell # Shell
# #
# You can set `shell.program` to the path of your favorite shell, e.g. `/bin/fish`. # You can set `shell.program` to the path of your favorite shell, e.g.
# Entries in `shell.args` are passed unmodified as arguments to the shell. # `/bin/fish`. Entries in `shell.args` are passed unmodified as arguments to the
# shell.
# #
# Default: # Default:
# - (macOS) /bin/bash --login # - (macOS) /bin/bash --login
@ -367,84 +377,79 @@ live_config_reload: true
# #
# Directory the shell is started in. If this is unset, or `None`, the working # Directory the shell is started in. If this is unset, or `None`, the working
# directory of the parent process will be used. # directory of the parent process will be used.
working_directory: None #working_directory: None
# WinPTY backend (Windows only)
#
# Alacritty defaults to using the newer ConPTY backend if it is available,
# since it resolves a lot of bugs and is quite a bit faster. If it is not
# available, the the WinPTY backend will be used instead.
#
# Setting this option to `true` makes Alacritty use the legacy WinPTY backend,
# even if the ConPTY backend is available.
#winpty_backend: false
# Send ESC (\x1b) before characters when alt is pressed. # Send ESC (\x1b) before characters when alt is pressed.
#alt_send_esc: true #alt_send_esc: true
#debug: # Offer IPC using `alacritty msg` (unix only)
# Display the time it takes to redraw each frame. #ipc_socket: true
#render_timer: false
# Keep the log file after quitting Alacritty.
#persistent_logging: false
# Log level
#
# Values for `log_level`:
# - None
# - Error
# - Warn
# - Info
# - Debug
# - Trace
#log_level: Warn
# Print all received window events.
#print_events: false
# Record all characters and escape sequences as test data.
#ref_test: false
#mouse: #mouse:
# Click settings # Click settings
# #
# The `double_click` and `triple_click` settings control the time # The `double_click` and `triple_click` settings control the time
# alacritty should wait for accepting multiple clicks as one double # alacritty should wait for accepting multiple clicks as one double
# or triple click. # or triple click.
#double_click: { threshold: 300 } #double_click: { threshold: 300 }
#triple_click: { threshold: 300 } #triple_click: { threshold: 300 }
# If this is `true`, the cursor is temporarily hidden when typing. # If this is `true`, the cursor is temporarily hidden when typing.
#hide_when_typing: false #hide_when_typing: false
#url: # Regex hints
# URL launcher #
# # Terminal hints can be used to find text in the visible part of the terminal
# This program is executed when clicking on a text which is recognized as a URL. # and pipe it to other applications.
# The URL is always added to the command as the last parameter. #hints:
# # Keys used for the hint labels.
# When set to `None`, URL launching will be disabled completely. #alphabet: "jfkdls;ahgurieowpq"
#
# Default:
# - (macOS) open
# - (Linux/BSD) xdg-open
# - (Windows) explorer
#launcher:
# program: xdg-open
# args: []
# URL modifiers # List with all available hints
# #
# These are the modifiers that need to be held down for opening URLs when clicking # Each hint must have a `regex` and either an `action` or a `command` field.
# on them. The available modifiers are documented in the key binding section. # The fields `mouse`, `binding` and `post_processing` are optional.
#modifiers: None #
# The fields `command`, `binding.key`, `binding.mods`, `binding.mode` and
# `mouse.mods` accept the same values as they do in the `key_bindings` section.
#
# The `mouse.enabled` field controls if the hint should be underlined while
# the mouse with all `mouse.mods` keys held or the vi mode cursor is above it.
#
# If the `post_processing` field is set to `true`, heuristics will be used to
# shorten the match if there are characters likely not to be part of the hint
# (e.g. a trailing `.`). This is most useful for URIs.
#
# Values for `action`:
# - Copy
# Copy the hint's text to the clipboard.
# - Paste
# Paste the hint's text to the terminal or search.
# - Select
# Select the hint's text.
# - MoveViModeCursor
# Move the vi mode cursor to the beginning of the hint.
#enabled:
# - regex: "(ipfs:|ipns:|magnet:|mailto:|gemini:|gopher:|https:|http:|news:|file:|git:|ssh:|ftp:)\
# [^\u0000-\u001F\u007F-\u009F<>\"\\s{-}\\^⟨⟩`]+"
# command: xdg-open
# post_processing: true
# mouse:
# enabled: true
# mods: None
# binding:
# key: U
# mods: Control|Shift
# Mouse bindings # Mouse bindings
# #
# Mouse bindings are specified as a list of objects, much like the key # Mouse bindings are specified as a list of objects, much like the key
# bindings further below. # bindings further below.
# #
# To trigger mouse bindings when an application running within Alacritty
# captures the mouse, the `Shift` modifier is automatically added as a
# requirement.
#
# Each mouse binding will specify a: # Each mouse binding will specify a:
# #
# - `mouse`: # - `mouse`:
@ -454,13 +459,20 @@ working_directory: None
# - Right # - Right
# - Numeric identifier such as `5` # - Numeric identifier such as `5`
# #
# - `action` (see key bindings) # - `action` (see key bindings for actions not exclusive to mouse mode)
#
# - Mouse exclusive actions:
#
# - ExpandSelection
# Expand the selection to the current mouse cursor location.
# #
# And optionally: # And optionally:
# #
# - `mods` (see key bindings) # - `mods` (see key bindings)
#mouse_bindings: #mouse_bindings:
# - { mouse: Middle, action: PasteSelection } # - { mouse: Right, action: ExpandSelection }
# - { mouse: Right, mods: Control, action: ExpandSelection }
# - { mouse: Middle, mode: ~Vi, action: PasteSelection }
# Key bindings # Key bindings
# #
@ -500,30 +512,131 @@ working_directory: None
# #
# - `action`: Execute a predefined action # - `action`: Execute a predefined action
# #
# - ToggleViMode
# - SearchForward
# Start searching toward the right of the search origin.
# - SearchBackward
# Start searching toward the left of the search origin.
# - Copy # - Copy
# - Paste # - Paste
# - PasteSelection
# - IncreaseFontSize # - IncreaseFontSize
# - DecreaseFontSize # - DecreaseFontSize
# - ResetFontSize # - ResetFontSize
# - ScrollPageUp # - ScrollPageUp
# - ScrollPageDown # - ScrollPageDown
# - ScrollHalfPageUp
# - ScrollHalfPageDown
# - ScrollLineUp # - ScrollLineUp
# - ScrollLineDown # - ScrollLineDown
# - ScrollToTop # - ScrollToTop
# - ScrollToBottom # - ScrollToBottom
# - ClearHistory # - ClearHistory
# Remove the terminal's scrollback history.
# - Hide # - Hide
# Hide the Alacritty window.
# - Minimize # - Minimize
# Minimize the Alacritty window.
# - Quit # - Quit
# Quit Alacritty.
# - ToggleFullscreen # - ToggleFullscreen
# - SpawnNewInstance # - SpawnNewInstance
# Spawn a new instance of Alacritty.
# - CreateNewWindow
# Create a new Alacritty window from the current process.
# - ClearLogNotice # - ClearLogNotice
# Clear Alacritty's UI warning and error notice.
# - ClearSelection
# Remove the active selection.
# - ReceiveChar # - ReceiveChar
# - None # - None
# #
# (macOS only): # - Vi mode exclusive actions:
# - ToggleSimpleFullscreen: Enters fullscreen without occupying another space #
# - Open
# Perform the action of the first matching hint under the vi mode cursor
# with `mouse.enabled` set to `true`.
# - ToggleNormalSelection
# - ToggleLineSelection
# - ToggleBlockSelection
# - ToggleSemanticSelection
# Toggle semantic selection based on `selection.semantic_escape_chars`.
#
# - Vi mode exclusive cursor motion actions:
#
# - Up
# One line up.
# - Down
# One line down.
# - Left
# One character left.
# - Right
# One character right.
# - First
# First column, or beginning of the line when already at the first column.
# - Last
# Last column, or beginning of the line when already at the last column.
# - FirstOccupied
# First non-empty cell in this terminal row, or first non-empty cell of
# the line when already at the first cell of the row.
# - High
# Top of the screen.
# - Middle
# Center of the screen.
# - Low
# Bottom of the screen.
# - SemanticLeft
# Start of the previous semantically separated word.
# - SemanticRight
# Start of the next semantically separated word.
# - SemanticLeftEnd
# End of the previous semantically separated word.
# - SemanticRightEnd
# End of the next semantically separated word.
# - WordLeft
# Start of the previous whitespace separated word.
# - WordRight
# Start of the next whitespace separated word.
# - WordLeftEnd
# End of the previous whitespace separated word.
# - WordRightEnd
# End of the next whitespace separated word.
# - Bracket
# Character matching the bracket at the cursor's location.
# - SearchNext
# Beginning of the next match.
# - SearchPrevious
# Beginning of the previous match.
# - SearchStart
# Start of the match to the left of the vi mode cursor.
# - SearchEnd
# End of the match to the right of the vi mode cursor.
#
# - Search mode exclusive actions:
# - SearchFocusNext
# Move the focus to the next search match.
# - SearchFocusPrevious
# Move the focus to the previous search match.
# - SearchConfirm
# - SearchCancel
# - SearchClear
# Reset the search regex.
# - SearchDeleteWord
# Delete the last word in the search regex.
# - SearchHistoryPrevious
# Go to the previous regex in the search history.
# - SearchHistoryNext
# Go to the next regex in the search history.
#
# - macOS exclusive actions:
# - ToggleSimpleFullscreen
# Enter fullscreen without occupying another space.
#
# - Linux/BSD exclusive actions:
#
# - CopySelection
# Copy from the selection buffer.
# - PasteSelection
# Paste from the selection buffer.
# #
# - `command`: Fork and execute a specified command plus arguments # - `command`: Fork and execute a specified command plus arguments
# #
@ -553,7 +666,9 @@ working_directory: None
# #
# - AppCursor # - AppCursor
# - AppKeypad # - AppKeypad
# - Search
# - Alt # - Alt
# - Vi
# #
# A `~` operator can be used before a mode to apply the binding whenever # A `~` operator can be used before a mode to apply the binding whenever
# the mode is *not* active, e.g. `~Alt`. # the mode is *not* active, e.g. `~Alt`.
@ -562,26 +677,137 @@ working_directory: None
# binding with the same triggers is defined. To unset a default binding, it can # binding with the same triggers is defined. To unset a default binding, it can
# be mapped to the `ReceiveChar` action. Alternatively, you can use `None` for # be mapped to the `ReceiveChar` action. Alternatively, you can use `None` for
# a no-op if you do not wish to receive input characters for that binding. # a no-op if you do not wish to receive input characters for that binding.
key_bindings: #
# (Windows, Linux, and BSD only) # If the same trigger is assigned to multiple actions, all of them are executed
- { key: V, mods: Control|Shift, action: Paste } # in the order they were defined in.
- { key: C, mods: Control|Shift, action: Copy } #key_bindings:
- { key: F, mods: Control|Shift, action: SearchForward } #- { key: Paste, action: Paste }
- { key: B, mods: Control|Shift, action: SearchBackward } #- { key: Copy, action: Copy }
- { key: C, mods: Control|Shift, action: ClearSelection } #- { key: L, mods: Control, action: ClearLogNotice }
- { key: Insert, mods: Shift, action: PasteSelection } #- { key: L, mods: Control, mode: ~Vi|~Search, chars: "\x0c" }
- { key: Key0, mods: Control, action: ResetFontSize } #- { key: PageUp, mods: Shift, mode: ~Alt, action: ScrollPageUp, }
- { key: Equals, mods: Control, action: IncreaseFontSize } #- { key: PageDown, mods: Shift, mode: ~Alt, action: ScrollPageDown }
- { key: Plus, mods: Control, action: IncreaseFontSize } #- { key: Home, mods: Shift, mode: ~Alt, action: ScrollToTop, }
- { key: NumpadAdd, mods: Control, action: IncreaseFontSize } #- { key: End, mods: Shift, mode: ~Alt, action: ScrollToBottom }
- { key: Minus, mods: Control, action: DecreaseFontSize }
- { key: NumpadSubtract, mods: Control, action: DecreaseFontSize }
- { key: Paste, action: Paste } # Vi Mode
- { key: Copy, action: Copy } #- { key: Space, mods: Shift|Control, mode: ~Search, action: ToggleViMode }
- { key: L, mods: Control, action: ClearLogNotice } #- { key: Space, mods: Shift|Control, mode: Vi|~Search, action: ScrollToBottom }
- { key: L, mods: Control, chars: "\x0c" } #- { key: Escape, mode: Vi|~Search, action: ClearSelection }
- { key: PageUp, mods: Shift, action: ScrollPageUp, mode: ~Alt } #- { key: I, mode: Vi|~Search, action: ToggleViMode }
- { key: PageDown, mods: Shift, action: ScrollPageDown, mode: ~Alt } #- { key: I, mode: Vi|~Search, action: ScrollToBottom }
- { key: Home, mods: Shift, action: ScrollToTop, mode: ~Alt } #- { key: C, mods: Control, mode: Vi|~Search, action: ToggleViMode }
- { key: End, mods: Shift, action: ScrollToBottom, mode: ~Alt } #- { key: Y, mods: Control, mode: Vi|~Search, action: ScrollLineUp }
#- { key: E, mods: Control, mode: Vi|~Search, action: ScrollLineDown }
#- { key: G, mode: Vi|~Search, action: ScrollToTop }
#- { key: G, mods: Shift, mode: Vi|~Search, action: ScrollToBottom }
#- { key: B, mods: Control, mode: Vi|~Search, action: ScrollPageUp }
#- { key: F, mods: Control, mode: Vi|~Search, action: ScrollPageDown }
#- { key: U, mods: Control, mode: Vi|~Search, action: ScrollHalfPageUp }
#- { key: D, mods: Control, mode: Vi|~Search, action: ScrollHalfPageDown }
#- { key: Y, mode: Vi|~Search, action: Copy }
#- { key: Y, mode: Vi|~Search, action: ClearSelection }
#- { key: Copy, mode: Vi|~Search, action: ClearSelection }
#- { key: V, mode: Vi|~Search, action: ToggleNormalSelection }
#- { key: V, mods: Shift, mode: Vi|~Search, action: ToggleLineSelection }
#- { key: V, mods: Control, mode: Vi|~Search, action: ToggleBlockSelection }
#- { key: V, mods: Alt, mode: Vi|~Search, action: ToggleSemanticSelection }
#- { key: Return, mode: Vi|~Search, action: Open }
#- { key: K, mode: Vi|~Search, action: Up }
#- { key: J, mode: Vi|~Search, action: Down }
#- { key: H, mode: Vi|~Search, action: Left }
#- { key: L, mode: Vi|~Search, action: Right }
#- { key: Up, mode: Vi|~Search, action: Up }
#- { key: Down, mode: Vi|~Search, action: Down }
#- { key: Left, mode: Vi|~Search, action: Left }
#- { key: Right, mode: Vi|~Search, action: Right }
#- { key: Key0, mode: Vi|~Search, action: First }
#- { key: Key4, mods: Shift, mode: Vi|~Search, action: Last }
#- { key: Key6, mods: Shift, mode: Vi|~Search, action: FirstOccupied }
#- { key: H, mods: Shift, mode: Vi|~Search, action: High }
#- { key: M, mods: Shift, mode: Vi|~Search, action: Middle }
#- { key: L, mods: Shift, mode: Vi|~Search, action: Low }
#- { key: B, mode: Vi|~Search, action: SemanticLeft }
#- { key: W, mode: Vi|~Search, action: SemanticRight }
#- { key: E, mode: Vi|~Search, action: SemanticRightEnd }
#- { key: B, mods: Shift, mode: Vi|~Search, action: WordLeft }
#- { key: W, mods: Shift, mode: Vi|~Search, action: WordRight }
#- { key: E, mods: Shift, mode: Vi|~Search, action: WordRightEnd }
#- { key: Key5, mods: Shift, mode: Vi|~Search, action: Bracket }
#- { key: Slash, mode: Vi|~Search, action: SearchForward }
#- { key: Slash, mods: Shift, mode: Vi|~Search, action: SearchBackward }
#- { key: N, mode: Vi|~Search, action: SearchNext }
#- { key: N, mods: Shift, mode: Vi|~Search, action: SearchPrevious }
# Search Mode
#- { key: Return, mode: Search|Vi, action: SearchConfirm }
#- { key: Escape, mode: Search, action: SearchCancel }
#- { key: C, mods: Control, mode: Search, action: SearchCancel }
#- { key: U, mods: Control, mode: Search, action: SearchClear }
#- { key: W, mods: Control, mode: Search, action: SearchDeleteWord }
#- { key: P, mods: Control, mode: Search, action: SearchHistoryPrevious }
#- { key: N, mods: Control, mode: Search, action: SearchHistoryNext }
#- { key: Up, mode: Search, action: SearchHistoryPrevious }
#- { key: Down, mode: Search, action: SearchHistoryNext }
#- { key: Return, mode: Search|~Vi, action: SearchFocusNext }
#- { key: Return, mods: Shift, mode: Search|~Vi, action: SearchFocusPrevious }
# (Windows, Linux, and BSD only)
#- { key: V, mods: Control|Shift, mode: ~Vi, action: Paste }
#- { key: C, mods: Control|Shift, action: Copy }
#- { key: F, mods: Control|Shift, mode: ~Search, action: SearchForward }
#- { key: B, mods: Control|Shift, mode: ~Search, action: SearchBackward }
#- { key: C, mods: Control|Shift, mode: Vi|~Search, action: ClearSelection }
#- { key: Insert, mods: Shift, action: PasteSelection }
#- { key: Key0, mods: Control, action: ResetFontSize }
#- { key: Equals, mods: Control, action: IncreaseFontSize }
#- { key: Plus, mods: Control, action: IncreaseFontSize }
#- { key: NumpadAdd, mods: Control, action: IncreaseFontSize }
#- { key: Minus, mods: Control, action: DecreaseFontSize }
#- { key: NumpadSubtract, mods: Control, action: DecreaseFontSize }
# (Windows only)
#- { key: Return, mods: Alt, action: ToggleFullscreen }
# (macOS only)
#- { key: K, mods: Command, mode: ~Vi|~Search, chars: "\x0c" }
#- { key: K, mods: Command, mode: ~Vi|~Search, action: ClearHistory }
#- { key: Key0, mods: Command, action: ResetFontSize }
#- { key: Equals, mods: Command, action: IncreaseFontSize }
#- { key: Plus, mods: Command, action: IncreaseFontSize }
#- { key: NumpadAdd, mods: Command, action: IncreaseFontSize }
#- { key: Minus, mods: Command, action: DecreaseFontSize }
#- { key: NumpadSubtract, mods: Command, action: DecreaseFontSize }
#- { key: V, mods: Command, action: Paste }
#- { key: C, mods: Command, action: Copy }
#- { key: C, mods: Command, mode: Vi|~Search, action: ClearSelection }
#- { key: H, mods: Command, action: Hide }
#- { key: H, mods: Command|Alt, action: HideOtherApplications }
#- { key: M, mods: Command, action: Minimize }
#- { key: Q, mods: Command, action: Quit }
#- { key: W, mods: Command, action: Quit }
#- { key: N, mods: Command, action: SpawnNewInstance }
#- { key: F, mods: Command|Control, action: ToggleFullscreen }
#- { key: F, mods: Command, mode: ~Search, action: SearchForward }
#- { key: B, mods: Command, mode: ~Search, action: SearchBackward }
#debug:
# Display the time it takes to redraw each frame.
#render_timer: false
# Keep the log file after quitting Alacritty.
#persistent_logging: false
# Log level
#
# Values for `log_level`:
# - Off
# - Error
# - Warn
# - Info
# - Debug
# - Trace
#log_level: Warn
# Print all received window events.
#print_events: false

View File

@ -53,7 +53,7 @@
0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\0\Lighting\Animations\%7BA97F00C0-5217-4F43-ADC6-67207554972E%7D\ScriptGuid={E0BBA19E-C328-4C0E-8E3C-A06D5722B4FC} 0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\0\Lighting\Animations\%7BA97F00C0-5217-4F43-ADC6-67207554972E%7D\ScriptGuid={E0BBA19E-C328-4C0E-8E3C-A06D5722B4FC}
0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\0\Lighting\Animations\%7BA97F00C0-5217-4F43-ADC6-67207554972E%7D\ScriptName=Wave 0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\0\Lighting\Animations\%7BA97F00C0-5217-4F43-ADC6-67207554972E%7D\ScriptName=Wave
0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\0\Lighting\Animations\%7BA97F00C0-5217-4F43-ADC6-67207554972E%7D\UseRealNames=true 0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\0\Lighting\Animations\%7BA97F00C0-5217-4F43-ADC6-67207554972E%7D\UseRealNames=true
0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\0\Lighting\Brightness=0 0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\0\Lighting\Brightness=3
0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\0\Lighting\KeyMap=K68 GB 0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\0\Lighting\KeyMap=K68 GB
0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\0\Lighting\Keys\0=#ffffff 0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\0\Lighting\Keys\0=#ffffff
0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\0\Lighting\Keys\1=#ffffff 0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\0\Lighting\Keys\1=#ffffff
@ -196,7 +196,7 @@
0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\0\Lighting\Keys\y=#ffffff 0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\0\Lighting\Keys\y=#ffffff
0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\0\Lighting\Keys\z=#ffffff 0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\0\Lighting\Keys\z=#ffffff
0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\0\Lighting\UseRealNames=true 0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\0\Lighting\UseRealNames=true
0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\0\Modified=aeda7655 0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\0\Modified=5bc1931
0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\0\Name=Rainbow 0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\0\Name=Rainbow
0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\0\Performance\AngleSnap=false 0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\0\Performance\AngleSnap=false
0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\0\Performance\DPI\0=@Point(400 400) 0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\0\Performance\DPI\0=@Point(400 400)
@ -424,7 +424,7 @@
0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\1\Lighting\Keys\y=#ff0000 0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\1\Lighting\Keys\y=#ff0000
0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\1\Lighting\Keys\z=#ff0000 0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\1\Lighting\Keys\z=#ff0000
0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\1\Lighting\UseRealNames=true 0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\1\Lighting\UseRealNames=true
0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\1\Modified=b5a4931d 0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\1\Modified=69782338
0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\1\Name=Breathing 0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\1\Name=Breathing
0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\1\Performance\AngleSnap=false 0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\1\Performance\AngleSnap=false
0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\1\Performance\DPI\0=@Point(400 400) 0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\1\Performance\DPI\0=@Point(400 400)
@ -529,7 +529,7 @@
0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\2\Lighting\Animations\%7BE3CF82E0-AEED-45C9-AB33-88D432CA9F40%7D\ScriptGuid={097D69F0-70B2-48B8-AFE2-25A1CDB02C9D} 0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\2\Lighting\Animations\%7BE3CF82E0-AEED-45C9-AB33-88D432CA9F40%7D\ScriptGuid={097D69F0-70B2-48B8-AFE2-25A1CDB02C9D}
0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\2\Lighting\Animations\%7BE3CF82E0-AEED-45C9-AB33-88D432CA9F40%7D\ScriptName=Ripple 0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\2\Lighting\Animations\%7BE3CF82E0-AEED-45C9-AB33-88D432CA9F40%7D\ScriptName=Ripple
0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\2\Lighting\Animations\%7BE3CF82E0-AEED-45C9-AB33-88D432CA9F40%7D\UseRealNames=true 0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\2\Lighting\Animations\%7BE3CF82E0-AEED-45C9-AB33-88D432CA9F40%7D\UseRealNames=true
0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\2\Lighting\Brightness=0 0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\2\Lighting\Brightness=2
0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\2\Lighting\KeyMap=K68 GB 0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\2\Lighting\KeyMap=K68 GB
0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\2\Lighting\Keys\0=#aa00ff 0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\2\Lighting\Keys\0=#aa00ff
0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\2\Lighting\Keys\1=#aa00ff 0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\2\Lighting\Keys\1=#aa00ff
@ -674,7 +674,7 @@
0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\2\Lighting\Keys\y=#aa00ff 0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\2\Lighting\Keys\y=#aa00ff
0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\2\Lighting\Keys\z=#aa00ff 0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\2\Lighting\Keys\z=#aa00ff
0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\2\Lighting\UseRealNames=true 0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\2\Lighting\UseRealNames=true
0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\2\Modified=596c1ed6 0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\2\Modified=102e3ba7
0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\2\Name=Trippy 0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\2\Name=Trippy
0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\2\Performance\AngleSnap=false 0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\2\Performance\AngleSnap=false
0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\2\Performance\DPI\0=@Point(400 400) 0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\2\Performance\DPI\0=@Point(400 400)
@ -732,7 +732,7 @@
0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\CurrentMode={51EB6E3A-27A0-4AD6-A35C-6B67E0329A3D} 0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\CurrentMode={51EB6E3A-27A0-4AD6-A35C-6B67E0329A3D}
0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\HwModified=7ffd 0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\HwModified=7ffd
0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\ModeCount=3 0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\ModeCount=3
0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\Modified=91bd0d46 0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\Modified=f2ffa8c
0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\Name=Multi 0E029022AF4C18835CBDCC7EF5001BC3\%7B5B1E2E81-ED4F-4F79-9EB5-F8ACA67D1BF0%7D\Name=Multi
0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Binding\KeyMap=K68 GB 0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Binding\KeyMap=K68 GB
0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Binding\UseRealNames=true 0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Binding\UseRealNames=true
@ -928,7 +928,7 @@
0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\y=#ffffff 0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\y=#ffffff
0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\z=#ffffff 0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\z=#ffffff
0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\UseRealNames=true 0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\UseRealNames=true
0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Modified=7d7a3f1d 0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Modified=af8b487b
0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Name=Rainbow 0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Name=Rainbow
0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Performance\AngleSnap=false 0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Performance\AngleSnap=false
0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Performance\DPI\0=@Point(400 400) 0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Performance\DPI\0=@Point(400 400)
@ -1156,7 +1156,7 @@
0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\y=#ff0000 0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\y=#ff0000
0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\z=#ff0000 0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\z=#ff0000
0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\UseRealNames=true 0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\UseRealNames=true
0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Modified=756de3e7 0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Modified=226b4c9c
0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Name=Breathing 0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Name=Breathing
0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Performance\AngleSnap=false 0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Performance\AngleSnap=false
0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Performance\DPI\0=@Point(400 400) 0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Performance\DPI\0=@Point(400 400)
@ -1406,7 +1406,7 @@
0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\y=#aa00ff 0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\y=#aa00ff
0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\z=#aa00ff 0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\z=#aa00ff
0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\UseRealNames=true 0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\UseRealNames=true
0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Modified=3b94a266 0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Modified=34f78058
0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Name=Trippy 0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Name=Trippy
0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Performance\AngleSnap=false 0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Performance\AngleSnap=false
0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Performance\DPI\0=@Point(400 400) 0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Performance\DPI\0=@Point(400 400)
@ -1464,7 +1464,7 @@
0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\CurrentMode={11C11AE3-3195-4DFC-B8AC-2FEA703414E5} 0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\CurrentMode={11C11AE3-3195-4DFC-B8AC-2FEA703414E5}
0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\HwModified=40b6f054 0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\HwModified=40b6f054
0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\ModeCount=3 0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\ModeCount=3
0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\Modified=4e4b9da1 0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\Modified=434615bb
0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\Name=Demo 0E029022AF4C18835CBDCC7EF5001BC3\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\Name=Demo
[Popups] [Popups]
@ -1473,7 +1473,7 @@ BGWarning=true
[Program] [Program]
CkbMigrationChecked=true CkbMigrationChecked=true
CkbNextIniMigrationChecked=true CkbNextIniMigrationChecked=true
GlobalBrightness=0 GlobalBrightness=2
NewDidLoginItem=true NewDidLoginItem=true
RGBIcon=true RGBIcon=true
SettingsVersion=1 SettingsVersion=1

Binary file not shown.

View File

@ -48,6 +48,10 @@ for file in "$HOME/.config/fish/aliases/"*
source $file source $file
end end
for file in "$HOME/.config/fish/plugins/"*
source $file
end
# Keybinding # Keybinding
bind \ec __history_previous_command bind \ec __history_previous_command
bind \e\e __sudope bind \e\e __sudope

View File

@ -0,0 +1,35 @@
# ------------------------------------------------------------------------------
# Description
# -----------
#
# sudo prompt in color
#
function sudo
# ------------------------------------------------------------------------------
# Setup colors
#Bold Colors
set -l bnormal (set_color -o normal)
set -l bblack (set_color -o brblack)
set -l bred (set_color -o brred)
set -l bgreen (set_color -o brgreen)
set -l byellow (set_color -o bryellow)
set -l bblue (set_color -o brblue)
set -l bmagenta (set_color -o brmagenta)
set -l bcyan (set_color -o brcyan)
set -l bwhite (set_color -o brwhite)
#Normal Colors
set -l normal (set_color normal)
set -l black (set_color black)
set -l red (set_color red)
set -l green (set_color green)
set -l yellow (set_color yellow)
set -l blue (set_color blue)
set -l magenta (set_color magenta)
set -l cyan (set_color cyan)
set -l white (set_color white)
# ------------------------------------------------------------------------------
command sudo -p "$red$yellow [sudo]$green password for %u: $normal" $argv
end

View File

@ -1,6 +1,6 @@
# GIMP action-history # GIMP action-history
(history-item "file-quit" 1) (history-item "file-quit" 2)
(history-item "select-none" 3) (history-item "select-none" 3)
(history-item "layers-new" 0) (history-item "layers-new" 0)
(history-item "tools-scale" 3) (history-item "tools-scale" 3)

View File

@ -3,6 +3,7 @@
# This file holds a list of recently used colors. # This file holds a list of recently used colors.
(color-history (color-history
(color-rgba 0.1803921568627451 0.20392156862745098 0.25098039215686274 1)
(color-rgba 0.49411764705882355 0.49411764705882355 1 1) (color-rgba 0.49411764705882355 0.49411764705882355 1 1)
(color-rgba 1 1 1 1) (color-rgba 1 1 1 1)
(color-rgba 1 1 1 4.6663864120431995e-310) (color-rgba 1 1 1 4.6663864120431995e-310)

View File

@ -1,8 +1,8 @@
# GIMP user context # GIMP user context
(tool "gimp-scale-tool") (tool "gimp-bucket-fill-tool")
(paint-info "gimp-paintbrush") (paint-info "gimp-paintbrush")
(foreground (color-rgb 0.49411764705882355 0.49411764705882355 1)) (foreground (color-rgb 0.1803921568627451 0.20392156862745098 0.25098039215686274))
(brush "2. Hardness 025") (brush "2. Hardness 025")
(dynamics "Dynamics Off") (dynamics "Dynamics Off")
(mybrush "100% Opaque") (mybrush "100% Opaque")

View File

@ -3,16 +3,19 @@
(GimpDeviceInfo "Core Pointer" (GimpDeviceInfo "Core Pointer"
(icon-name "gimp-cursor") (icon-name "gimp-cursor")
(name "Core Pointer") (name "Core Pointer")
(tool-options "GimpTransformGridOptions" (tool-options "GimpBucketFillOptions"
(tool "gimp-scale-tool") (tool "gimp-bucket-fill-tool")
(interpolation linear)) (foreground (color-rgb 0.1803921568627451 0.20392156862745098 0.25098039215686274))
(pattern "Pine")
(brush-size 51)
(brush-hardness 0.5))
(use-fg-bg yes) (use-fg-bg yes)
(use-opacity-paint-mode no) (use-opacity-paint-mode no)
(use-brush no) (use-brush no)
(use-dynamics no) (use-dynamics no)
(use-mypaint-brush no) (use-mypaint-brush no)
(use-gradient no) (use-gradient no)
(use-pattern no) (use-pattern yes)
(use-palette no) (use-palette no)
(use-font no) (use-font no)
(mode screen) (mode screen)

View File

@ -56,18 +56,18 @@
; (gtk_accel_path "<Actions>/context/context-foreground-value-increase-skip" "") ; (gtk_accel_path "<Actions>/context/context-foreground-value-increase-skip" "")
; (gtk_accel_path "<Actions>/plug-in/script-fu-addborder" "") ; (gtk_accel_path "<Actions>/plug-in/script-fu-addborder" "")
; (gtk_accel_path "<Actions>/view/view-display-intent-absolute-colorimetric" "") ; (gtk_accel_path "<Actions>/view/view-display-intent-absolute-colorimetric" "")
; (gtk_accel_path "<Actions>/filters/filters-focus-blur" "")
; (gtk_accel_path "<Actions>/context/context-background-red-decrease" "") ; (gtk_accel_path "<Actions>/context/context-background-red-decrease" "")
; (gtk_accel_path "<Actions>/tools/tools-airbrush-rate-maximum" "") ; (gtk_accel_path "<Actions>/tools/tools-airbrush-rate-maximum" "")
; (gtk_accel_path "<Actions>/vectors/vectors-color-tag-menu" "") ; (gtk_accel_path "<Actions>/vectors/vectors-color-tag-menu" "")
; (gtk_accel_path "<Actions>/filters/filters-focus-blur" "")
; (gtk_accel_path "<Actions>/view/view-fullscreen" "F11") ; (gtk_accel_path "<Actions>/view/view-fullscreen" "F11")
; (gtk_accel_path "<Actions>/context/context-brush-radius-decrease-skip" "")
; (gtk_accel_path "<Actions>/dialogs/dialogs-brushes" "<Primary><Shift>b") ; (gtk_accel_path "<Actions>/dialogs/dialogs-brushes" "<Primary><Shift>b")
; (gtk_accel_path "<Actions>/context/context-brush-radius-decrease-skip" "")
; (gtk_accel_path "<Actions>/view/view-zoom-2-1" "2")
; (gtk_accel_path "<Actions>/tools/tools-spacing-minimum" "") ; (gtk_accel_path "<Actions>/tools/tools-spacing-minimum" "")
; (gtk_accel_path "<Actions>/context/context-foreground-blue-maximum" "") ; (gtk_accel_path "<Actions>/context/context-foreground-blue-maximum" "")
; (gtk_accel_path "<Actions>/view/view-zoom-2-1" "2")
; (gtk_accel_path "<Actions>/view/view-snap-to-vectors" "")
; (gtk_accel_path "<Actions>/context/context-foreground-red-increase" "") ; (gtk_accel_path "<Actions>/context/context-foreground-red-increase" "")
; (gtk_accel_path "<Actions>/view/view-snap-to-vectors" "")
; (gtk_accel_path "<Actions>/image/image-properties" "<Alt>Return") ; (gtk_accel_path "<Actions>/image/image-properties" "<Alt>Return")
; (gtk_accel_path "<Actions>/drawable/drawable-rotate-270" "") ; (gtk_accel_path "<Actions>/drawable/drawable-rotate-270" "")
; (gtk_accel_path "<Actions>/tools/tools-hardness-increase-percent" "") ; (gtk_accel_path "<Actions>/tools/tools-hardness-increase-percent" "")
@ -596,6 +596,7 @@
; (gtk_accel_path "<Actions>/layers/layers-alpha-selection-subtract" "") ; (gtk_accel_path "<Actions>/layers/layers-alpha-selection-subtract" "")
; (gtk_accel_path "<Actions>/channels/channels-select-top" "") ; (gtk_accel_path "<Actions>/channels/channels-select-top" "")
; (gtk_accel_path "<Actions>/plug-in/script-fu-sota-chrome-it" "") ; (gtk_accel_path "<Actions>/plug-in/script-fu-sota-chrome-it" "")
; (gtk_accel_path "<Actions>/view/view-move-to-screen-:0.0" "")
; (gtk_accel_path "<Actions>/plug-in/gimp-palette-export-python" "") ; (gtk_accel_path "<Actions>/plug-in/gimp-palette-export-python" "")
; (gtk_accel_path "<Actions>/context/context-swatch-foreground-next" "0") ; (gtk_accel_path "<Actions>/context/context-swatch-foreground-next" "0")
; (gtk_accel_path "<Actions>/select/selection-popup" "") ; (gtk_accel_path "<Actions>/select/selection-popup" "")
@ -688,8 +689,8 @@
; (gtk_accel_path "<Actions>/filters/filters-artistic-menu" "") ; (gtk_accel_path "<Actions>/filters/filters-artistic-menu" "")
; (gtk_accel_path "<Actions>/filters/filters-offset" "<Primary><Shift>o") ; (gtk_accel_path "<Actions>/filters/filters-offset" "<Primary><Shift>o")
; (gtk_accel_path "<Actions>/filters/filters-softglow" "") ; (gtk_accel_path "<Actions>/filters/filters-softglow" "")
; (gtk_accel_path "<Actions>/vectors/vectors-select-top" "")
; (gtk_accel_path "<Actions>/context/context-brush-shape-square" "") ; (gtk_accel_path "<Actions>/context/context-brush-shape-square" "")
; (gtk_accel_path "<Actions>/vectors/vectors-select-top" "")
; (gtk_accel_path "<Actions>/tools/tools-opacity-minimum" "") ; (gtk_accel_path "<Actions>/tools/tools-opacity-minimum" "")
; (gtk_accel_path "<Actions>/channels/channels-raise-to-top" "") ; (gtk_accel_path "<Actions>/channels/channels-raise-to-top" "")
; (gtk_accel_path "<Actions>/filters/filters-reinhard-2005" "") ; (gtk_accel_path "<Actions>/filters/filters-reinhard-2005" "")
@ -709,13 +710,13 @@
; (gtk_accel_path "<Actions>/plug-in/plug-in-ccanalyze" "") ; (gtk_accel_path "<Actions>/plug-in/plug-in-ccanalyze" "")
; (gtk_accel_path "<Actions>/plug-in/plug-in-separate-separate" "") ; (gtk_accel_path "<Actions>/plug-in/plug-in-separate-separate" "")
; (gtk_accel_path "<Actions>/select/select-flood" "") ; (gtk_accel_path "<Actions>/select/select-flood" "")
; (gtk_accel_path "<Actions>/image/image-color-management-menu" "") ; (gtk_accel_path "<Actions>/tools/tools-hardness-set-to-default" "")
; (gtk_accel_path "<Actions>/tools/tools-bucket-fill" "<Shift>b") ; (gtk_accel_path "<Actions>/tools/tools-bucket-fill" "<Shift>b")
; (gtk_accel_path "<Actions>/tools/tools-angle-set" "") ; (gtk_accel_path "<Actions>/tools/tools-angle-set" "")
; (gtk_accel_path "<Actions>/tools/tools-ink-blob-aspect-set" "") ; (gtk_accel_path "<Actions>/tools/tools-ink-blob-aspect-set" "")
; (gtk_accel_path "<Actions>/tools/tools-size-increase" "bracketright") ; (gtk_accel_path "<Actions>/tools/tools-size-increase" "bracketright")
; (gtk_accel_path "<Actions>/tools/tools-force-increase-percent" "") ; (gtk_accel_path "<Actions>/tools/tools-force-increase-percent" "")
; (gtk_accel_path "<Actions>/tools/tools-hardness-set-to-default" "") ; (gtk_accel_path "<Actions>/image/image-color-management-menu" "")
; (gtk_accel_path "<Actions>/channels/channels-selection-replace" "") ; (gtk_accel_path "<Actions>/channels/channels-selection-replace" "")
; (gtk_accel_path "<Actions>/dockable/dialogs-layers" "<Primary>l") ; (gtk_accel_path "<Actions>/dockable/dialogs-layers" "<Primary>l")
; (gtk_accel_path "<Actions>/view/view-zoom-fit-in" "<Primary><Shift>j") ; (gtk_accel_path "<Actions>/view/view-zoom-fit-in" "<Primary><Shift>j")
@ -753,26 +754,25 @@
; (gtk_accel_path "<Actions>/filters/filters-color-exchange" "") ; (gtk_accel_path "<Actions>/filters/filters-color-exchange" "")
; (gtk_accel_path "<Actions>/tools/tools-warp-effect-size-set" "") ; (gtk_accel_path "<Actions>/tools/tools-warp-effect-size-set" "")
; (gtk_accel_path "<Actions>/view/view-display-intent-perceptual" "") ; (gtk_accel_path "<Actions>/view/view-display-intent-perceptual" "")
; (gtk_accel_path "<Actions>/dock/dock-open-display" "")
; (gtk_accel_path "<Actions>/dialogs/dialogs-navigation" "") ; (gtk_accel_path "<Actions>/dialogs/dialogs-navigation" "")
; (gtk_accel_path "<Actions>/quick-mask/quick-mask-invert-on" "") ; (gtk_accel_path "<Actions>/dock/dock-open-display" "")
; (gtk_accel_path "<Actions>/context/context-paint-mode-previous" "") ; (gtk_accel_path "<Actions>/context/context-paint-mode-previous" "")
; (gtk_accel_path "<Actions>/plug-in/plug-in-hot" "") ; (gtk_accel_path "<Actions>/plug-in/plug-in-hot" "")
; (gtk_accel_path "<Actions>/tools/tools-aspect-decrease-skip" "") ; (gtk_accel_path "<Actions>/tools/tools-aspect-decrease-skip" "")
; (gtk_accel_path "<Actions>/view/view-zoom-out-skip" "") ; (gtk_accel_path "<Actions>/view/view-zoom-out-skip" "")
; (gtk_accel_path "<Actions>/dialogs/dialogs-keyboard-shortcuts" "") ; (gtk_accel_path "<Actions>/dialogs/dialogs-keyboard-shortcuts" "")
; (gtk_accel_path "<Actions>/view/view-zoom-maximum" "") ; (gtk_accel_path "<Actions>/view/view-zoom-maximum" "")
; (gtk_accel_path "<Actions>/dockable/dockable-preview-size-tiny" "")
; (gtk_accel_path "<Actions>/dialogs/dialogs-input-devices" "") ; (gtk_accel_path "<Actions>/dialogs/dialogs-input-devices" "")
; (gtk_accel_path "<Actions>/dockable/dialogs-document-history" "") ; (gtk_accel_path "<Actions>/dockable/dialogs-document-history" "")
; (gtk_accel_path "<Actions>/plug-in/script-fu-set-cmap" "") ; (gtk_accel_path "<Actions>/quick-mask/quick-mask-invert-on" "")
; (gtk_accel_path "<Actions>/context/context-swatch-foreground-first" "") ; (gtk_accel_path "<Actions>/context/context-swatch-foreground-first" "")
; (gtk_accel_path "<Actions>/file/file-export" "<Primary>e") ; (gtk_accel_path "<Actions>/file/file-export" "<Primary>e")
; (gtk_accel_path "<Actions>/view/view-flip-vertically" "") ; (gtk_accel_path "<Actions>/plug-in/script-fu-set-cmap" "")
; (gtk_accel_path "<Actions>/layers/layers-text-discard" "") ; (gtk_accel_path "<Actions>/layers/layers-text-discard" "")
; (gtk_accel_path "<Actions>/context/context-foreground-red-maximum" "") ; (gtk_accel_path "<Actions>/context/context-foreground-red-maximum" "")
; (gtk_accel_path "<Actions>/filters/filters-edge-sobel" "")
; (gtk_accel_path "<Actions>/dockable/dockable-preview-size-tiny" "")
; (gtk_accel_path "<Actions>/plug-in/script-fu-guide-new-percent" "") ; (gtk_accel_path "<Actions>/plug-in/script-fu-guide-new-percent" "")
; (gtk_accel_path "<Actions>/view/view-move-to-screen-:1.0" "")
; (gtk_accel_path "<Actions>/view/view-show-scrollbars" "") ; (gtk_accel_path "<Actions>/view/view-show-scrollbars" "")
; (gtk_accel_path "<Actions>/filters/filters-render-noise-menu" "") ; (gtk_accel_path "<Actions>/filters/filters-render-noise-menu" "")
; (gtk_accel_path "<Actions>/channels/channels-delete" "") ; (gtk_accel_path "<Actions>/channels/channels-delete" "")
@ -786,11 +786,11 @@
; (gtk_accel_path "<Actions>/context/context-background-red-increase-skip" "") ; (gtk_accel_path "<Actions>/context/context-background-red-increase-skip" "")
; (gtk_accel_path "<Actions>/vectors/vectors-popup" "") ; (gtk_accel_path "<Actions>/vectors/vectors-popup" "")
; (gtk_accel_path "<Actions>/image/image-rotate-90" "") ; (gtk_accel_path "<Actions>/image/image-rotate-90" "")
; (gtk_accel_path "<Actions>/filters/filters-edge-sobel" "")
; (gtk_accel_path "<Actions>/edit/edit-fill-bg" "<Primary>period") ; (gtk_accel_path "<Actions>/edit/edit-fill-bg" "<Primary>period")
; (gtk_accel_path "<Actions>/layers/layers-mode-next" "")
; (gtk_accel_path "<Actions>/context/context-palette-menu" "") ; (gtk_accel_path "<Actions>/context/context-palette-menu" "")
; (gtk_accel_path "<Actions>/layers/layers-properties-menu" "") ; (gtk_accel_path "<Actions>/layers/layers-properties-menu" "")
; (gtk_accel_path "<Actions>/layers/layers-mode-next" "") ; (gtk_accel_path "<Actions>/view/view-flip-vertically" "")
; (gtk_accel_path "<Actions>/context/context-foreground-hue-increase" "") ; (gtk_accel_path "<Actions>/context/context-foreground-hue-increase" "")
; (gtk_accel_path "<Actions>/select/select-invert" "<Primary>i") ; (gtk_accel_path "<Actions>/select/select-invert" "<Primary>i")
(gtk_accel_path "<Actions>/tools/tools-iscissors" "") (gtk_accel_path "<Actions>/tools/tools-iscissors" "")
@ -867,8 +867,8 @@
; (gtk_accel_path "<Actions>/context/context-background-saturation-minimum" "") ; (gtk_accel_path "<Actions>/context/context-background-saturation-minimum" "")
; (gtk_accel_path "<Actions>/layers/layers-lock-alpha" "") ; (gtk_accel_path "<Actions>/layers/layers-lock-alpha" "")
; (gtk_accel_path "<Actions>/tools/tools-transform-menu" "") ; (gtk_accel_path "<Actions>/tools/tools-transform-menu" "")
; (gtk_accel_path "<Actions>/plug-in/plug-in-borderaverage" "")
; (gtk_accel_path "<Actions>/view/view-padding-color-theme" "") ; (gtk_accel_path "<Actions>/view/view-padding-color-theme" "")
; (gtk_accel_path "<Actions>/plug-in/plug-in-borderaverage" "")
; (gtk_accel_path "<Actions>/plug-in/script-fu-gradient-example" "") ; (gtk_accel_path "<Actions>/plug-in/script-fu-gradient-example" "")
; (gtk_accel_path "<Actions>/filters/filters-color-rotate" "") ; (gtk_accel_path "<Actions>/filters/filters-color-rotate" "")
; (gtk_accel_path "<Actions>/dockable/dialogs-dynamics" "") ; (gtk_accel_path "<Actions>/dockable/dialogs-dynamics" "")
@ -987,18 +987,18 @@
; (gtk_accel_path "<Actions>/vectors/vectors-selection-to-vectors" "") ; (gtk_accel_path "<Actions>/vectors/vectors-selection-to-vectors" "")
; (gtk_accel_path "<Actions>/edit/edit-named-copy-visible" "") ; (gtk_accel_path "<Actions>/edit/edit-named-copy-visible" "")
; (gtk_accel_path "<Actions>/dockable/dialogs-brushes" "<Primary><Shift>b") ; (gtk_accel_path "<Actions>/dockable/dialogs-brushes" "<Primary><Shift>b")
; (gtk_accel_path "<Actions>/dockable/dockable-preview-size-small" "")
; (gtk_accel_path "<Actions>/drawable/drawable-rotate-180" "") ; (gtk_accel_path "<Actions>/drawable/drawable-rotate-180" "")
; (gtk_accel_path "<Actions>/filters/filters-decor-menu" "")
; (gtk_accel_path "<Actions>/layers/layers-composite-mode-menu" "") ; (gtk_accel_path "<Actions>/layers/layers-composite-mode-menu" "")
; (gtk_accel_path "<Actions>/tools/tools-airbrush-rate-decrease" "") ; (gtk_accel_path "<Actions>/tools/tools-airbrush-rate-decrease" "")
; (gtk_accel_path "<Actions>/image/image-convert-gamma" "") ; (gtk_accel_path "<Actions>/image/image-convert-gamma" "")
; (gtk_accel_path "<Actions>/context/context-foreground-hue-increase-skip" "") ; (gtk_accel_path "<Actions>/context/context-foreground-hue-increase-skip" "")
; (gtk_accel_path "<Actions>/channels/channels-popup" "") ; (gtk_accel_path "<Actions>/filters/filters-decor-menu" "")
; (gtk_accel_path "<Actions>/channels/channels-color-tag-yellow" "") ; (gtk_accel_path "<Actions>/channels/channels-color-tag-yellow" "")
; (gtk_accel_path "<Actions>/dockable/dockable-preview-size-small" "") ; (gtk_accel_path "<Actions>/layers/layers-alpha-selection-intersect" "")
; (gtk_accel_path "<Actions>/image/image-guides-menu" "") ; (gtk_accel_path "<Actions>/image/image-guides-menu" "")
; (gtk_accel_path "<Actions>/tools/tools-force-increase" "") ; (gtk_accel_path "<Actions>/tools/tools-force-increase" "")
; (gtk_accel_path "<Actions>/layers/layers-alpha-selection-intersect" "") ; (gtk_accel_path "<Actions>/channels/channels-popup" "")
; (gtk_accel_path "<Actions>/context/context-brush-select-next" "") ; (gtk_accel_path "<Actions>/context/context-brush-select-next" "")
; (gtk_accel_path "<Actions>/filters/filters-waterpixels" "") ; (gtk_accel_path "<Actions>/filters/filters-waterpixels" "")
; (gtk_accel_path "<Actions>/context/context-brush-spacing-increase" "") ; (gtk_accel_path "<Actions>/context/context-brush-spacing-increase" "")
@ -1013,6 +1013,7 @@
; (gtk_accel_path "<Actions>/filters/filters-mean-curvature-blur" "") ; (gtk_accel_path "<Actions>/filters/filters-mean-curvature-blur" "")
; (gtk_accel_path "<Actions>/layers/layers-color-tag-yellow" "") ; (gtk_accel_path "<Actions>/layers/layers-color-tag-yellow" "")
; (gtk_accel_path "<Actions>/context/context-brush-aspect-decrease-skip" "") ; (gtk_accel_path "<Actions>/context/context-brush-aspect-decrease-skip" "")
; (gtk_accel_path "<Actions>/dock/dock-move-to-screen-:0.0" "")
; (gtk_accel_path "<Actions>/filters/filters-animation-menu" "") ; (gtk_accel_path "<Actions>/filters/filters-animation-menu" "")
; (gtk_accel_path "<Actions>/filters/filters-noise-reduction" "") ; (gtk_accel_path "<Actions>/filters/filters-noise-reduction" "")
; (gtk_accel_path "<Actions>/dialogs/dialogs-gradients" "<Primary>g") ; (gtk_accel_path "<Actions>/dialogs/dialogs-gradients" "<Primary>g")
@ -1172,7 +1173,6 @@
; (gtk_accel_path "<Actions>/edit/edit-fill-fg" "<Primary>comma") ; (gtk_accel_path "<Actions>/edit/edit-fill-fg" "<Primary>comma")
(gtk_accel_path "<Actions>/tools/tools-scale" "<Primary>t") (gtk_accel_path "<Actions>/tools/tools-scale" "<Primary>t")
; (gtk_accel_path "<Actions>/context/context-brush-select-last" "") ; (gtk_accel_path "<Actions>/context/context-brush-select-last" "")
; (gtk_accel_path "<Actions>/dock/dock-move-to-screen-:1.0" "")
; (gtk_accel_path "<Actions>/plug-in/script-fu-distress-selection" "") ; (gtk_accel_path "<Actions>/plug-in/script-fu-distress-selection" "")
; (gtk_accel_path "<Actions>/edit/undo-popup" "") ; (gtk_accel_path "<Actions>/edit/undo-popup" "")
; (gtk_accel_path "<Actions>/layers/layers-mode-first" "") ; (gtk_accel_path "<Actions>/layers/layers-mode-first" "")
@ -1240,8 +1240,8 @@
; (gtk_accel_path "<Actions>/view/view-rotate-270" "") ; (gtk_accel_path "<Actions>/view/view-rotate-270" "")
; (gtk_accel_path "<Actions>/vectors/vectors-lower-to-bottom" "") ; (gtk_accel_path "<Actions>/vectors/vectors-lower-to-bottom" "")
; (gtk_accel_path "<Actions>/context/context-colormap-background-set" "") ; (gtk_accel_path "<Actions>/context/context-colormap-background-set" "")
; (gtk_accel_path "<Actions>/layers/layers-color-tag-gray" "")
; (gtk_accel_path "<Actions>/tools/tools-paintbrush-size-set" "") ; (gtk_accel_path "<Actions>/tools/tools-paintbrush-size-set" "")
; (gtk_accel_path "<Actions>/layers/layers-color-tag-gray" "")
; (gtk_accel_path "<Actions>/dock/dock-show-image-menu" "") ; (gtk_accel_path "<Actions>/dock/dock-show-image-menu" "")
; (gtk_accel_path "<Actions>/context/context-brush-hardness-increase-skip" "") ; (gtk_accel_path "<Actions>/context/context-brush-hardness-increase-skip" "")
; (gtk_accel_path "<Actions>/plug-in/script-fu-selection-to-pattern" "") ; (gtk_accel_path "<Actions>/plug-in/script-fu-selection-to-pattern" "")

View File

@ -4313,7 +4313,7 @@
(proc-arg 13 "image" "Input image") (proc-arg 13 "image" "Input image")
(proc-arg 16 "drawable" "Input drawable (unused)") (proc-arg 16 "drawable" "Input drawable (unused)")
(proc-arg 13 "result" "Resulting image"))) (proc-arg 13 "result" "Resulting image")))
(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-jxl/file-jxl" 1640434877 (plug-in-def "${gimp_plug_in_dir}/plug-ins/file-jxl/file-jxl" 1643504923
(proc-def "file-jxl-load" 1 (proc-def "file-jxl-load" 1
"Loads JPEG XL image files" "Loads JPEG XL image files"
"Loads JPEG XL image files" "Loads JPEG XL image files"

View File

@ -87,7 +87,8 @@
(size 671 476)) (size 671 476))
(session-info "toplevel" (session-info "toplevel"
(factory-entry "gimp-toolbox-color-dialog") (factory-entry "gimp-toolbox-color-dialog")
(position 1294 17)) (position 1293 16)
(monitor 1))
(session-info "toplevel" (session-info "toplevel"
(factory-entry "gimp-operation-tool-dialog") (factory-entry "gimp-operation-tool-dialog")
(position 1518 93)) (position 1518 93))
@ -107,6 +108,10 @@
(factory-entry "gimp-levels-tool-dialog") (factory-entry "gimp-levels-tool-dialog")
(position 1635 99) (position 1635 99)
(size 462 593)) (size 462 593))
(session-info "toplevel"
(factory-entry "gimp-scale-tool-dialog")
(position 1024 445)
(monitor 1))
(hide-docks no) (hide-docks no)
(single-window-mode yes) (single-window-mode yes)

View File

@ -1423,7 +1423,7 @@
<resource identifier="${gimp_data_dir}/gradients/Yellow_Orange.ggr" checksum="428584726006e23e260baa2a7d79f295"> <resource identifier="${gimp_data_dir}/gradients/Yellow_Orange.ggr" checksum="428584726006e23e260baa2a7d79f295">
</resource> </resource>
<resource identifier="gimp-palette-color-history" checksum="ebc3ae1dc28afbf89a8f287e6023dd68"> <resource identifier="gimp-palette-color-history" checksum="b54d32ffeb1b9eeaa84ac1b81f7c06aa">
</resource> </resource>
<resource identifier="${gimp_data_dir}/palettes/Bears.gpl" checksum="e82e818c20ac12bdd21049924ea2d1e7"> <resource identifier="${gimp_data_dir}/palettes/Bears.gpl" checksum="e82e818c20ac12bdd21049924ea2d1e7">
@ -5629,6 +5629,9 @@
<resource identifier="Mr.Goodbaur" checksum="(null)"> <resource identifier="Mr.Goodbaur" checksum="(null)">
</resource> </resource>
<resource identifier="mtx" checksum="(null)">
</resource>
<resource identifier="Much too loud" checksum="(null)"> <resource identifier="Much too loud" checksum="(null)">
</resource> </resource>
@ -9226,6 +9229,9 @@
<resource identifier="siji" checksum="(null)"> <resource identifier="siji" checksum="(null)">
</resource> </resource>
<resource identifier="Siji" checksum="(null)">
</resource>
<resource identifier="Simpleman" checksum="(null)"> <resource identifier="Simpleman" checksum="(null)">
</resource> </resource>
@ -10018,6 +10024,9 @@
<resource identifier="Wormfont" checksum="(null)"> <resource identifier="Wormfont" checksum="(null)">
</resource> </resource>
<resource identifier="Wuncon Siji" checksum="(null)">
</resource>
<resource identifier="Xcelsion" checksum="(null)"> <resource identifier="Xcelsion" checksum="(null)">
</resource> </resource>

View File

@ -1,6 +1,6 @@
# GIMP gimp-airbrush-tool options # GIMP gimp-airbrush-tool options
(foreground (color-rgb 0.49411764705882355 0.49411764705882355 1)) (foreground (color-rgb 0.1803921568627451 0.20392156862745098 0.25098039215686274))
(brush "2. Hardness 025") (brush "2. Hardness 025")
(dynamics "Dynamics Off") (dynamics "Dynamics Off")
(gradient "FG to BG (RGB)") (gradient "FG to BG (RGB)")

View File

@ -1,6 +1,6 @@
# GIMP gimp-bucket-fill-tool options # GIMP gimp-bucket-fill-tool options
(foreground (color-rgb 0.49411764705882355 0.49411764705882355 1)) (foreground (color-rgb 0.1803921568627451 0.20392156862745098 0.25098039215686274))
(pattern "Pine") (pattern "Pine")
(brush-size 51) (brush-size 51)
(brush-hardness 0.5) (brush-hardness 0.5)

View File

@ -1,6 +1,6 @@
# GIMP gimp-clone-tool options # GIMP gimp-clone-tool options
(foreground (color-rgb 0.49411764705882355 0.49411764705882355 1)) (foreground (color-rgb 0.1803921568627451 0.20392156862745098 0.25098039215686274))
(brush "2. Hardness 025") (brush "2. Hardness 025")
(dynamics "Dynamics Off") (dynamics "Dynamics Off")
(pattern "Pine") (pattern "Pine")

View File

@ -1,5 +1,5 @@
# GIMP gimp-color-picker-tool options # GIMP gimp-color-picker-tool options
(foreground (color-rgb 0.49411764705882355 0.49411764705882355 1)) (foreground (color-rgb 0.1803921568627451 0.20392156862745098 0.25098039215686274))
# end of gimp-color-picker-tool options # end of gimp-color-picker-tool options

View File

@ -1,6 +1,6 @@
# GIMP gimp-convolve-tool options # GIMP gimp-convolve-tool options
(foreground (color-rgb 0.49411764705882355 0.49411764705882355 1)) (foreground (color-rgb 0.1803921568627451 0.20392156862745098 0.25098039215686274))
(brush "2. Hardness 025") (brush "2. Hardness 025")
(dynamics "Dynamics Off") (dynamics "Dynamics Off")
(palette "Standard") (palette "Standard")

View File

@ -4,7 +4,7 @@
(aspect-numerator 1152) (aspect-numerator 1152)
(desired-fixed-size-height 0) (desired-fixed-size-height 0)
(desired-fixed-size-width 0) (desired-fixed-size-width 0)
(foreground (color-rgb 0.49411764705882355 0.49411764705882355 1)) (foreground (color-rgb 0.1803921568627451 0.20392156862745098 0.25098039215686274))
(pattern "Pine") (pattern "Pine")
# end of gimp-crop-tool options # end of gimp-crop-tool options

View File

@ -1,6 +1,6 @@
# GIMP gimp-dodge-burn-tool options # GIMP gimp-dodge-burn-tool options
(foreground (color-rgb 0.49411764705882355 0.49411764705882355 1)) (foreground (color-rgb 0.1803921568627451 0.20392156862745098 0.25098039215686274))
(brush "2. Hardness 025") (brush "2. Hardness 025")
(dynamics "Dynamics Off") (dynamics "Dynamics Off")
(palette "Standard") (palette "Standard")

View File

@ -1,6 +1,6 @@
# GIMP gimp-eraser-tool options # GIMP gimp-eraser-tool options
(foreground (color-rgb 0.49411764705882355 0.49411764705882355 1)) (foreground (color-rgb 0.1803921568627451 0.20392156862745098 0.25098039215686274))
(brush "2. Hardness 025") (brush "2. Hardness 025")
(dynamics "Dynamics Off") (dynamics "Dynamics Off")
(palette "Standard") (palette "Standard")

View File

@ -1,5 +1,5 @@
# GIMP gimp-foreground-select-tool options # GIMP gimp-foreground-select-tool options
(foreground (color-rgb 0.49411764705882355 0.49411764705882355 1)) (foreground (color-rgb 0.1803921568627451 0.20392156862745098 0.25098039215686274))
# end of gimp-foreground-select-tool options # end of gimp-foreground-select-tool options

View File

@ -1,6 +1,6 @@
# GIMP gimp-gradient-tool options # GIMP gimp-gradient-tool options
(foreground (color-rgb 0.49411764705882355 0.49411764705882355 1)) (foreground (color-rgb 0.1803921568627451 0.20392156862745098 0.25098039215686274))
(gradient "FG to BG (RGB)") (gradient "FG to BG (RGB)")
(brush-size 51) (brush-size 51)
(brush-spacing 0.050000000000000003) (brush-spacing 0.050000000000000003)

View File

@ -1,6 +1,6 @@
# GIMP gimp-heal-tool options # GIMP gimp-heal-tool options
(foreground (color-rgb 0.49411764705882355 0.49411764705882355 1)) (foreground (color-rgb 0.1803921568627451 0.20392156862745098 0.25098039215686274))
(brush "2. Hardness 025") (brush "2. Hardness 025")
(dynamics "Dynamics Off") (dynamics "Dynamics Off")
(palette "Standard") (palette "Standard")

View File

@ -1,6 +1,6 @@
# GIMP gimp-ink-tool options # GIMP gimp-ink-tool options
(foreground (color-rgb 0.49411764705882355 0.49411764705882355 1)) (foreground (color-rgb 0.1803921568627451 0.20392156862745098 0.25098039215686274))
(brush-size 51) (brush-size 51)
(brush-hardness 0.5) (brush-hardness 0.5)

View File

@ -1,6 +1,6 @@
# GIMP gimp-mypaint-brush-tool options # GIMP gimp-mypaint-brush-tool options
(foreground (color-rgb 0.49411764705882355 0.49411764705882355 1)) (foreground (color-rgb 0.1803921568627451 0.20392156862745098 0.25098039215686274))
(mybrush "100% Opaque") (mybrush "100% Opaque")
(brush-size 51) (brush-size 51)
(brush-hardness 0.5) (brush-hardness 0.5)

View File

@ -1,5 +1,5 @@
# GIMP gimp-operation-tool options # GIMP gimp-operation-tool options
(foreground (color-rgb 0.49411764705882355 0.49411764705882355 1)) (foreground (color-rgb 0.1803921568627451 0.20392156862745098 0.25098039215686274))
# end of gimp-operation-tool options # end of gimp-operation-tool options

View File

@ -1,6 +1,6 @@
# GIMP gimp-paintbrush-tool options # GIMP gimp-paintbrush-tool options
(foreground (color-rgb 0.49411764705882355 0.49411764705882355 1)) (foreground (color-rgb 0.1803921568627451 0.20392156862745098 0.25098039215686274))
(brush "2. Hardness 025") (brush "2. Hardness 025")
(dynamics "Dynamics Off") (dynamics "Dynamics Off")
(gradient "FG to BG (RGB)") (gradient "FG to BG (RGB)")

View File

@ -1,6 +1,6 @@
# GIMP gimp-pencil-tool options # GIMP gimp-pencil-tool options
(foreground (color-rgb 0.49411764705882355 0.49411764705882355 1)) (foreground (color-rgb 0.1803921568627451 0.20392156862745098 0.25098039215686274))
(brush "2. Hardness 025") (brush "2. Hardness 025")
(dynamics "Dynamics Off") (dynamics "Dynamics Off")
(gradient "FG to BG (RGB)") (gradient "FG to BG (RGB)")

View File

@ -1,6 +1,6 @@
# GIMP gimp-perspective-clone-tool options # GIMP gimp-perspective-clone-tool options
(foreground (color-rgb 0.49411764705882355 0.49411764705882355 1)) (foreground (color-rgb 0.1803921568627451 0.20392156862745098 0.25098039215686274))
(brush "2. Hardness 025") (brush "2. Hardness 025")
(dynamics "Dynamics Off") (dynamics "Dynamics Off")
(pattern "Pine") (pattern "Pine")

View File

@ -1,6 +1,6 @@
# GIMP gimp-smudge-tool options # GIMP gimp-smudge-tool options
(foreground (color-rgb 0.49411764705882355 0.49411764705882355 1)) (foreground (color-rgb 0.1803921568627451 0.20392156862745098 0.25098039215686274))
(brush "2. Hardness 025") (brush "2. Hardness 025")
(dynamics "Dynamics Off") (dynamics "Dynamics Off")
(gradient "FG to BG (RGB)") (gradient "FG to BG (RGB)")

View File

@ -1,6 +1,6 @@
# GIMP gimp-text-tool options # GIMP gimp-text-tool options
(foreground (color-rgb 0.49411764705882355 0.49411764705882355 1)) (foreground (color-rgb 0.1803921568627451 0.20392156862745098 0.25098039215686274))
(palette "Standard") (palette "Standard")
(font "AajaxSurrealFreak") (font "AajaxSurrealFreak")
(font-size 24) (font-size 24)

View File

@ -1,6 +1,6 @@
# GIMP gimp-vector-tool options # GIMP gimp-vector-tool options
(foreground (color-rgb 0.49411764705882355 0.49411764705882355 1)) (foreground (color-rgb 0.1803921568627451 0.20392156862745098 0.25098039215686274))
(brush "2. Hardness 025") (brush "2. Hardness 025")
(dynamics "Dynamics Off") (dynamics "Dynamics Off")
(pattern "Pine") (pattern "Pine")

View File

@ -1,5 +1,6 @@
gtk-theme-name="themix-Dracula" include "/home/repo/.gtkrc-2.0.mine"
gtk-icon-theme-name="themix-Dracula" gtk-theme-name="Minimal-Mistakes"
gtk-icon-theme-name="Papirus-Minimal-Mistakes"
gtk-font-name="SauceCodePro Nerd Font 10" gtk-font-name="SauceCodePro Nerd Font 10"
gtk-cursor-theme-name="capitaine-cursors-light" gtk-cursor-theme-name="capitaine-cursors-light"
gtk-cursor-theme-size=0 gtk-cursor-theme-size=0
@ -11,6 +12,6 @@ gtk-enable-event-sounds=1
gtk-enable-input-feedback-sounds=1 gtk-enable-input-feedback-sounds=1
gtk-xft-antialias=1 gtk-xft-antialias=1
gtk-xft-hinting=1 gtk-xft-hinting=1
gtk-xft-hintstyle="hintslight" gtk-xft-hintstyle="hintmedium"
gtk-xft-rgba="rgb" gtk-xft-rgba="rgb"
gtk-modules="gail:atk-bridge" gtk-modules="gail:atk-bridge"

View File

@ -1,6 +1,6 @@
[Settings] [Settings]
gtk-theme-name=themix-Dracula gtk-theme-name=Minimal-Mistakes
gtk-icon-theme-name=themix-Dracula gtk-icon-theme-name=Papirus-Minimal-Mistakes
gtk-font-name=SauceCodePro Nerd Font 10 gtk-font-name=SauceCodePro Nerd Font 10
gtk-cursor-theme-name=capitaine-cursors-light gtk-cursor-theme-name=capitaine-cursors-light
gtk-cursor-theme-size=0 gtk-cursor-theme-size=0

View File

@ -1,12 +1,18 @@
[Settings] [Settings]
gtk-theme-name=Minimal-Mistakes
gtk-icon-theme-name=Papirus-Minimal-Mistakes
gtk-font-name=SauceCodePro Nerd Font 10
gtk-cursor-theme-name=capitaine-cursors-light
gtk-cursor-theme-size=0
gtk-toolbar-style=GTK_TOOLBAR_BOTH
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
gtk-application-prefer-dark-theme=true gtk-application-prefer-dark-theme=true
gtk-button-images=true gtk-button-images=true
gtk-cursor-theme-name=breeze_cursors
gtk-cursor-theme-size=0
gtk-cursor-theme-name=capitaine-cursors-light
gtk-enable-animations=true
gtk-font-name=SauceCodePro Nerd Font 10
gtk-icon-theme-name=themix-Dracula
gtk-menu-images=true gtk-menu-images=true
gtk-primary-button-warps-slider=false gtk-enable-event-sounds=true
gtk-toolbar-style=3 gtk-enable-input-feedback-sounds=true
gtk-xft-antialias=true
gtk-xft-hinting=true
gtk-xft-hintstyle=hintmedium
gtk-xft-rgba=rgb
gtk-modules=gail:atk-bridge

View File

@ -591,6 +591,7 @@ assign [class="(?i)Alacritty|Kitty"]
# Workspace $ws2 Text Editor # Workspace $ws2 Text Editor
assign [class="(?i)Nvim|Jetbrains"] → $ws2 assign [class="(?i)Nvim|Jetbrains"] → $ws2
assign [class="(?i)Code|Atom"] → $ws2
# Workspace $ws3 Files # Workspace $ws3 Files
assign [class="(?i)Nemo"] → $ws3 assign [class="(?i)Nemo"] → $ws3

View File

@ -203,8 +203,8 @@
usepressure="1" usepressure="1"
usetilt="0" usetilt="0"
keep_selected="1" keep_selected="1"
abs_width="1" abs_width="0"
unit="mm"> unit="px">
<group <group
id="preset"> id="preset">
<group <group
@ -1026,11 +1026,11 @@
<group <group
id="theme" id="theme"
defaultPreferDarkTheme="1" defaultPreferDarkTheme="1"
defaultGtkTheme="themix-Dracula" defaultGtkTheme="gtk"
defaultIconTheme="themix-Dracula" defaultIconTheme="themix-Dracula"
symbolicIcons="0" symbolicIcons="0"
menuIcons_canvas="0" menuIcons_canvas="0"
menuIcons_layers="0" menuIcons_layers="0"
menuIcons_objects="0" menuIcons_objects="0"
darkTheme="1" /> darkTheme="0" />
</inkscape> </inkscape>

View File

@ -1,35 +1,35 @@
# ColorScheme themix-Dracula - kitty color config # ColorScheme themix-MinimalMistakes - kitty color config
# Scheme by themix-Dracula # Scheme by themix-MinimalMistakes
background #282a36 background #283036
foreground #f8f8f2 foreground #e5e9f0
selection_background #acb6ff selection_background #81a0c1
selection_foreground #282a36 selection_foreground #283036
url_color #8be9fd url_color #59fff9
cursor #f8f8f2 cursor #e5e9f0
active_border_color #f8f8f2 active_border_color #e5e9f0
inactive_border_color #4d4d4d inactive_border_color #4d4d4d
active_tab_background #f8f8f2 active_tab_background #e5e9f0
active_tab_foreground #4d4d4d active_tab_foreground #4d4d4d
inactive_tab_background #f8f8f2 inactive_tab_background #e5e9f0
inactive_tab_foreground #4d4d4d inactive_tab_foreground #4d4d4d
tab_bar_background #f8f8f2 tab_bar_background #e5e9f0
# normal # normal
color0 #21222c color0 #283036
color1 #ff5555 color1 #ff5959
color2 #50fa7b color2 #59ff59
color3 #f1fa8c color3 #ffff59
color4 #93adf9 color4 #9059ff
color5 #ff79c6 color5 #ff59f9
color6 #8be9fd color6 #59fff9
color7 #f8f8f2 color7 #e5e9f0
# bright # bright
color8 #4d4d4d color8 #43515e
color9 #ff6e6e color9 #ffa6a6
color10 #69ff94 color10 #a6ffa6
color11 #ffffa5 color11 #ffffa6
color12 #acb6ff color12 #c5a6ff
color13 #ff92df color13 #ffa6fc
color14 #a4ffff color14 #a6fffc
color15 #ffffff color15 #e5e9f0

View File

@ -35,8 +35,8 @@ Krita/Ocio/OcioConfigPath=
Krita/Ocio/OcioLockColorVisualRepresentation=false Krita/Ocio/OcioLockColorVisualRepresentation=false
Krita/Ocio/OcioLutPath= Krita/Ocio/OcioLutPath=
Krita/Ocio/UseOcio=false Krita/Ocio/UseOcio=false
LastBackGroundColor=<!DOCTYPE LastBackGroundColor>\n<LastBackGroundColor>\n <RGB b="0.211764708161354" g="0.164705887436867" space="sRGB-elle-V2-g10.icc" r="0.156862750649452"/>\n</LastBackGroundColor>\n LastBackGroundColor=<!DOCTYPE LastBackGroundColor>\n<LastBackGroundColor>\n <RGB r="0.156862750649452" g="0.164705887436867" space="sRGB-elle-V2-g10.icc" b="0.211764708161354"/>\n</LastBackGroundColor>\n
LastForeGroundColor=<!DOCTYPE LastForeGroundColor>\n<LastForeGroundColor>\n <RGB b="0.160784319043159" g="0.121568627655506" space="sRGB built-in" r="0.117647059261799"/>\n</LastForeGroundColor>\n LastForeGroundColor=<!DOCTYPE LastForeGroundColor>\n<LastForeGroundColor>\n <RGB r="0.117647059261799" g="0.121568627655506" space="sRGB built-in" b="0.160784319043159"/>\n</LastForeGroundColor>\n
LastPreset=b) Basic-5 Size LastPreset=b) Basic-5 Size
LastPreset_-1=b) Basic-5 Size LastPreset_-1=b) Basic-5 Size
LineSmoothingDelayDistance=50 LineSmoothingDelayDistance=50
@ -507,12 +507,14 @@ File3[$e]=$HOME/Documents/Declaration-Against-Discrimination.pdf
File4[$e]=$HOME/Pictures/endeavour-logo-sans-logotype.svg File4[$e]=$HOME/Pictures/endeavour-logo-sans-logotype.svg
File5[$e]=$HOME/Pictures/screenie/1640362006.png File5[$e]=$HOME/Pictures/screenie/1640362006.png
File6[$e]=/mnt/500GB/.gitlabs/Arch.TheRepo.Club/favicon.ico File6[$e]=/mnt/500GB/.gitlabs/Arch.TheRepo.Club/favicon.ico
File7[$e]=/mnt/500GB/.gitlabs/minimal-mistakes/website/static/img/favicon.ico
Name1[$e]=Letter.png Name1[$e]=Letter.png
Name2[$e]=colors.png Name2[$e]=colors.png
Name3[$e]=Declaration-Against-Discrimination.pdf Name3[$e]=Declaration-Against-Discrimination.pdf
Name4[$e]=endeavour-logo-sans-logotype.svg Name4[$e]=endeavour-logo-sans-logotype.svg
Name5[$e]=1640362006.png Name5[$e]=1640362006.png
Name6[$e]=favicon.ico Name6[$e]=favicon.ico
Name7[$e]=favicon.ico
[SelectedTags] [SelectedTags]
brushes=All brushes=All

View File

@ -1,3 +1,5 @@
#!/usr/bin/env sh #!/usr/bin/env sh
export AUTHOR_FULL_NAME='The-Repo-Club' export AUTHOR_NAME='The-Repo-Club'
export AUTHOR_EMAIL='wayne6324@gmail.com' export AUTHOR_EMAIL='wayne6324@gmail.com'
export AUTHOR_WEBSITE='https://therepo.club/'
export LICENSE_DIR='/home/repo/.config/licenses'

View File

@ -1,22 +1,77 @@
#!/usr/bin/env bash #!/usr/bin/env sh
# -*-coding:utf-8 -*-
# ------------------------------------------------------------------------- # Licensed under ArArv2 license: https://files.ari-web.xyz/files/ArAr.ari-archer.LICENSE
# Path - /home/repo/.local/bin/lmgr # Description: manage, switch and template licenses
# GitHub - https://github.com/The-Repo-Club/
# Author - The-Repo-Club [wayne6324@gmail.com] # DEPENDS ON:
# Start On - Sun 23 January 2022, 11:51:17 am (GMT) # general utilities: coreutils [head, awk, ...]
# Modified On - Sun 06 February 2022, 11:53:51 am (GMT) # license picker: fzf (optional)
# ------------------------------------------------------------------------- # automatic config generation: git (optional)
Version=2022.02.06 # colours: ncurses (optional) [tput]
# -------------------------------------------------------------------------
set -e set -e
VERSION='0.8'
# Init
[ -z "$HOME" ] && HOME="$(eval echo '~')"
depend() { command -v -- "$1" >/dev/null || (echo "FATAL: depend(): Dependency '$1' broken" 1>&2 && exit 11); }
# Colours (requires ncurses)
if [ "$LMGR_COLOURS" != 0 ]; then
depend 'tput'
RED=$(tput setaf 1)
GREEN=$(tput setaf 2)
YELLOW=$(tput setaf 3)
BRIGHT=$(tput bold)
RESET=$(tput sgr0)
fi
# Aliases
alias lless='less -NrIMJ --use-color --incsearch --line-num-width=2'
alias ffind='find -L'
# Constants
LICENSE_DIR="$HOME/.config/licenses"
LICENSE_SED='s/^@//'
# Utility functions
error() { printf " ${RED}*${RESET} %s\n" "$1" 1>&2; }
warn() { printf " ${YELLOW}*${RESET} %s\n" "$1" 1>&2; }
info() { printf " ${GREEN}*${RESET} %s\n" "$1"; }
einfo() { printf " ${BRIGHT}*${RESET} %s\n" "$1"; }
check_valid_license() {
lic="$(echo "$1" | sed "$LICENSE_SED")"
echo "$1" | grep -qi '^@' || (error "License '$lic' is not valid" && exit 9)
[ ! -f "$LICENSE_DIR"/"$lic" ] && (error "License '$lic' does not exist" && exit 10)
return 0
}
sed_escape() { echo "$1" | sed -e 's/[\/&]/\\&/g'; }
# Functions
list_licenses() { ffind "$LICENSE_DIR" -maxdepth 1 -type f -printf " ${BRIGHT}*${RESET} @%f\n"; }
usage() { usage() {
echo " License manager v$Version" echo " License manager v$VERSION"
echo ' manage, switch and template licenses' echo ' manage, switch and template licenses'
echo '' echo ''
echo " $(basename "$0") <flag | @license>" echo " \$AUTHOR_NAME -- '$AUTHOR_NAME'"
echo " \$AUTHOR_EMAIL -- '$AUTHOR_EMAIL'"
echo " \$AUTHOR_WEBSITE -- '$AUTHOR_WEBSITE'"
echo " \$LICENSE_DIR -- '$LICENSE_DIR'"
echo ''
echo " [ENV=VAL ...] $(basename "$0") <flag | @license>"
echo '' echo ''
echo ' -help --help -h show usage' echo ' -help --help -h show usage'
echo ' -list-licenses -l list awailable licenses' echo ' -list-licenses -l list awailable licenses'
@ -25,137 +80,257 @@ usage() {
echo ' -preview-license -P @license_name preview a license template' echo ' -preview-license -P @license_name preview a license template'
echo ' -remove-license -r remove all licenses from the current project' echo ' -remove-license -r remove all licenses from the current project'
echo " -search-license -s '<query | patten>' search for license" echo " -search-license -s '<query | patten>' search for license"
} echo ' -template-help -T print help for templating'
echo ' -new-template -t create a new license template'
error() { echo ' -delete-license -R @license_name ... delete a license from templates'
if ! [ "$2" -eq "$2" ] 2>/dev/null; then echo ' -new-config -C create a default config overwriting current one'
echo 'error(): argument 2 was expected to be an intager.' echo ' -check-conflict -k check if current licene(s) are conflicting'
exit 3 echo ''
fi echo " LMGR_COLOURS=0|[1] turn colour on (1) or off (0) [${LMGR_COLOURS:-1}]"
echo " * ERROR: $1" 1>&2
exit "$2"
}
warn() {
echo " * WARNING: $1" 1>&2
}
list_licenses() {
if ! [ -d "${HOME}"/.config/licenses ]; then
warn "${HOME}/.config/licenses does not exist. Creating it."
mkdir -p "${HOME}"/.config/licenses
fi
find -L "${HOME}"/.config/licenses -maxdepth 1 -type f -printf " * @%f\n"
} }
make_new_config() { make_new_config() {
mkdir -p "${HOME}"/.config mkdir -p "$HOME"/.config
{ {
echo '#!/usr/bin/env sh' echo '#!/usr/bin/env sh'
echo "export AUTHOR_FULL_NAME='$(git config user.name || echo "${USER}")'" echo "export AUTHOR_NAME='$(git config user.name || echo "${USER}")'"
echo "export AUTHOR_EMAIL='$(git config user.email || echo "${USER}@gmail.com")'" echo "export AUTHOR_EMAIL='$(git config user.email || echo "${USER}@gmail.com")'"
} >"${HOME}"/.config/license.conf echo "export AUTHOR_WEBSITE='https://example.com/'"
echo "export LICENSE_DIR='$LICENSE_DIR'"
} >"$HOME"/.config/license.conf
} }
show_license() { show_license() {
depend 'head'
l_name='LICENSE' l_name='LICENSE'
if [ -f UNLICENSE ]; then [ -f UNLICENSE ] && l_name='UNLICENSE'
l_name='UNLICENSE'
fi
if [ -f "$l_name" ]; then if [ -f "$l_name" ]; then
head -n1 "$l_name" | sed 's/^\s*//; s/\s*$//' head -n1 "$l_name" | sed 's/^\s*//; s/\s*$//'
else else
echo 'Strong copyright (no license)' echo 'strong copyright (no license)'
fi fi
} }
check_license_conflict() {
if [ -f ./LICENSE ] && [ -f ./UNLICENSE ]; then
error 'Licensing conflict: UNLICENSE and LICENSE both found'
printf ' Do you either (1) Remove LICENSE or (2) Remove UNLICENSE? [1/2] '
read -r lr
case "$lr" in
1) rm LICENSE ;;
2) rm UNLICENSE ;;
*) error "'$lr' is not an option" && exit 1 ;;
esac || (error 'Could not resolve licensing conflict' && exit 6)
fi
}
get_license() { get_license() {
if ! [ -f "${HOME}"/.config/licenses/"$1" ]; then depend 'cp'
echo " * No licence by the name of $1" 1>&2 check_valid_license "$1"
check_license_conflict
user_license="$(echo "$1" | sed "$LICENSE_SED")"
if [ ! -f "$LICENSE_DIR"/"$user_license" ]; then
error "No licence by the name of '$1'"
list_licenses list_licenses
echo ' * Use of of the above' error 'Use of of the above'
exit 5 exit 5
elif [ -f ./LICENSE ] || [ -f ./UNLICENSE ]; then elif [ -f ./LICENSE ] || [ -f ./UNLICENSE ]; then
echo " * Found license: $(show_license)" info "Found license: $(show_license)"
printf ' Switch licenses? [y/n] ' printf ' Switch licenses? [y/n] '
read -r yn read -r yn
if ! [ "$yn" = "y" ]; then [ ! "$yn" = "y" ] && exit
exit
fi
fi fi
l_name='LICENSE' l_name='LICENSE'
if [ "$(head -n1 "${HOME}"/.config/licenses/"$1")" = 'UNLICENSE' ]; then [ "$(head -n1 "$LICENSE_DIR"/"$user_license")" = 'UNLICENSE' ] && l_name='UNLICENSE'
l_name='UNLICENSE'
fi
cp -fiL "${HOME}"/.config/licenses/"$1" "$l_name" cp -fiL "$LICENSE_DIR"/"$user_license" "$l_name"
sed -i "$l_name" \ sed -i "$l_name" \
-e "s/{{PROJECT_NAME}}/$(basename "$PWD")/g" \ -e "s/{{PROJECT_NAME}}/$(sed_escape "$(basename "$PWD")")/g" \
-e "s/{{CURRENT_YEAR}}/$(date '+%Y')/g" \ -e "s/{{CURRENT_YEAR}}/$(sed_escape "$(date '+%Y')")/g" \
-e "s/{{AUTHOR_NAME}}/${AUTHOR_FULL_NAME}/g" \ -e "s/{{AUTHOR_NAME}}/$(sed_escape "$AUTHOR_NAME")/g" \
-e "s/{{AUTHOR_EMAIL}}/$AUTHOR_EMAIL/g" -e "s/{{AUTHOR_EMAIL}}/$(sed_escape "$AUTHOR_EMAIL")/g" \
-e "s/{{AUTHOR_WEBSITE}}/$(sed_escape "$AUTHOR_WEBSITE")/g"
echo " * Current license now is set to $(show_license)" check_license_conflict
info "Current license now is set to $(show_license)"
} }
license_picker() { license_picker() {
license="$(list_licenses | awk '{ print $2 }' | sed 's/^@//' | FZF_DEFAULT_OPTS='' fzf --layout=reverse --height=20 --no-mouse -i --preview "cat ${HOME}/.config/licenses/{}" || echo '')" depend 'awk'
depend 'fzf'
if ! [ "$license" ]; then license="$(list_licenses |
awk '{ print $2 }' |
sed "$LICENSE_SED" |
FZF_DEFAULT_OPTS='' fzf --layout=reverse --height=20 --no-mouse -i --preview "cat $LICENSE_DIR/{}" || echo '')"
if [ -z "$license" ]; then
license_picker license_picker
return
fi fi
get_license "$license" get_license "@$license"
} }
search_license() { search_license() {
for lic in $(list_licenses | awk '{ print $2 }' | sed 's/^@//'); do for lic in $(list_licenses | awk '{ print $2 }' | sed "$LICENSE_SED"); do
if echo "$lic $(head -n5 "${HOME}"/.config/licenses/"$lic")" | grep -iq "$1"; then if echo "$lic $(head -n8 "$LICENSE_DIR"/"$lic")" | grep -iq "$1"; then
echo " * @$lic" einfo "@$lic"
fi fi
done done
} }
remove_license() { remove_license() {
rm -f UNLICENSE LICENSE 2>/dev/null || true rm -f UNLICENSE LICENSE 2>/dev/null || true
echo " * Current license now is set to $(show_license)" info "Current license now is set to $(show_license)"
}
templating_help() {
{
echo 'Templating'
echo ''
echo 'To template a license you need to create a file named'
echo "the same like you want to refer to your license, let's say \`hello\` in this example"
echo "so now create a file called hello in '$LICENSE_DIR/hello'"
echo ''
echo 'Now you can make your license there, now onto templating'
echo ''
echo 'The templating "language" is pretty simple, all syntax goes in {{...}}'
echo 'So the variables are:'
echo ' * {{PROJECT_NAME}} -- The current project name (basename of current directory)'
echo ' * {{CURRENT_YEAR}} -- The current year'
echo " * {{AUTHOR_NAME}} -- The author's full name"
echo " * {{AUTHOR_EMAIL}} -- The author's email"
echo " * {{AUTHOR_WEBSITE}} -- The author's website"
echo ''
echo 'Example of a template: https://raw.githubusercontent.com/TruncatedDinosour/dotfiles-cleaned/gentoo/dotfiles/config/licenses/ArAr2'
} | lless
}
new_template() {
printf 'License name/alias (spaces will be removed) -- '
read -r ln
[ -z "$ln" ] && (
error 'Cannot leave license name empty'
exit 7
)
ln="$LICENSE_DIR/$(echo "$ln" | tr -d ' ' | head -c250)"
if [ -f "$ln" ]; then
printf 'This license already exists, do you want to overwrite it? [y/n] '
read -r yn
[ "$yn" != 'y' ] && exit
fi
editor="${EDITOR:-}"
if [ -z "$editor" ]; then
printf 'Editor to open file in -- '
read -r editor
fi
[ -z "$editor" ] && (
error 'Cannot leave editor empty'
exit 8
)
depend "$(basename "$editor" | awk '{print $1}')"
set -x
$editor "$ln"
set +x
[ -f "$ln" ] && einfo "License '$(basename "$ln")' saved"
}
delete_license() {
check_valid_license "$1"
rm -vi "$LICENSE_DIR"/"$(echo "$1" | sed "$LICENSE_SED")"
}
new_config() {
einfo "This will overwite your config, are you sure you want do do that?"
printf ' [y/n] '
read -r yn
[ "$yn" != 'y' ] && exit
make_new_config
info 'New config made and saved'
} }
main() { main() {
if [ -f "${HOME}/.config/license.conf" ]; then if [ -f "$HOME/.config/license.conf" ]; then
# shellcheck disable=1091 # shellcheck disable=1091
. "${HOME}/.config/license.conf" . "$HOME/.config/license.conf"
else else
warn 'No configuration file found. Creating it.' warn 'No configuration file found. Creating it.'
make_new_config make_new_config
exit 4 exit 4
fi fi
if [ ! "$1" ]; then if [ ! -d "$LICENSE_DIR" ]; then
usage # shellcheck disable=2088
exit 1 warn "'$LICENSE_DIR' does not exist. Creating it."
mkdir -p "$LICENSE_DIR"
fi fi
[ -z "$1" ] && (
usage
exit 1
)
ffind "$LICENSE_DIR" -not -name . -not -path "$LICENSE_DIR" -prune -not -type f -exec rm -R {} +
check_license_conflict
case "$1" in case "$1" in
-help | --help | -h) usage ;; -help | --help | -h) usage ;;
-list-licenses | -l) list_licenses ;; -list-licenses | -l) list_licenses ;;
-current-license | -c) echo " * $(show_license)" ;; -current-license | -c) einfo "$(show_license)" ;;
-pick-license | -p) license_picker ;; -pick-license | -p) license_picker ;;
-preview-license | -P) less -NrIMJ --use-color --incsearch --line-num-width=2 "${HOME}"/.config/licenses/"$(echo "$2" | sed 's/^@//')" 2>/dev/null || echo "* License $2 not found" ;; -preview-license | -P)
check_valid_license "$2"
lless "$LICENSE_DIR"/"$(echo "$2" | sed "$LICENSE_SED")" 2>/dev/null || einfo "License $2 not found"
;;
-remove-license | -r) remove_license ;; -remove-license | -r) remove_license ;;
-search-license | -s) search_license "$2" ;; -search-license | -s) search_license "$2" ;;
-template-help | -T) templating_help ;;
-new-template | -t) new_template ;;
-delete-license | -R)
tmp_l=0
@*) get_license "$(echo "$1" | sed 's/^@//')" ;; for lic in "$@"; do
*) error "Flag $1 is not known." 2 ;; if [ "$tmp_l" = 0 ]; then
tmp_l=1
continue
fi
delete_license "$lic"
done
;;
-new-config | -C) new_config ;;
-check-conflict | -k) check_license_conflict ;;
@*) check_valid_license "$1" && get_license "$1" ;;
*) error "Flag $1 is not known." && usage && exit 2 ;;
esac esac
} }

View File

@ -2,7 +2,7 @@ local ok, err = pcall(require, "core")
vim.g.dracula_show_end_of_buffer = true -- default false, Turn on or off EndOfBuffer symbol vim.g.dracula_show_end_of_buffer = true -- default false, Turn on or off EndOfBuffer symbol
vim.g.dracula_transparent_bg = true -- default false, enables transparent background vim.g.dracula_transparent_bg = true -- default false, enables transparent background
vim.cmd[[colorscheme dracula]] vim.cmd[[colorscheme minimalmistakes]]
vim.cmd("hi! link DashboardHeader Error") vim.cmd("hi! link DashboardHeader Error")
if not ok then if not ok then

View File

@ -5,17 +5,17 @@ local lualine = require 'lualine'
-- Color table for highlights -- Color table for highlights
local colors = { local colors = {
bg = '#282a36', bg = '#283036',
fg = '#f8f8f2', fg = '#e5e9f0',
yellow = '#f1fa8c', yellow = '#ffff59',
cyan = '#8be9fd', cyan = '#59fff9',
darkblue = '#081633', darkblue = '#081633',
green = '#50fa7b', green = '#59ff59',
orange = '#ffb86c', orange = '#ff9c59',
violet = '#bd93f9', violet = '#9059ff',
magenta = '#ff79c6', magenta = '#ff59f9',
blue = '#51afef', blue = '#51afef',
red = '#ff5555' red = '#ff5959'
} }
local conditions = { local conditions = {

View File

@ -46,7 +46,7 @@ hooks.add("install_plugins", function(use)
} }
use { use {
"dracula/vim", "Minimal-Mistakes/vim",
} }
use { use {
"ap/vim-css-color", "ap/vim-css-color",

View File

@ -242,7 +242,7 @@ _G.packer_plugins = {
url = "https://github.com/windwp/nvim-autopairs" url = "https://github.com/windwp/nvim-autopairs"
}, },
["nvim-cmp"] = { ["nvim-cmp"] = {
after = { "nvim-autopairs", "LuaSnip" }, after = { "LuaSnip", "nvim-autopairs" },
config = { "require('plugins.configs.cmp')" }, config = { "require('plugins.configs.cmp')" },
load_after = {}, load_after = {},
loaded = true, loaded = true,
@ -341,7 +341,7 @@ _G.packer_plugins = {
vim = { vim = {
loaded = true, loaded = true,
path = "/home/repo/.local/share/nvim/site/pack/packer/start/vim", path = "/home/repo/.local/share/nvim/site/pack/packer/start/vim",
url = "https://github.com/dracula/vim" url = "https://github.com/Minimal-Mistakes/vim"
}, },
["vim-clap"] = { ["vim-clap"] = {
loaded = true, loaded = true,
@ -432,21 +432,14 @@ if not vim.g.packer_custom_loader_enabled then
vim.g.packer_custom_loader_enabled = true vim.g.packer_custom_loader_enabled = true
end end
-- Setup for: telescope.nvim
time([[Setup for telescope.nvim]], true)
try_loadstring("\27LJ\2\n?\0\0\3\0\3\0\0066\0\0\0'\2\1\0B\0\2\0029\0\2\0B\0\1\1K\0\1\0\14telescope\18core.mappings\frequire\0", "setup", "telescope.nvim")
time([[Setup for telescope.nvim]], false)
-- Setup for: bufferline.nvim -- Setup for: bufferline.nvim
time([[Setup for bufferline.nvim]], true) time([[Setup for bufferline.nvim]], true)
try_loadstring("\27LJ\2\n@\0\0\3\0\3\0\0066\0\0\0'\2\1\0B\0\2\0029\0\2\0B\0\1\1K\0\1\0\15bufferline\18core.mappings\frequire\0", "setup", "bufferline.nvim") try_loadstring("\27LJ\2\n@\0\0\3\0\3\0\0066\0\0\0'\2\1\0B\0\2\0029\0\2\0B\0\1\1K\0\1\0\15bufferline\18core.mappings\frequire\0", "setup", "bufferline.nvim")
time([[Setup for bufferline.nvim]], false) time([[Setup for bufferline.nvim]], false)
-- Setup for: dashboard-nvim -- Setup for: vim-matchup
time([[Setup for dashboard-nvim]], true) time([[Setup for vim-matchup]], true)
try_loadstring("\27LJ\2\n?\0\0\3\0\3\0\0066\0\0\0'\2\1\0B\0\2\0029\0\2\0B\0\1\1K\0\1\0\14dashboard\18core.mappings\frequire\0", "setup", "dashboard-nvim") try_loadstring("\27LJ\2\nS\0\0\3\0\4\0\a6\0\0\0'\2\1\0B\0\2\0029\0\2\0'\2\3\0B\0\2\1K\0\1\0\16vim-matchup\21packer_lazy_load\15core.utils\frequire\0", "setup", "vim-matchup")
time([[Setup for dashboard-nvim]], false) time([[Setup for vim-matchup]], false)
time([[packadd for dashboard-nvim]], true)
vim.cmd [[packadd dashboard-nvim]]
time([[packadd for dashboard-nvim]], false)
-- Setup for: nvim-tree.lua -- Setup for: nvim-tree.lua
time([[Setup for nvim-tree.lua]], true) time([[Setup for nvim-tree.lua]], true)
try_loadstring("\27LJ\2\n>\0\0\3\0\3\0\0066\0\0\0'\2\1\0B\0\2\0029\0\2\0B\0\1\1K\0\1\0\rnvimtree\18core.mappings\frequire\0", "setup", "nvim-tree.lua") try_loadstring("\27LJ\2\n>\0\0\3\0\3\0\0066\0\0\0'\2\1\0B\0\2\0029\0\2\0B\0\1\1K\0\1\0\rnvimtree\18core.mappings\frequire\0", "setup", "nvim-tree.lua")
@ -459,22 +452,25 @@ time([[Setup for nvim-lspconfig]], false)
time([[Setup for nvim-comment]], true) time([[Setup for nvim-comment]], true)
try_loadstring("\27LJ\2\n=\0\0\3\0\3\0\0066\0\0\0'\2\1\0B\0\2\0029\0\2\0B\0\1\1K\0\1\0\fcomment\18core.mappings\frequire\0", "setup", "nvim-comment") try_loadstring("\27LJ\2\n=\0\0\3\0\3\0\0066\0\0\0'\2\1\0B\0\2\0029\0\2\0B\0\1\1K\0\1\0\fcomment\18core.mappings\frequire\0", "setup", "nvim-comment")
time([[Setup for nvim-comment]], false) time([[Setup for nvim-comment]], false)
-- Setup for: vim-matchup -- Setup for: dashboard-nvim
time([[Setup for vim-matchup]], true) time([[Setup for dashboard-nvim]], true)
try_loadstring("\27LJ\2\nS\0\0\3\0\4\0\a6\0\0\0'\2\1\0B\0\2\0029\0\2\0'\2\3\0B\0\2\1K\0\1\0\16vim-matchup\21packer_lazy_load\15core.utils\frequire\0", "setup", "vim-matchup") try_loadstring("\27LJ\2\n?\0\0\3\0\3\0\0066\0\0\0'\2\1\0B\0\2\0029\0\2\0B\0\1\1K\0\1\0\14dashboard\18core.mappings\frequire\0", "setup", "dashboard-nvim")
time([[Setup for vim-matchup]], false) time([[Setup for dashboard-nvim]], false)
time([[packadd for dashboard-nvim]], true)
vim.cmd [[packadd dashboard-nvim]]
time([[packadd for dashboard-nvim]], false)
-- Setup for: gitsigns.nvim -- Setup for: gitsigns.nvim
time([[Setup for gitsigns.nvim]], true) time([[Setup for gitsigns.nvim]], true)
try_loadstring("\27LJ\2\nU\0\0\3\0\4\0\a6\0\0\0'\2\1\0B\0\2\0029\0\2\0'\2\3\0B\0\2\1K\0\1\0\18gitsigns.nvim\21packer_lazy_load\15core.utils\frequire\0", "setup", "gitsigns.nvim") try_loadstring("\27LJ\2\nU\0\0\3\0\4\0\a6\0\0\0'\2\1\0B\0\2\0029\0\2\0'\2\3\0B\0\2\1K\0\1\0\18gitsigns.nvim\21packer_lazy_load\15core.utils\frequire\0", "setup", "gitsigns.nvim")
time([[Setup for gitsigns.nvim]], false) time([[Setup for gitsigns.nvim]], false)
-- Setup for: telescope.nvim
time([[Setup for telescope.nvim]], true)
try_loadstring("\27LJ\2\n?\0\0\3\0\3\0\0066\0\0\0'\2\1\0B\0\2\0029\0\2\0B\0\1\1K\0\1\0\14telescope\18core.mappings\frequire\0", "setup", "telescope.nvim")
time([[Setup for telescope.nvim]], false)
-- Config for: which-key.nvim -- Config for: which-key.nvim
time([[Config for which-key.nvim]], true) time([[Config for which-key.nvim]], true)
try_loadstring("\27LJ\2\n8\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\29custom.configs.which-key\frequire\0", "config", "which-key.nvim") try_loadstring("\27LJ\2\n8\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\29custom.configs.which-key\frequire\0", "config", "which-key.nvim")
time([[Config for which-key.nvim]], false) time([[Config for which-key.nvim]], false)
-- Config for: trim.nvim
time([[Config for trim.nvim]], true)
try_loadstring("\27LJ\2\n3\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\24custom.configs.trim\frequire\0", "config", "trim.nvim")
time([[Config for trim.nvim]], false)
-- Config for: dashboard-nvim -- Config for: dashboard-nvim
time([[Config for dashboard-nvim]], true) time([[Config for dashboard-nvim]], true)
require('plugins.configs.dashboard') require('plugins.configs.dashboard')
@ -483,10 +479,17 @@ time([[Config for dashboard-nvim]], false)
time([[Config for lualine.nvim]], true) time([[Config for lualine.nvim]], true)
try_loadstring("\27LJ\2\n6\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\27custom.configs.lualine\frequire\0", "config", "lualine.nvim") try_loadstring("\27LJ\2\n6\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\27custom.configs.lualine\frequire\0", "config", "lualine.nvim")
time([[Config for lualine.nvim]], false) time([[Config for lualine.nvim]], false)
-- Config for: trim.nvim
time([[Config for trim.nvim]], true)
try_loadstring("\27LJ\2\n3\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\24custom.configs.trim\frequire\0", "config", "trim.nvim")
time([[Config for trim.nvim]], false)
-- Load plugins in order defined by `after` -- Load plugins in order defined by `after`
time([[Sequenced loading]], true) time([[Sequenced loading]], true)
vim.cmd [[ packadd fzf.vim ]] vim.cmd [[ packadd fzf.vim ]]
vim.cmd [[ packadd cmp-path ]] vim.cmd [[ packadd cmp-buffer ]]
vim.cmd [[ packadd LuaSnip ]]
-- Config for: LuaSnip
require('plugins.configs.others').luasnip()
vim.cmd [[ packadd cmp-cmdline ]] vim.cmd [[ packadd cmp-cmdline ]]
vim.cmd [[ packadd cmp_luasnip ]] vim.cmd [[ packadd cmp_luasnip ]]
vim.cmd [[ packadd cmp-nvim-lsp ]] vim.cmd [[ packadd cmp-nvim-lsp ]]
@ -494,10 +497,7 @@ vim.cmd [[ packadd cmp-nvim-lua ]]
vim.cmd [[ packadd nvim-cmp ]] vim.cmd [[ packadd nvim-cmp ]]
-- Config for: nvim-cmp -- Config for: nvim-cmp
require('plugins.configs.cmp') require('plugins.configs.cmp')
vim.cmd [[ packadd LuaSnip ]] vim.cmd [[ packadd cmp-path ]]
-- Config for: LuaSnip
require('plugins.configs.others').luasnip()
vim.cmd [[ packadd cmp-buffer ]]
vim.cmd [[ packadd nvim-autopairs ]] vim.cmd [[ packadd nvim-autopairs ]]
-- Config for: nvim-autopairs -- Config for: nvim-autopairs
require('plugins.configs.others').autopairs() require('plugins.configs.others').autopairs()
@ -505,19 +505,19 @@ time([[Sequenced loading]], false)
-- Command lazy-loads -- Command lazy-loads
time([[Defining lazy-load commands]], true) time([[Defining lazy-load commands]], true)
pcall(vim.cmd, [[command -nargs=* -range -bang -complete=file CommentToggle lua require("packer.load")({'nvim-comment'}, { cmd = "CommentToggle", l1 = <line1>, l2 = <line2>, bang = <q-bang>, args = <q-args>, mods = "<mods>" }, _G.packer_plugins)]])
pcall(vim.cmd, [[command -nargs=* -range -bang -complete=file Telescope lua require("packer.load")({'telescope.nvim'}, { cmd = "Telescope", l1 = <line1>, l2 = <line2>, bang = <q-bang>, args = <q-args>, mods = "<mods>" }, _G.packer_plugins)]])
pcall(vim.cmd, [[command -nargs=* -range -bang -complete=file NvimTreeFocus lua require("packer.load")({'nvim-tree.lua'}, { cmd = "NvimTreeFocus", l1 = <line1>, l2 = <line2>, bang = <q-bang>, args = <q-args>, mods = "<mods>" }, _G.packer_plugins)]]) pcall(vim.cmd, [[command -nargs=* -range -bang -complete=file NvimTreeFocus lua require("packer.load")({'nvim-tree.lua'}, { cmd = "NvimTreeFocus", l1 = <line1>, l2 = <line2>, bang = <q-bang>, args = <q-args>, mods = "<mods>" }, _G.packer_plugins)]])
pcall(vim.cmd, [[command -nargs=* -range -bang -complete=file NvimTreeToggle lua require("packer.load")({'nvim-tree.lua'}, { cmd = "NvimTreeToggle", l1 = <line1>, l2 = <line2>, bang = <q-bang>, args = <q-args>, mods = "<mods>" }, _G.packer_plugins)]]) pcall(vim.cmd, [[command -nargs=* -range -bang -complete=file NvimTreeToggle lua require("packer.load")({'nvim-tree.lua'}, { cmd = "NvimTreeToggle", l1 = <line1>, l2 = <line2>, bang = <q-bang>, args = <q-args>, mods = "<mods>" }, _G.packer_plugins)]])
pcall(vim.cmd, [[command -nargs=* -range -bang -complete=file Telescope lua require("packer.load")({'telescope.nvim'}, { cmd = "Telescope", l1 = <line1>, l2 = <line2>, bang = <q-bang>, args = <q-args>, mods = "<mods>" }, _G.packer_plugins)]])
pcall(vim.cmd, [[command -nargs=* -range -bang -complete=file CommentToggle lua require("packer.load")({'nvim-comment'}, { cmd = "CommentToggle", l1 = <line1>, l2 = <line2>, bang = <q-bang>, args = <q-args>, mods = "<mods>" }, _G.packer_plugins)]])
time([[Defining lazy-load commands]], false) time([[Defining lazy-load commands]], false)
vim.cmd [[augroup packer_load_aucmds]] vim.cmd [[augroup packer_load_aucmds]]
vim.cmd [[au!]] vim.cmd [[au!]]
-- Event lazy-loads -- Event lazy-loads
time([[Defining lazy-load event autocommands]], true) time([[Defining lazy-load event autocommands]], true)
vim.cmd [[au BufRead * ++once lua require("packer.load")({'indent-blankline.nvim', 'nvim-treesitter'}, { event = "BufRead *" }, _G.packer_plugins)]]
vim.cmd [[au VimEnter * ++once lua require("packer.load")({'packer.nvim'}, { event = "VimEnter *" }, _G.packer_plugins)]] vim.cmd [[au VimEnter * ++once lua require("packer.load")({'packer.nvim'}, { event = "VimEnter *" }, _G.packer_plugins)]]
vim.cmd [[au InsertEnter * ++once lua require("packer.load")({'better-escape.nvim', 'friendly-snippets'}, { event = "InsertEnter *" }, _G.packer_plugins)]] vim.cmd [[au InsertEnter * ++once lua require("packer.load")({'better-escape.nvim', 'friendly-snippets'}, { event = "InsertEnter *" }, _G.packer_plugins)]]
vim.cmd [[au BufRead * ++once lua require("packer.load")({'indent-blankline.nvim', 'nvim-treesitter'}, { event = "BufRead *" }, _G.packer_plugins)]]
time([[Defining lazy-load event autocommands]], false) time([[Defining lazy-load event autocommands]], false)
vim.cmd("augroup END") vim.cmd("augroup END")
if should_profile then save_profiles() end if should_profile then save_profiles() end

View File

@ -0,0 +1,73 @@
ACCENT_BG=ff79c6
BASE16_GENERATE_DARK=False
BASE16_INVERT_TERMINAL=False
BASE16_MILD_TERMINAL=False
BG=283036
BTN_BG=283036
BTN_FG=f8f8f2
BTN_OUTLINE_OFFSET=-3
BTN_OUTLINE_WIDTH=1
CARET1_FG=f8f8f2
CARET2_FG=f8f8f2
CARET_SIZE=0.04
CINNAMON_OPACITY=1.0
FG=e5e9f0
GRADIENT=0.0
GTK3_GENERATE_DARK=False
HDR_BG=283036
HDR_BTN_BG=44475a
HDR_BTN_FG=f8f8f2
HDR_FG=e5e9f0
ICONS_DARK=2e3440
ICONS_LIGHT=2e3440
ICONS_LIGHT_FOLDER=2e3440
ICONS_MEDIUM=2e3440
ICONS_NUMIX_STYLE=0
ICONS_STYLE=gnome_colors
ICONS_SYMBOLIC_ACTION=e5e9f0
ICONS_SYMBOLIC_PANEL=e5e9f0
MATERIA_PANEL_OPACITY=0.6
MATERIA_SELECTION_OPACITY=0.32
MATERIA_STYLE_COMPACT=True
MENU_BG=212121
MENU_FG=e0e0e0
NAME="Minimal-Mistakes/Minimal-Mistakes"
OUTLINE_WIDTH=1
ROUNDNESS=4
SEL_BG=e5e9f0
SEL_FG=f8f8f2
SPACING=3
SURUPLUS_GRADIENT1=e8e8e8
SURUPLUS_GRADIENT2=f8f8f2
SURUPLUS_GRADIENT_ENABLED=False
TERMINAL_ACCENT_COLOR=44475a
TERMINAL_BACKGROUND=283036
TERMINAL_BASE_TEMPLATE=tempus_winter
TERMINAL_COLOR0=283036
TERMINAL_COLOR1=ff5959
TERMINAL_COLOR10=color1
TERMINAL_COLOR11=ffffa6
TERMINAL_COLOR12=c5a6ff
TERMINAL_COLOR13=ffa6fc
TERMINAL_COLOR14=a6fffc
TERMINAL_COLOR15=e5e9f0
TERMINAL_COLOR2=59ff59
TERMINAL_COLOR3=ffff59
TERMINAL_COLOR4=9059ff
TERMINAL_COLOR5=ff59f9
TERMINAL_COLOR6=59fff9
TERMINAL_COLOR7=e5e9f0
TERMINAL_COLOR8=43515e
TERMINAL_COLOR9=ffa6a6
TERMINAL_CURSOR=e5e9f0
TERMINAL_FOREGROUND=e5e9f0
TERMINAL_THEME_ACCURACY=122
TERMINAL_THEME_AUTO_BGFG=True
TERMINAL_THEME_EXTEND_PALETTE=True
TERMINAL_THEME_MODE=manual
THEME_STYLE=materia
TXT_BG=283036
TXT_FG=f8f8f2
UNITY_DEFAULT_LAUNCHER_STYLE=False
WM_BORDER_FOCUS=282a36
WM_BORDER_UNFOCUS=44475a

View File

@ -1,73 +1,73 @@
ACCENT_BG=83a598 ACCENT_BG=ff79c6
BASE16_GENERATE_DARK=False BASE16_GENERATE_DARK=False
BASE16_INVERT_TERMINAL=False BASE16_INVERT_TERMINAL=False
BASE16_MILD_TERMINAL=False BASE16_MILD_TERMINAL=False
BG=d5c4a1 BG=282A36
BTN_BG=665c54 BTN_BG=282A36
BTN_FG=fbf1c7 BTN_FG=f8f8f2
BTN_OUTLINE_OFFSET=-3 BTN_OUTLINE_OFFSET=-3
BTN_OUTLINE_WIDTH=1 BTN_OUTLINE_WIDTH=1
CARET1_FG=3c3836 CARET1_FG=f8f8f2
CARET2_FG=3c3836 CARET2_FG=f8f8f2
CARET_SIZE=0.0 CARET_SIZE=0.04
CINNAMON_OPACITY=1.0 CINNAMON_OPACITY=1.0
FG=1d2021 FG=f8f8f2
GRADIENT=0.0 GRADIENT=0.0
GTK3_GENERATE_DARK=True GTK3_GENERATE_DARK=False
HDR_BG=bdae93 HDR_BG=282A36
HDR_BTN_BG=d5c4a1 HDR_BTN_BG=44475a
HDR_BTN_FG=3c3836 HDR_BTN_FG=f8f8f2
HDR_FG=3c3836 HDR_FG=f8f8f2
ICONS_DARK=303030 ICONS_DARK=282A36
ICONS_LIGHT=d5c4a1 ICONS_LIGHT=282A36
ICONS_LIGHT_FOLDER=d5c4a1 ICONS_LIGHT_FOLDER=282A36
ICONS_MEDIUM=87875f ICONS_MEDIUM=282A36
ICONS_NUMIX_STYLE=0 ICONS_NUMIX_STYLE=0
ICONS_STYLE=gnome_colors ICONS_STYLE=gnome_colors
ICONS_SYMBOLIC_ACTION=686759 ICONS_SYMBOLIC_ACTION=e8e8e8
ICONS_SYMBOLIC_PANEL=1d2021 ICONS_SYMBOLIC_PANEL=eeeeee
MATERIA_PANEL_OPACITY=0.6 MATERIA_PANEL_OPACITY=0.6
MATERIA_SELECTION_OPACITY=0.32 MATERIA_SELECTION_OPACITY=0.32
MATERIA_STYLE_COMPACT=True MATERIA_STYLE_COMPACT=True
MENU_BG=d5c4a1 MENU_BG=212121
MENU_FG=1d2021 MENU_FG=e0e0e0
NAME="TheRepoClub/coffee" NAME="TheRepoClub/coffee"
OUTLINE_WIDTH=1 OUTLINE_WIDTH=1
ROUNDNESS=2 ROUNDNESS=4
SEL_BG=83a598 SEL_BG=f8f8f2
SEL_FG=1d2021 SEL_FG=f8f8f2
SPACING=3 SPACING=3
SURUPLUS_GRADIENT1=686759 SURUPLUS_GRADIENT1=e8e8e8
SURUPLUS_GRADIENT2=83a598 SURUPLUS_GRADIENT2=f8f8f2
SURUPLUS_GRADIENT_ENABLED=False SURUPLUS_GRADIENT_ENABLED=False
TERMINAL_ACCENT_COLOR=83a598 TERMINAL_ACCENT_COLOR=44475a
TERMINAL_BACKGROUND=303030 TERMINAL_BACKGROUND=282a36
TERMINAL_BASE_TEMPLATE=monovedek TERMINAL_BASE_TEMPLATE=tempus_winter
TERMINAL_COLOR0=262220 TERMINAL_COLOR0=21222c
TERMINAL_COLOR1=af5f5f TERMINAL_COLOR1=ff5555
TERMINAL_COLOR10=849155 TERMINAL_COLOR10=69ff94
TERMINAL_COLOR11=c5c563 TERMINAL_COLOR11=ffffa5
TERMINAL_COLOR12=87afaf TERMINAL_COLOR12=acb6ff
TERMINAL_COLOR13=c987a0 TERMINAL_COLOR13=ff92df
TERMINAL_COLOR14=7ca296 TERMINAL_COLOR14=a4ffff
TERMINAL_COLOR15=ddd0c0 TERMINAL_COLOR15=ffffff
TERMINAL_COLOR2=87875f TERMINAL_COLOR2=50fa7b
TERMINAL_COLOR3=bcbc6c TERMINAL_COLOR3=f1fa8c
TERMINAL_COLOR4=666c7f TERMINAL_COLOR4=93adf9
TERMINAL_COLOR5=cd7998 TERMINAL_COLOR5=ff79c6
TERMINAL_COLOR6=6d978a TERMINAL_COLOR6=8be9fd
TERMINAL_COLOR7=bbbbbb TERMINAL_COLOR7=f8f8f2
TERMINAL_COLOR8=8f9494 TERMINAL_COLOR8=4d4d4d
TERMINAL_COLOR9=bb6868 TERMINAL_COLOR9=ff6e6e
TERMINAL_CURSOR=d5c4a1 TERMINAL_CURSOR=f8f8f2
TERMINAL_FOREGROUND=a89984 TERMINAL_FOREGROUND=f8f8f2
TERMINAL_THEME_ACCURACY=128 TERMINAL_THEME_ACCURACY=122
TERMINAL_THEME_AUTO_BGFG=True TERMINAL_THEME_AUTO_BGFG=True
TERMINAL_THEME_EXTEND_PALETTE=False TERMINAL_THEME_EXTEND_PALETTE=True
TERMINAL_THEME_MODE=manual TERMINAL_THEME_MODE=manual
THEME_STYLE=oomox THEME_STYLE=materia
TXT_BG=ebdbb2 TXT_BG=282A36
TXT_FG=3c3836 TXT_FG=f8f8f2
UNITY_DEFAULT_LAUNCHER_STYLE=False UNITY_DEFAULT_LAUNCHER_STYLE=False
WM_BORDER_FOCUS=83a598 WM_BORDER_FOCUS=282a36
WM_BORDER_UNFOCUS=bdae93 WM_BORDER_UNFOCUS=44475a

View File

@ -1 +1 @@
{"gtk2_hidpi": true, "OPTION_GTK3_CURRENT_VERSION_ONLY": true, "OPTION_EXPORT_CINNAMON_THEME": true, "default_path": "/home/repo/.themes"} {"gtk2_hidpi": false, "OPTION_GTK3_CURRENT_VERSION_ONLY": false, "OPTION_EXPORT_CINNAMON_THEME": false, "default_path": "/home/repo/.themes"}

View File

@ -1 +1 @@
{"default_path": "/home/repo/.icons"} {"default_path": "/home/repo/.icons/Suru-Minimal-Mistakes "}

View File

@ -1 +1 @@
{"gtk2_hidpi": false, "default_path": "/home/dt/.themes"} {"gtk2_hidpi": true, "default_path": "/home/dt/.themes"}

View File

@ -1 +1 @@
["#2d2d2a2a2e2e", "#43434c4c5e5e", "#2e2e34344040", "#bdde091eb9ca", "#acacb788ffff", "#9393ae26f9f9", "#ffff7979c6c6", "#bdbd9393f9f9", "#e6e6e6e6fafa", "#000080800000", "#62627272a4a4", "#444447475a5a", "#00000000ffff", "#f8f8f8f8f2f2", "#ffffffffffff", "#28282a2a3636"] ["#e5e5e9e9f0f0", "#303030303030", "#2d2d2a2a2e2e", "#43434c4c5e5e", "#2e2e34344040", "#bdde091eb9ca", "#acacb788ffff", "#9393ae26f9f9", "#ffff7979c6c6", "#bdbd9393f9f9", "#e6e6e6e6fafa", "#000080800000", "#62627272a4a4", "#444447475a5a", "#00000000ffff", "#f8f8f8f8f2f2", "#ffffffffffff", "#28282a2a3636"]

View File

@ -1 +1 @@
{"window_width": 1902, "window_height": 970, "preset_list_minimal_width": 150, "preset_list_width": 329, "preset_list_sections_expanded": {"presets": false, "plugins": true, "Xresources": false, "Random": false, "Base16": true, "Image colors": true, "user": true, "Base16 User-Imported": true}} {"window_width": 1902, "window_height": 970, "preset_list_minimal_width": 150, "preset_list_width": 513, "preset_list_sections_expanded": {"presets": false, "plugins": true, "Xresources": false, "Random": false, "Base16": true, "Image colors": true, "user": true, "Base16 User-Imported": true}}

View File

@ -62,6 +62,7 @@ repomenu-schemas
repomenu-schemas repomenu-schemas
repowm repowm
repowm-schemas repowm-schemas
resvg
runescape-launcher runescape-launcher
sdbus-cpp sdbus-cpp
sddm-endeavour sddm-endeavour

View File

@ -8,10 +8,10 @@ columns=11111100
work-offline=false work-offline=false
[search] [search]
strings=ly, zap, i3-gaps, microsoft edge, python3, python, pamac, onivim, nushell, oni, eos-wall, eos-, eos strings=pkgbrowser, ly, zap, i3-gaps, microsoft edge, python3, python, pamac, onivim, nushell, oni, eos-wall, eos-, eos
[window] [window]
central-splitter=@ByteArray(\0\0\0\xff\0\0\0\x1\0\0\0\x2\0\0\x1\0\0\0\x1>\0\xff\xff\xff\xff\x1\0\0\0\x1\0) central-splitter=@ByteArray(\0\0\0\xff\0\0\0\x1\0\0\0\x2\0\0\x1\0\0\0\x1>\0\xff\xff\xff\xff\x1\0\0\0\x1\0)
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\a\x86\0\0\0 \0\0\xe\xf9\0\0\x4\x17\0\0\a\x87\0\0\0!\0\0\xe\xf8\0\0\x4\x16\0\0\0\x1\0\0\0\0\a\x80\0\0\a\x87\0\0\0!\0\0\xe\xf8\0\0\x4\x16) geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\vB\0\0\0 \0\0\xe\xf9\0\0\x4\x17\0\0\vC\0\0\0!\0\0\xe\xf8\0\0\x4\x16\0\0\0\x1\0\0\0\0\a\x80\0\0\vC\0\0\0!\0\0\xe\xf8\0\0\x4\x16)
left-splitter=@ByteArray(\0\0\0\xff\0\0\0\x1\0\0\0\x2\0\0\0\xc0\0\0\x1\f\0\xff\xff\xff\xff\x1\0\0\0\x2\0) left-splitter=@ByteArray(\0\0\0\xff\0\0\0\x1\0\0\0\x2\0\0\0\xc0\0\0\x1\f\0\xff\xff\xff\xff\x1\0\0\0\x2\0)
right-splitter=@ByteArray(\0\0\0\xff\0\0\0\x1\0\0\0\x2\0\0\0\xc0\0\0\0\xee\0\xff\xff\xff\xff\x1\0\0\0\x2\0) right-splitter=@ByteArray(\0\0\0\xff\0\0\0\x1\0\0\0\x2\0\0\0\xc0\0\0\0\xee\0\xff\xff\xff\xff\x1\0\0\0\x2\0)

View File

@ -1,7 +1,7 @@
[Appearance] [Appearance]
color_scheme_path=/usr/share/qt5ct/colors/themix-Dracula.conf color_scheme_path=/usr/share/qt5ct/colors/Minimal-Mistakes.conf
custom_palette=true custom_palette=true
icon_theme=themix-Dracula icon_theme=Papirus-Minimal-Mistakes
standard_dialogs=gtk3 standard_dialogs=gtk3
style=Fusion style=Fusion
@ -25,10 +25,10 @@ underline_shortcut=1
wheel_scroll_lines=3 wheel_scroll_lines=3
[PaletteEditor] [PaletteEditor]
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\v\x84\0\0\0\xf4\0\0\xe\xa9\0\0\x3\xa8\0\0\v\x85\0\0\0\xf5\0\0\xe\xa8\0\0\x3\xa7\0\0\0\x1\0\0\0\0\a\x80\0\0\v\x85\0\0\0\xf5\0\0\xe\xa8\0\0\x3\xa7) geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\vT\0\0\0\xb6\0\0\xey\0\0\x3j\0\0\vU\0\0\0\xb7\0\0\xex\0\0\x3i\0\0\0\x1\0\0\0\0\a\x80\0\0\vU\0\0\0\xb7\0\0\xex\0\0\x3i)
[SettingsWindow] [SettingsWindow]
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\n\"\0\0\0 \0\0\f\xbd\0\0\x4\x17\0\0\n#\0\0\0!\0\0\f\xbc\0\0\x4\x16\0\0\0\x1\0\0\0\0\a\x80\0\0\n#\0\0\0!\0\0\f\xbc\0\0\x4\x16) geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\v\x2\0\0\0 \0\0\r}\0\0\x4\x17\0\0\v\x3\0\0\0!\0\0\r|\0\0\x4\x16\0\0\0\x1\0\0\0\0\a\x80\0\0\v\x3\0\0\0!\0\0\r|\0\0\x4\x16)
[Troubleshooting] [Troubleshooting]
force_raster_widgets=1 force_raster_widgets=1

View File

@ -1,7 +1,7 @@
[Appearance] [Appearance]
color_scheme_path=/usr/share/qt6ct/colors/themix-Dracula.conf color_scheme_path=/usr/share/qt6ct/colors/Minimal-Mistakes.conf
custom_palette=true custom_palette=true
icon_theme=themix-Dracula icon_theme=Papirus-Minimal-Mistakes
standard_dialogs=default standard_dialogs=default
style=Fusion style=Fusion
@ -28,7 +28,7 @@ wheel_scroll_lines=3
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\n\xcd\0\0\x1\x1e\0\0\rE\0\0\x3\x30\0\0\n\xce\0\0\x1\x1f\0\0\rD\0\0\x3/\0\0\0\x1\0\0\0\0\a\x80\0\0\n\xce\0\0\x1\x1f\0\0\rD\0\0\x3/) geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\n\xcd\0\0\x1\x1e\0\0\rE\0\0\x3\x30\0\0\n\xce\0\0\x1\x1f\0\0\rD\0\0\x3/\0\0\0\x1\0\0\0\0\a\x80\0\0\n\xce\0\0\x1\x1f\0\0\rD\0\0\x3/)
[SettingsWindow] [SettingsWindow]
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\n\"\0\0\0 \0\0\f\xbd\0\0\x4\x17\0\0\n#\0\0\0!\0\0\f\xbc\0\0\x4\x16\0\0\0\x1\0\0\0\0\a\x80\0\0\n#\0\0\0!\0\0\f\xbc\0\0\x4\x16) geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\a\x86\0\0\x2\x1e\0\0\f\xbd\0\0\x4\x17\0\0\a\x87\0\0\x2\x1f\0\0\f\xbc\0\0\x4\x16\0\0\0\x1\0\0\0\0\a\x80\0\0\a\x87\0\0\x2\x1f\0\0\f\xbc\0\0\x4\x16)
[Troubleshooting] [Troubleshooting]
force_raster_widgets=1 force_raster_widgets=1

View File

@ -9,7 +9,6 @@
; (gtk_accel_path "<Actions>/XedWindowAlwaysSensitiveActions/ViewFullscreen" "F11") ; (gtk_accel_path "<Actions>/XedWindowAlwaysSensitiveActions/ViewFullscreen" "F11")
; (gtk_accel_path "<Actions>/XedWindowActions/FileSaveAll" "<Primary><Shift>l") ; (gtk_accel_path "<Actions>/XedWindowActions/FileSaveAll" "<Primary><Shift>l")
; (gtk_accel_path "<Actions>/XedTextSizePluginActions/NormalSizeAction" "<Primary>0") ; (gtk_accel_path "<Actions>/XedTextSizePluginActions/NormalSizeAction" "<Primary>0")
; (gtk_accel_path "<Actions>/DocumentsListActions/Tab_1" "<Alt>2")
; (gtk_accel_path "<Actions>/XedWindowPanesActions/ViewBottomPane" "<Primary>F9") ; (gtk_accel_path "<Actions>/XedWindowPanesActions/ViewBottomPane" "<Primary>F9")
; (gtk_accel_path "<Actions>/XedWindowActions/DocumentsMoveToNewWindow" "") ; (gtk_accel_path "<Actions>/XedWindowActions/DocumentsMoveToNewWindow" "")
; (gtk_accel_path "<Actions>/XedWindowAlwaysSensitiveActions/HelpAbout" "") ; (gtk_accel_path "<Actions>/XedWindowAlwaysSensitiveActions/HelpAbout" "")
@ -29,8 +28,8 @@
; (gtk_accel_path "<Actions>/XedWindowActions/EditPaste" "<Primary>v") ; (gtk_accel_path "<Actions>/XedWindowActions/EditPaste" "<Primary>v")
; (gtk_accel_path "<Actions>/FileBrowserWidgetActionGroup/FilterHidden" "") ; (gtk_accel_path "<Actions>/FileBrowserWidgetActionGroup/FilterHidden" "")
; (gtk_accel_path "<Actions>/XedWindowActions/EditCut" "<Primary>x") ; (gtk_accel_path "<Actions>/XedWindowActions/EditCut" "<Primary>x")
; (gtk_accel_path "<Actions>/XedWindowAlwaysSensitiveActions/View" "")
; (gtk_accel_path "<Actions>/XedWindowPanesActions/ViewSidePane" "F9") ; (gtk_accel_path "<Actions>/XedWindowPanesActions/ViewSidePane" "F9")
; (gtk_accel_path "<Actions>/XedWindowAlwaysSensitiveActions/View" "")
; (gtk_accel_path "<Actions>/XedWindowAlwaysSensitiveActions/File" "") ; (gtk_accel_path "<Actions>/XedWindowAlwaysSensitiveActions/File" "")
; (gtk_accel_path "<Actions>/XedWindowActions/EditSelectAll" "<Primary>a") ; (gtk_accel_path "<Actions>/XedWindowActions/EditSelectAll" "<Primary>a")
; (gtk_accel_path "<Actions>/XedWindowAlwaysSensitiveActions/Help" "") ; (gtk_accel_path "<Actions>/XedWindowAlwaysSensitiveActions/Help" "")
@ -45,11 +44,10 @@
; (gtk_accel_path "<Actions>/XedTextSizePluginActions/LargerTextAction" "<Primary>equal") ; (gtk_accel_path "<Actions>/XedTextSizePluginActions/LargerTextAction" "<Primary>equal")
; (gtk_accel_path "<Actions>/XedWindowActions/EditRedo" "<Primary>y") ; (gtk_accel_path "<Actions>/XedWindowActions/EditRedo" "<Primary>y")
; (gtk_accel_path "<Actions>/FileBrowserWidgetFileSelectionActionGroup/FileOpen" "") ; (gtk_accel_path "<Actions>/FileBrowserWidgetFileSelectionActionGroup/FileOpen" "")
; (gtk_accel_path "<Actions>/FileBrowserWidgetSingleMostSelectionActionGroup/FileNew" "")
; (gtk_accel_path "<Actions>/FileBrowserPluginExtra/SetActiveRoot" "") ; (gtk_accel_path "<Actions>/FileBrowserPluginExtra/SetActiveRoot" "")
; (gtk_accel_path "<Actions>/XedSpellPluginActions/ConfigSpell" "") ; (gtk_accel_path "<Actions>/XedSpellPluginActions/ConfigSpell" "")
; (gtk_accel_path "<Actions>/XedDocinfoPluginActions/DocumentStatistics" "") ; (gtk_accel_path "<Actions>/XedDocinfoPluginActions/DocumentStatistics" "")
; (gtk_accel_path "<Actions>/DocumentsListActions/Tab_6" "<Alt>7") ; (gtk_accel_path "<Actions>/FileBrowserWidgetSingleMostSelectionActionGroup/FileNew" "")
; (gtk_accel_path "<Actions>/XedQuitWindowActions/FileQuit" "<Primary>q") ; (gtk_accel_path "<Actions>/XedQuitWindowActions/FileQuit" "<Primary>q")
; (gtk_accel_path "<Actions>/XedTimePluginActions/InsertDateAndTime" "") ; (gtk_accel_path "<Actions>/XedTimePluginActions/InsertDateAndTime" "")
; (gtk_accel_path "<Actions>/XedWindowActions/EditUndo" "<Primary>z") ; (gtk_accel_path "<Actions>/XedWindowActions/EditUndo" "<Primary>z")
@ -58,27 +56,23 @@
; (gtk_accel_path "<Actions>/XedWindowActions/ViewHighlightMode" "<Primary><Shift>h") ; (gtk_accel_path "<Actions>/XedWindowActions/ViewHighlightMode" "<Primary><Shift>h")
; (gtk_accel_path "<Actions>/XedSortPluginActions/Sort" "F10") ; (gtk_accel_path "<Actions>/XedSortPluginActions/Sort" "F10")
; (gtk_accel_path "<Actions>/XedWindowActions/SearchFind" "<Primary>f") ; (gtk_accel_path "<Actions>/XedWindowActions/SearchFind" "<Primary>f")
; (gtk_accel_path "<Actions>/DocumentsListActions/Tab_5" "<Alt>6")
; (gtk_accel_path "<Actions>/XedWindowActions/SearchFindPrevious" "<Primary><Shift>g") ; (gtk_accel_path "<Actions>/XedWindowActions/SearchFindPrevious" "<Primary><Shift>g")
; (gtk_accel_path "<Actions>/FileBrowserWidgetActionGroup/FilterBinary" "") ; (gtk_accel_path "<Actions>/FileBrowserWidgetActionGroup/FilterBinary" "")
; (gtk_accel_path "<Actions>/XedWindowActions/FileCloseAll" "<Primary><Shift>w") ; (gtk_accel_path "<Actions>/XedWindowActions/FileCloseAll" "<Primary><Shift>w")
; (gtk_accel_path "<Actions>/FileBrowserWidgetActionGroupToplevel/FilterMenuAction" "")
; (gtk_accel_path "<Actions>/DocumentsListActions/Tab_4" "<Alt>5")
; (gtk_accel_path "<Actions>/XedWindowAlwaysSensitiveActions/Search" "") ; (gtk_accel_path "<Actions>/XedWindowAlwaysSensitiveActions/Search" "")
; (gtk_accel_path "<Actions>/XedWindowActions/FileSaveAs" "<Primary><Shift>s") ; (gtk_accel_path "<Actions>/FileBrowserWidgetActionGroupToplevel/FilterMenuAction" "")
; (gtk_accel_path "<Actions>/XedSpellPluginActions/InlineSpellChecker" "") ; (gtk_accel_path "<Actions>/XedSpellPluginActions/InlineSpellChecker" "")
; (gtk_accel_path "<Actions>/XedWindowActions/DocumentsPreviousDocument" "<Primary><Alt>Page_Up") ; (gtk_accel_path "<Actions>/XedWindowActions/DocumentsPreviousDocument" "<Primary><Alt>Page_Up")
; (gtk_accel_path "<Actions>/XedWindowActions/EditToggleCommentBlock" "<Primary><Shift>question") ; (gtk_accel_path "<Actions>/XedWindowActions/EditToggleCommentBlock" "<Primary><Shift>question")
; (gtk_accel_path "<Actions>/FileBrowserWidgetBookmarkActionGroup/BookmarkOpen" "")
; (gtk_accel_path "<Actions>/XedWindowAlwaysSensitiveActions/XAppFavoritesMenu" "") ; (gtk_accel_path "<Actions>/XedWindowAlwaysSensitiveActions/XAppFavoritesMenu" "")
; (gtk_accel_path "<Actions>/XedWindowAlwaysSensitiveActions/Edit" "") ; (gtk_accel_path "<Actions>/XedWindowAlwaysSensitiveActions/Edit" "")
; (gtk_accel_path "<Actions>/XedTextSizePluginActions/SmallerTextAction" "<Primary>minus") ; (gtk_accel_path "<Actions>/XedTextSizePluginActions/SmallerTextAction" "<Primary>minus")
; (gtk_accel_path "<Actions>/DocumentsListActions/Tab_3" "<Alt>4") ; (gtk_accel_path "<Actions>/XedWindowActions/FileSaveAs" "<Primary><Shift>s")
; (gtk_accel_path "<Actions>/FileBrowserPluginSingleSelectionExtra/OpenTerminal" "") ; (gtk_accel_path "<Actions>/FileBrowserWidgetBookmarkActionGroup/BookmarkOpen" "")
; (gtk_accel_path "<Actions>/XedWindowActions/EditCopy" "<Primary>c") ; (gtk_accel_path "<Actions>/XedWindowActions/EditCopy" "<Primary>c")
; (gtk_accel_path "<Actions>/XedWindowAlwaysSensitiveActions/EditPreferences" "") ; (gtk_accel_path "<Actions>/XedWindowAlwaysSensitiveActions/EditPreferences" "")
; (gtk_accel_path "<Actions>/XedWindowAlwaysSensitiveActions/FileOpen" "<Primary>o") ; (gtk_accel_path "<Actions>/XedWindowAlwaysSensitiveActions/FileOpen" "<Primary>o")
; (gtk_accel_path "<Actions>/DocumentsListActions/Tab_2" "<Alt>3") ; (gtk_accel_path "<Actions>/FileBrowserPluginSingleSelectionExtra/OpenTerminal" "")
; (gtk_accel_path "<Actions>/XedWindowAlwaysSensitiveActions/FileNew" "<Primary>n") ; (gtk_accel_path "<Actions>/XedWindowAlwaysSensitiveActions/FileNew" "<Primary>n")
; (gtk_accel_path "<Actions>/XedWindowActions/SearchFindNext" "<Primary>g") ; (gtk_accel_path "<Actions>/XedWindowActions/SearchFindNext" "<Primary>g")
; (gtk_accel_path "<Actions>/XedWindowActions/FilePrintPreview" "<Primary><Shift>p") ; (gtk_accel_path "<Actions>/XedWindowActions/FilePrintPreview" "<Primary><Shift>p")

View File

@ -52,6 +52,26 @@ alias ports='sudo netstat -tulanp'
alias setperm='sudo chown dt:dt' alias setperm='sudo chown dt:dt'
alias ulock='faillock --reset' alias ulock='faillock --reset'
function pakman () {
num=1
while [ -f "/var/lib/pacman/db.lck" ]; do
if [ "$num" -eq "1" ]; then
printf "$Red Error$Reset: %s\n" "pacman is in use, will continue after operation."
num=2
fi
sleep 2
done
if [ "$1" != "-c" ]; then
sudo pacman --color auto $@
else
if pacman -Qtdq; then
pacman -Qtdq | sudo pacman -Rns -
fi
fi
}
### Update ### Update
alias pacman='sudo pacman --color auto' alias pacman='sudo pacman --color auto'
alias yay='yay --color auto' alias yay='yay --color auto'
@ -60,10 +80,10 @@ alias aurupdate='mkdir -p ~/.cache/pkgs && auracle update -C ~/.cache/pkgs'
alias checkarch='pacman -Qqen >~/package_list.txt' alias checkarch='pacman -Qqen >~/package_list.txt'
alias checkaur='pacman -Qqem >~/package_list_aur.txt' alias checkaur='pacman -Qqem >~/package_list_aur.txt'
#Cleanup orphaned packages #Cleanup orphaned packages
alias cleanup='yay -c' alias cleanup='pakman -c'
# yay as aur helper - updates everything # yay as aur helper - updates everything
alias upall="yay -Fy && yay -Syu --noconfirm" alias upall="pacman -Fy && pacman -Syu --noconfirm && aurupdate"
#add new fonts #add new fonts
alias update-fc='sudo fc-cache -fv' alias update-fc='sudo fc-cache -fv'

View File

@ -14,24 +14,24 @@ ZSH_PLUGINS="$ZSH_CUSTOM/plugins"
ZSH_THEMES="$ZSH_CUSTOM/themes" ZSH_THEMES="$ZSH_CUSTOM/themes"
if [ "$TERM" = "linux" ]; then if [ "$TERM" = "linux" ]; then
printf %b '\e[40m' '\e[8]' # set default background to color 0 'dracula-bg' printf %b '\e[40m' '\e[8]' # set default background to color 0 'Minimal-Mistakes-Background'
printf %b '\e[37m' '\e[8]' # set default foreground to color 7 'dracula-fg' printf %b '\e[37m' '\e[8]' # set default foreground to color 7 'Minimal-Mistakes-Foreground'
printf %b '\e]P021222c' # redefine 'black' as 'dracula-bg' printf %b '\e]P0283036' # redefine 'Background' as 'Minimal-Mistakes-Background'
printf %b '\e]P86272a4' # redefine 'bright-black' as 'dracula-comment' printf %b '\e]P8434c5e' # redefine 'Selection' as 'Minimal-Mistakes-Selection'
printf %b '\e]P1ff5555' # redefine 'red' as 'dracula-red' printf %b '\e]P1ff5959' # redefine 'Red' as 'Minimal-Mistakes-Red'
printf %b '\e]P9ff6e6e' # redefine 'bright-red' as '#ff6e6e' printf %b '\e]P9ffa6a6' # redefine 'Bright-Red' as 'Minimal-Mistakes-Bright-Red'
printf %b '\e]P250fa7b' # redefine 'green' as 'dracula-green' printf %b '\e]P259ff59' # redefine 'Green' as 'Minimal-Mistakes-Green'
printf %b '\e]PA69ff94' # redefine 'bright-green' as '#69ff94' printf %b '\e]PAa6ffa6' # redefine 'Bright-Green' as 'Minimal-Mistakes-Bright-Green'
printf %b '\e]P3f1fa8c' # redefine 'yellow' as 'dracula-yellow' printf %b '\e]P3ffff59' # redefine 'Yellow' as 'Minimal-Mistakes-Yellow'
printf %b '\e]PBffffa5' # redefine 'bright-yellow' as '#ffffa5' printf %b '\e]PBffffa6' # redefine 'Bright-Yellow' as 'Minimal-Mistakes-Bright-Yellow'
printf %b '\e]P4bd93f9' # redefine 'blue' as 'dracula-blue' printf %b '\e]P49059ff' # redefine 'Purple' as 'Minimal-Mistakes-Purple'
printf %b '\e]PCd6acff' # redefine 'bright-blue' as '#cfa9ff' printf %b '\e]PCc5a6ff' # redefine 'Bright-Purple' as 'Minimal-Mistakes-Bright-Purple'
printf %b '\e]P5ff79c6' # redefine 'magenta' as 'dracula-magenta' printf %b '\e]P5ff59f9' # redefine 'Pink' as 'Minimal-Mistakes-Pink'
printf %b '\e]PDff92df' # redefine 'bright-magenta' as '#ff88e8' printf %b '\e]PDffa6fc' # redefine 'Bright-Pink' as 'Minimal-Mistakes-Bright-Pink'
printf %b '\e]P68be9fd' # redefine 'cyan' as 'dracula-cyan' printf %b '\e]P659fff9' # redefine 'Cyan' as 'Minimal-Mistakes-Cyan'
printf %b '\e]PEa4ffff' # redefine 'bright-cyan' as '#a4ffff' printf %b '\e]PEa6fffc' # redefine 'Bright-Cyan' as 'Minimal-Mistakes-Bright-Cyan'
printf %b '\e]P7f8f8f2' # redefine 'white' as 'dracula-white' printf %b '\e]P7e5e9f0' # redefine 'White' as 'Minimal-Mistakes-Foreground'
printf %b '\e]PFffffff' # redefine 'bright-white' as '#ffffff' printf %b '\e]PFe5e9f0' # redefine 'Bright-White' as 'Minimal-Mistakes-Foreground'
clear clear
fi fi