weird transition

This commit is contained in:
EvilMuffinHa 2022-02-14 23:19:12 -05:00
parent 34d8a23568
commit 6154382f92
22 changed files with 127 additions and 1876 deletions

View File

@ -0,0 +1,19 @@
# Ashes scheme for the Base16 Builder (https://github.com/chriskempson/base16-builder)
scheme: "Ashes"
author: "Jannik Siebert (https://github.com/janniks)"
base00: "1C2023" # ----
base01: "393F45" # ---
base02: "565E65" # --
base03: "747C84" # -
base04: "ADB3BA" # +
base05: "C7CCD1" # ++
base06: "DFE2E5" # +++
base07: "F3F4F5" # ++++
base08: "C7AE95" # orange
base09: "C7C795" # yellow
base0A: "AEC795" # poison green
base0B: "95C7AE" # turquois
base0C: "95AEC7" # aqua
base0D: "AE95C7" # purple
base0E: "C795AE" # pink
base0F: "C79595" # light red

View File

@ -0,0 +1,18 @@
scheme: "Dracula"
author: "Mike Barkmin (http://github.com/mikebarkmin) based on Dracula Theme (http://github.com/dracula)"
base00: "282936" #background
base01: "3a3c4e"
base02: "4d4f68"
base03: "626483"
base04: "62d6e8"
base05: "e9e9f4" #foreground
base06: "f1f2f8"
base07: "f7f7fb"
base08: "ea51b2"
base09: "b45bcf"
base0A: "00f769"
base0B: "ebff87"
base0C: "a1efe4"
base0D: "62d6e8"
base0E: "b45bcf"
base0F: "00f769"

View File

@ -0,0 +1,18 @@
scheme: "Gruvbox dark, medium"
author: "Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)"
base00: "282828" # ----
base01: "3c3836" # ---
base02: "504945" # --
base03: "665c54" # -
base04: "bdae93" # +
base05: "d5c4a1" # ++
base06: "ebdbb2" # +++
base07: "fbf1c7" # ++++
base08: "fb4934" # red
base09: "fe8019" # orange
base0A: "fabd2f" # yellow
base0B: "b8bb26" # green
base0C: "8ec07c" # aqua/cyan
base0D: "83a598" # blue
base0E: "d3869b" # purple
base0F: "d65d0e" # brown

View File

@ -0,0 +1,18 @@
scheme: "Material"
author: "Nate Peterson"
base00: "263238"
base01: "2E3C43"
base02: "314549"
base03: "546E7A"
base04: "B2CCD6"
base05: "EEFFFF"
base06: "EEFFFF"
base07: "FFFFFF"
base08: "F07178"
base09: "F78C6C"
base0A: "FFCB6B"
base0B: "C3E88D"
base0C: "89DDFF"
base0D: "82AAFF"
base0E: "C792EA"
base0F: "FF5370"

View File

@ -0,0 +1,18 @@
scheme: "Nord"
author: "arcticicestudio"
base00: "2E3440"
base01: "3B4252"
base02: "434C5E"
base03: "4C566A"
base04: "D8DEE9"
base05: "E5E9F0"
base06: "ECEFF4"
base07: "8FBCBB"
base08: "BF616A"
base09: "D08770"
base0A: "EBCB8B"
base0B: "A3BE8C"
base0C: "88C0D0"
base0D: "81A1C1"
base0E: "B48EAD"
base0F: "5E81AC"

View File

@ -0,0 +1,18 @@
scheme: "OneDark"
author: "Lalit Magant (http://github.com/tilal6991)"
base00: "282c34"
base01: "353b45"
base02: "3e4451"
base03: "545862"
base04: "565c64"
base05: "abb2bf"
base06: "b6bdca"
base07: "c8ccd4"
base08: "e06c75"
base09: "d19a66"
base0A: "e5c07b"
base0B: "98c379"
base0C: "56b6c2"
base0D: "61afef"
base0E: "c678dd"
base0F: "be5046"

View File

@ -0,0 +1,18 @@
scheme: "Passionfruit"
author: "EvilMuffinHa"
base00: "282828" # ----
base01: "3c3836" # ---
base02: "504945" # --
base03: "665c54" # -
base04: "bdae93" # +
base05: "d5c4a1" # ++
base06: "ebdbb2" # +++
base07: "fbf1c7" # ++++
base08: "f66655" # red
base09: "d4bb6f" # orange
base0A: "d4bb6f" # yellow
base0B: "89b843" # green
base0C: "8ec07c" # aqua/cyan
base0D: "83a598" # blue
base0E: "7f7d88" # purple
base0F: "d4bb6f" # brown

View File

@ -1,25 +0,0 @@
{
"special":{
"background":"#1c2023",
"foreground":"#c7ccd1",
"cursor":"#c7ae95"
},
"colors":{
"color0":"#1c2023",
"color1":"#c7ae95",
"color2":"#95c7ae",
"color3":"#aec795",
"color4":"#ae95c7",
"color5":"#c795ae",
"color6":"#95aec7",
"color7":"#c7ccd1",
"color8":"#747c84",
"color9":"#c7ae95",
"color10":"#95c7ae",
"color11":"#aec795",
"color12":"#ae95c7",
"color13":"#c795ae",
"color14":"#95aec7",
"color15":"#f3f4f5"
}
}

View File

@ -1,25 +0,0 @@
{
"special":{
"background":"#282936",
"foreground":"#e9e9f4",
"cursor":"#e9e9f4"
},
"colors":{
"color0":"#282936",
"color1":"#ea51b2",
"color2":"#00f769",
"color3":"#ebff87",
"color4":"#62d6e8",
"color5":"#b45bcf",
"color6":"#a1efe4",
"color7":"#e9e9f4",
"color8":"#4d4f68",
"color9":"#ea51b2",
"color10":"#00f769",
"color11":"#ebff87",
"color12":"#62d6e8",
"color13":"#b45bcf",
"color14":"#a1efe4",
"color15":"#f7f7fb"
}
}

View File

@ -23,4 +23,3 @@
"color15":"#fbfbfb"
}
}

View File

@ -1,25 +0,0 @@
{
"special":{
"background":"#282828",
"foreground":"#d5c4a1",
"cursor":"#d5c4a1"
},
"colors":{
"color0":"#282828",
"color1":"#fb4934",
"color2":"#b8bb26",
"color3":"#fabd2f",
"color4":"#83a598",
"color5":"#d3869b",
"color6":"#8ec07c",
"color7":"#d5c4a1",
"color8":"#665c54",
"color9":"#fb4934",
"color10":"#b8bb26",
"color11":"#fabd2f",
"color12":"#83a598",
"color13":"#d3869b",
"color14":"#8ec07c",
"color15":"#fbf1c7"
}
}

View File

@ -1,25 +0,0 @@
{
"special":{
"background":"#1B2B34",
"foreground":"#C0C5CE",
"cursor":"#C0C5CE"
},
"colors":{
"color0":"#1B2B34",
"color1":"#EC5f67",
"color2":"#99C794",
"color3":"#FAC863",
"color4":"#6699CC",
"color5":"#C594C5",
"color6":"#5FB3B3",
"color7":"#C0C5CE",
"color8":"#65737E",
"color9":"#EC5f67",
"color10":"#99C794",
"color11":"#FAC863",
"color12":"#6699CC",
"color13":"#C594C5",
"color14":"#5FB3B3",
"color15":"#D8DEE9"
}
}

View File

@ -1,25 +0,0 @@
{
"special":{
"background":"#282c34",
"foreground":"#abb2bf",
"cursor":"#abb2bf"
},
"colors":{
"color0":"#282c34",
"color1":"#e06c75",
"color2":"#98c379",
"color3":"#e5c07b",
"color4":"#61afef",
"color5":"#c678dd",
"color6":"#56b6c2",
"color7":"#abb2bf",
"color8":"#545862",
"color9":"#e06c75",
"color10":"#98c379",
"color11":"#e5c07b",
"color12":"#61afef",
"color13":"#c678dd",
"color14":"#56b6c2",
"color15":"#c8ccd4"
}
}

View File

@ -1,26 +0,0 @@
{
"special": {
"background":"#282828",
"foreground":"#d5c4a1",
"cursor":"#d5c4a1"
},
"colors": {
"color0":"#282828",
"color1":"#f66655",
"color2":"#89b843",
"color3":"#d4bb6f",
"color4":"#83a598",
"color5":"#846e96",
"color6":"#8ec07c",
"color7":"#d5c4a1",
"color8":"#665c54",
"color9":"#f66655",
"color10":"#89b843",
"color11":"#d4bb6f",
"color12":"#83a598",
"color13":"#846e96",
"color14":"#8ec07c",
"color15":"#fbf1c7"
}
}

View File

@ -1,26 +0,0 @@
{
"special": {
"background":"#282828",
"foreground":"#d5c4a1",
"cursor":"#d5c4a1"
},
"colors": {
"color0":"#282828",
"color1":"#f66655",
"color2":"#89b843",
"color3":"#d4bb6f",
"color4":"#83a598",
"color5":"#7f7d88",
"color6":"#8ec07c",
"color7":"#d5c4a1",
"color8":"#665c54",
"color9":"#f66655",
"color10":"#89b843",
"color11":"#d4bb6f",
"color12":"#83a598",
"color13":"#7f7d88",
"color14":"#8ec07c",
"color15":"#fbf1c7"
}
}

View File

@ -1,25 +0,0 @@
{
"special":{
"background":"#1e1e1e",
"foreground":"#d4d4d4",
"cursor":"#f44747"
},
"colors":{
"color0":"#1e1e1e",
"color1":"#f44747",
"color2":"#d7ba7d",
"color3":"#608b4e",
"color4":"#569cd6",
"color5":"#4ec9b0",
"color6":"#c586c0",
"color7":"#d4d4d4",
"color8":"#808080",
"color9":"#f44747",
"color10":"#d7ba7d",
"color11":"#608b4e",
"color12":"#569cd6",
"color13":"#4ec9b0",
"color14":"#c586c0",
"color15":"#d4d4d4"
}
}

View File

@ -1,25 +0,0 @@
colors:
primary:
background: '{background}'
foreground: '{foreground}'
cursor:
text: CellForeground
cursor: '{cursor}'
bright:
black: '{color0}'
red: '{color1}'
green: '{color2}'
yellow: '{color3}'
blue: '{color4}'
magenta: '{color5}'
cyan: '{color6}'
white: '{color7}'
normal:
black: '{color8}'
red: '{color9}'
green: '{color10}'
yellow: '{color11}'
blue: '{color12}'
magenta: '{color13}'
cyan: '{color14}'
white: '{color15}'

File diff suppressed because it is too large Load Diff

View File

@ -1,166 +0,0 @@
* {{
active-background: {color4};
active-foreground: @foreground;
normal-background: @background;
normal-foreground: @foreground;
urgent-background: {color1};
urgent-foreground: @foreground;
alternate-active-background: @background;
alternate-active-foreground: @foreground;
alternate-normal-background: @background;
alternate-normal-foreground: @foreground;
alternate-urgent-background: @background;
alternate-urgent-foreground: @foreground;
selected-active-background: {color1};
selected-active-foreground: @foreground;
selected-normal-background: {color4};
selected-normal-foreground: @foreground;
selected-urgent-background: {color3};
selected-urgent-foreground: @foreground;
background-color: @background;
background: {background};
foreground: {foreground};
border-color: @background;
spacing: 2;
}}
#window {{
background-color: @background;
border: 0;
padding: 2.5ch;
}}
#mainbox {{
border: 0;
padding: 0;
}}
#message {{
border: 2px 0px 0px;
border-color: @border-color;
padding: 1px;
}}
#textbox {{
text-color: @foreground;
}}
#inputbar {{
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
}}
#textbox-prompt-colon {{
expand: false;
str: ":";
margin: 0px 0.3em 0em 0em;
text-color: @normal-foreground;
}}
#listview {{
fixed-height: 0;
border: 2px 0px 0px;
border-color: @border-color;
spacing: 2px;
scrollbar: true;
padding: 2px 0px 0px;
}}
#element {{
border: 0;
padding: 1px;
}}
#element-text, element-icon {{
background-color: inherit;
text-color: inherit;
}}
#element.normal.normal {{
background-color: @normal-background;
text-color: @normal-foreground;
}}
#element.normal.urgent {{
background-color: @urgent-background;
text-color: @urgent-foreground;
}}
#element.normal.active {{
background-color: @active-background;
text-color: @active-foreground;
}}
#element.selected.normal {{
background-color: @selected-normal-background;
text-color: @selected-normal-foreground;
}}
#element.selected.urgent {{
background-color: @selected-urgent-background;
text-color: @selected-urgent-foreground;
}}
#element.selected.active {{
background-color: @selected-active-background;
text-color: @selected-active-foreground;
}}
#element.alternate.normal {{
background-color: @alternate-normal-background;
text-color: @alternate-normal-foreground;
}}
#element.alternate.urgent {{
background-color: @alternate-urgent-background;
text-color: @alternate-urgent-foreground;
}}
#element.alternate.active {{
background-color: @alternate-active-background;
text-color: @alternate-active-foreground;
}}
#scrollbar {{
width: 4px;
border: 0;
handle-width: 8px;
padding: 0;
}}
#sidebar {{
border: 2px 0px 0px;
border-color: @border-color;
}}
#button {{
text-color: @normal-foreground;
}}
#button.selected {{
background-color: @selected-normal-background;
text-color: @selected-normal-foreground;
}}
#inputbar {{
spacing: 0;
text-color: @normal-foreground;
padding: 1px;
}}
#case-indicator {{
spacing: 0;
text-color: @normal-foreground;
}}
#entry {{
spacing: 0;
text-color: @normal-foreground;
}}
#prompt {{
spacing: 0;
text-color: @normal-foreground;
}}

View File

@ -1,443 +0,0 @@
# See dunst(5) for all configuration options
[global]
### Display ###
# Which monitor should the notifications be displayed on.
monitor = 0
# Display notification on focused monitor. Possible modes are:
# mouse: follow mouse pointer
# keyboard: follow window with keyboard focus
# none: don't follow anything
#
# "keyboard" needs a window manager that exports the
# _NET_ACTIVE_WINDOW property.
# This should be the case for almost all modern window managers.
#
# If this option is set to mouse or keyboard, the monitor option
# will be ignored.
follow = none
### Geometry ###
# dynamic width from 0 to 300
# width = (0, 300)
# constant width of 300
width = 500
# The maximum height of a single notification, excluding the frame.
height = 300
# Position the notification in the top right corner
origin = top-right
# Offset from the origin
offset = 10x50
# Scale factor. It is auto-detected if value is 0.
scale = 0.8
# Maximum number of notification (0 means no limit)
notification_limit = 3
### Progress bar ###
# Turn on the progess bar. It appears when a progress hint is passed with
# for example dunstify -h int:value:12
progress_bar = true
# Set the progress bar height. This includes the frame, so make sure
# it's at least twice as big as the frame width.
progress_bar_height = 10
# Set the frame width of the progress bar
progress_bar_frame_width = 1
# Set the minimum width for the progress bar
progress_bar_min_width = 150
# Set the maximum width for the progress bar
progress_bar_max_width = 300
# Show how many messages are currently hidden (because of
# notification_limit).
indicate_hidden = yes
# The transparency of the window. Range: [0; 100].
# This option will only work if a compositing window manager is
# present (e.g. xcompmgr, compiz, etc.). (X11 only)
transparency = 0
# Draw a line of "separator_height" pixel height between two
# notifications.
# Set to 0 to disable.
separator_height = 2
# Padding between text and separator.
padding = 8
# Horizontal padding.
horizontal_padding = 8
# Padding between text and icon.
text_icon_padding = 0
# Defines width in pixels of frame around the notification window.
# Set to 0 to disable.
frame_width = 3
# Defines color of the frame around the notification window.
frame_color = "{color1}"
# Define a color for the separator.
# possible values are:
# * auto: dunst tries to find a color fitting to the background;
# * foreground: use the same color as the foreground;
# * frame: use the same color as the frame;
# * anything else will be interpreted as a X color.
separator_color = frame
# Sort messages by urgency.
sort = yes
# Don't remove messages, if the user is idle (no mouse or keyboard input)
# for longer than idle_threshold seconds.
# Set to 0 to disable.
# A client can set the 'transient' hint to bypass this. See the rules
# section for how to disable this if necessary
# idle_threshold = 120
### Text ###
font = Fira Code Nerd Font 12
# The spacing between lines. If the height is smaller than the
# font height, it will get raised to the font height.
line_height = 0
# Possible values are:
# full: Allow a small subset of html markup in notifications:
# <b>bold</b>
# <i>italic</i>
# <s>strikethrough</s>
# <u>underline</u>
#
# For a complete reference see
# <https://docs.gtk.org/Pango/pango_markup.html>.
#
# strip: This setting is provided for compatibility with some broken
# clients that send markup even though it's not enabled on the
# server. Dunst will try to strip the markup but the parsing is
# simplistic so using this option outside of matching rules for
# specific applications *IS GREATLY DISCOURAGED*.
#
# no: Disable markup parsing, incoming notifications will be treated as
# plain text. Dunst will not advertise that it has the body-markup
# capability if this is set as a global setting.
#
# It's important to note that markup inside the format option will be parsed
# regardless of what this is set to.
markup = full
# The format of the message. Possible variables are:
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
# %n progress value if set without any extra characters
# %% Literal %
# Markup is allowed
format = "<b>%s</b>\n%b"
# Alignment of message text.
# Possible values are "left", "center" and "right".
alignment = left
# Vertical alignment of message text and icon.
# Possible values are "top", "center" and "bottom".
vertical_alignment = center
# Show age of message if message is older than show_age_threshold
# seconds.
# Set to -1 to disable.
show_age_threshold = 60
# Specify where to make an ellipsis in long lines.
# Possible values are "start", "middle" and "end".
ellipsize = middle
# Ignore newlines '\n' in notifications.
ignore_newline = no
# Stack together notifications with the same content
stack_duplicates = true
# Hide the count of stacked notifications with the same content
hide_duplicate_count = false
# Display indicators for URLs (U) and actions (A).
show_indicators = yes
### Icons ###
# Align icons left/right/off
icon_position = left
# Scale small icons up to this size, set to 0 to disable. Helpful
# for e.g. small files or high-dpi screens. In case of conflict,
# max_icon_size takes precedence over this.
min_icon_size = 0
# Scale larger icons down to this size, set to 0 to disable
max_icon_size = 32
# Paths to default icons.
# icon_path = /usr/share/icons/Papirus/16x16/status/:/usr/share/icons/Papirus/16x16/devices/
### History ###
# Should a notification popped up from history be sticky or timeout
# as if it would normally do.
sticky_history = yes
# Maximum amount of notifications kept in history
history_length = 20
### Misc/Advanced ###
# dmenu path.
dmenu = /usr/bin/dmenu -p dunst:
# Browser for opening urls in context menu.
browser = /usr/bin/xdg-open
# Always run rule-defined scripts, even if the notification is suppressed
always_run_script = true
# Define the title of the windows spawned by dunst
title = Dunst
# Define the class of the windows spawned by dunst
class = Dunst
# Define the corner radius of the notification window
# in pixel size. If the radius is 0, you have no rounded
# corners.
# The radius will be automatically lowered if it exceeds half of the
# notification height to avoid clipping text and/or icons.
corner_radius = 0
# Ignore the dbus closeNotification message.
# Useful to enforce the timeout set by dunst configuration. Without this
# parameter, an application may close the notification sent before the
# user defined timeout.
ignore_dbusclose = false
### Wayland ###
# These settings are Wayland-specific. They have no effect when using X11
# Uncomment this if you want to let notications appear under fullscreen
# applications (default: overlay)
# layer = top
# Set this to true to use X11 output on Wayland.
force_xwayland = false
### Legacy
# Use the Xinerama extension instead of RandR for multi-monitor support.
# This setting is provided for compatibility with older nVidia drivers that
# do not support RandR and using it on systems that support RandR is highly
# discouraged.
#
# By enabling this setting dunst will not be able to detect when a monitor
# is connected or disconnected which might break follow mode if the screen
# layout changes.
force_xinerama = false
### mouse
# Defines list of actions for each mouse event
# Possible values are:
# * none: Don't do anything.
# * do_action: Invoke the action determined by the action_name rule. If there is no
# such action, open the context menu.
# * open_url: If the notification has exactly one url, open it. If there are multiple
# ones, open the context menu.
# * close_current: Close current notification.
# * close_all: Close all notifications.
# * context: Open context menu for the notification.
# * context_all: Open context menu for all notifications.
# These values can be strung together for each mouse event, and
# will be executed in sequence.
mouse_left_click = close_current
mouse_middle_click = do_action, close_current
mouse_right_click = close_all
# Experimental features that may or may not work correctly. Do not expect them
# to have a consistent behaviour across releases.
[experimental]
# Calculate the dpi to use on a per-monitor basis.
# If this setting is enabled the Xft.dpi value will be ignored and instead
# dunst will attempt to calculate an appropriate dpi value for each monitor
# using the resolution and physical size. This might be useful in setups
# where there are multiple screens with very different dpi values.
per_monitor_dpi = false
[shortcuts]
close = ctrl+space
close_all = ctrl+shift+space
history = ctrl+grave
context = ctrl+shift+period
[urgency_low]
# IMPORTANT: colors have to be defined in quotation marks.
# Otherwise the "#" and following would be interpreted as a comment.
background = "{background}"
foreground = "{foreground}"
timeout = 10
# Icon for notifications with low urgency, uncomment to enable
#default_icon = /path/to/icon
[urgency_normal]
background = "{background}"
foreground = "{foreground}"
timeout = 10
# Icon for notifications with normal urgency, uncomment to enable
#default_icon = /path/to/icon
[urgency_critical]
background = "{background}"
foreground = "{color1}"
frame_color = "{color1}"
timeout = 0
# Icon for notifications with critical urgency, uncomment to enable
#default_icon = /path/to/icon
# Every section that isn't one of the above is interpreted as a rules to
# override settings for certain messages.
#
# Messages can be matched by
# appname (discouraged, see desktop_entry)
# body
# category
# desktop_entry
# icon
# match_transient
# msg_urgency
# stack_tag
# summary
#
# and you can override the
# background
# foreground
# format
# frame_color
# fullscreen
# new_icon
# set_stack_tag
# set_transient
# set_category
# timeout
# urgency
# skip_display
# history_ignore
# action_name
# word_wrap
# ellipsize
# alignment
#
# Shell-like globbing will get expanded.
#
# Instead of the appname filter, it's recommended to use the desktop_entry filter.
# GLib based applications export their desktop-entry name. In comparison to the appname,
# the desktop-entry won't get localized.
#
# SCRIPTING
# You can specify a script that gets run when the rule matches by
# setting the "script" option.
# The script will be called as follows:
# script appname summary body icon urgency
# where urgency can be "LOW", "NORMAL" or "CRITICAL".
#
# NOTE: It might be helpful to run dunst -print in a terminal in order
# to find fitting options for rules.
# Disable the transient hint so that idle_threshold cannot be bypassed from the
# client
#[transient_disable]
# match_transient = yes
# set_transient = no
#
# Make the handling of transient notifications more strict by making them not
# be placed in history.
#[transient_history_ignore]
# match_transient = yes
# history_ignore = yes
# fullscreen values
# show: show the notifications, regardless if there is a fullscreen window opened
# delay: displays the new notification, if there is no fullscreen window active
# If the notification is already drawn, it won't get undrawn.
# pushback: same as delay, but when switching into fullscreen, the notification will get
# withdrawn from screen again and will get delayed like a new notification
#[fullscreen_delay_everything]
# fullscreen = delay
#[fullscreen_show_critical]
# msg_urgency = critical
# fullscreen = show
#[espeak]
# summary = "*"
# script = dunst_espeak.sh
#[script-test]
# summary = "*script*"
# script = dunst_test.sh
#[ignore]
# # This notification will not be displayed
# summary = "foobar"
# skip_display = true
#[history-ignore]
# # This notification will not be saved in history
# summary = "foobar"
# history_ignore = yes
#[skip-display]
# # This notification will not be displayed, but will be included in the history
# summary = "foobar"
# skip_display = yes
#[signed_on]
# appname = Pidgin
# summary = "*signed on*"
# urgency = low
#
#[signed_off]
# appname = Pidgin
# summary = *signed off*
# urgency = low
#
#[says]
# appname = Pidgin
# summary = *says*
# urgency = critical
#
#[twitter]
# appname = Pidgin
# summary = *twitter.com*
# urgency = normal
#
#[stack-volumes]
# appname = "some_volume_notifiers"
# set_stack_tag = "volume"
#
# vim: ft=cfg

View File

@ -1,29 +0,0 @@
set recolor "true"
set completion-bg "{background}"
set completion-fg "{foreground}"
set completion-group-bg "{background}"
set completion-group-fg "{color2}"
set completion-highlight-bg "{foreground}"
set completion-highlight-fg "{background}"
set recolor-lightcolor "{background}"
set recolor-darkcolor "{foreground}"
set default-bg "{background}"
set inputbar-bg "{background}"
set inputbar-fg "{foreground}"
set notification-bg "{background}"
set notification-fg "{foreground}"
set notification-error-bg "{color1}"
set notification-error-fg "{foreground}"
set notification-warning-bg "{color1}"
set notification-warning-fg "{foreground}"
set statusbar-bg "{background}"
set statusbar-fg "{foreground}"
set index-bg "{background}"
set index-fg "{foreground}"
set index-active-bg "{foreground}"
set index-active-fg "{background}"
set render-loading-bg "{background}"
set render-loading-fg "{foreground}"
set window-title-home-tilde true
set statusbar-basename true
set selection-clipboard clipboard

View File

@ -2,7 +2,6 @@ export PATH=$HOME/.config/bin:$PATH:$HOME/.local/bin:$HOME/.local/share/texlive/
export MANPATH=$MANPATH:$HOME/.local/share/texlive/2021/texmf-dist/doc/man
export INFOPATH=$INFOPATH:$HOME/.local/share/texlive/2021/texmf-dist/doc/info
alias wal='wal -o "$HOME/.config/bin/themeset"'
alias gef='gdb --eval-command="source /usr/share/gef/gef.py"'
alias pwndbg='gdb --eval-command="source /usr/share/pwndbg/gdbinit.py"'
alias wget='wget --hsts-file="$XDG_CACHE_HOME/wget-hsts"'