forked from gh0stzk/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moved dots/.config -> dots/config and dots/.local -> dots/local so its
easier to search our files using various tools. Fixed install and uninstall scripts to account for this change.
- Loading branch information
Showing
338 changed files
with
875 additions
and
17 deletions.
There are no files selected for viewing
Binary file removed
BIN
-145 Bytes
dots/.config/ranger/colorschemes/__pycache__/__init__.cpython-310.opt-1.pyc
Binary file not shown.
Binary file removed
BIN
-2.78 KB
dots/.config/ranger/colorschemes/__pycache__/default.cpython-310.opt-1.pyc
Binary file not shown.
Binary file removed
BIN
-140 Bytes
dots/.config/ranger/plugins/__pycache__/__init__.cpython-310.opt-1.pyc
Binary file not shown.
Binary file removed
BIN
-774 Bytes
dots/.config/ranger/plugins/ranger_devicons/__pycache__/__init__.cpython-310.opt-1.pyc
Binary file not shown.
Binary file removed
BIN
-8.69 KB
dots/.config/ranger/plugins/ranger_devicons/__pycache__/devicons.cpython-310.opt-1.pyc
Binary file not shown.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# (Tokyo Night) color scheme for Emilia Rice | ||
|
||
# Default colors | ||
[colors.primary] | ||
background = "#1a1b26" | ||
foreground = "#a9b1d6" | ||
|
||
# Cursor colors | ||
[colors.cursor] | ||
cursor = "#bb9af7" | ||
text = "#1a1b26" | ||
|
||
# Normal colors | ||
[colors.normal] | ||
black = "#32344a" | ||
blue = "#7aa2f7" | ||
cyan = "#449dab" | ||
green = "#9ece6a" | ||
magenta = "#ad8ee6" | ||
red = "#f7768e" | ||
white = "#787c99" | ||
yellow = "#e0af68" | ||
|
||
# Bright colors | ||
[colors.bright] | ||
black = "#444b6a" | ||
blue = "#7da6ff" | ||
cyan = "#0db9d7" | ||
green = "#b9f27c" | ||
magenta = "#bb9af7" | ||
red = "#ff7a93" | ||
white = "#acb0d0" | ||
yellow = "#ff9e64" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
emilia |
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
# ╔╦╗╦ ╦╔╗╔╔═╗╔╦╗ ╔═╗╔═╗╔╗╔╔═╗╦╔═╗ - Dunst config file for the rices | ||
# ║║║ ║║║║╚═╗ ║ ║ ║ ║║║║╠╣ ║║ ╦ | ||
# ═╩╝╚═╝╝╚╝╚═╝ ╩ ╚═╝╚═╝╝╚╝╚ ╩╚═╝ | ||
|
||
[global] | ||
title = Dunst | ||
class = Dunst | ||
monitor = 0 | ||
follow = mouse | ||
width = 300 | ||
height = 300 | ||
origin = top-right | ||
offset = 10x92 | ||
indicate_hidden = yes | ||
shrink = yes | ||
|
||
transparency = 0 | ||
separator_height = 2 | ||
padding = 8 | ||
horizontal_padding = 11 | ||
frame_width = 6 | ||
frame_color = "#1a1b26" | ||
separator_color = "#c0caf5" | ||
|
||
font = JetBrainsMono Nerd Font Medium 9 | ||
|
||
line_height = 0 | ||
markup = full | ||
format = "<span size='x-large' font_desc='Cantarell 9' weight='bold' foreground='#f9f9f9'>%s</span>\n%b" | ||
alignment = center | ||
|
||
idle_threshold = 120 | ||
show_age_threshold = 60 | ||
sort = no | ||
word_wrap = yes | ||
ignore_newline = no | ||
stack_duplicates = false | ||
hide_duplicate_count = yes | ||
show_indicators = no | ||
sticky_history = no | ||
history_length = 20 | ||
always_run_script = true | ||
corner_radius = 4 | ||
icon_position = left | ||
max_icon_size = 80 | ||
|
||
icon_path = /usr/share/icons/Papirus-Dark/48x48/actions/:/usr/share/icons/Papirus-Dark/48x48/apps/:/usr/share/icons/Papirus-Dark/48x48/devices/:/usr/share/icons/Papirus-Dark/48x48/emblems/:/usr/share/icons/Papirus-Dark/48x48/emotes/:/usr/share/icons/Papirus-Dark/48x48/mimetypes/:/usr/share/icons/Papirus-Dark/48x48/places/:/usr/share/icons/Papirus-Dark/48x48/status/ | ||
|
||
browser = firefox | ||
|
||
mouse_left_click = close_current | ||
mouse_middle_click = do_action | ||
mouse_right_click = close_all | ||
|
||
[urgency_low] | ||
timeout = 3 | ||
background = "#1a1b26" | ||
foreground = "#c0caf5" | ||
|
||
[urgency_normal] | ||
timeout = 6 | ||
background = "#1a1b26" | ||
foreground = "#c0caf5" | ||
|
||
[urgency_critical] | ||
timeout = 0 | ||
background = "#1a1b26" | ||
foreground = "#c0caf5" |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
position_mode = pointer | ||
stay_alive = 0 | ||
tint2_look = 0 | ||
terminal_exec = alacritty | ||
terminal_args = -e | ||
menu_width = 160 | ||
menu_padding_top = 5 | ||
menu_padding_right = 5 | ||
menu_padding_bottom = 5 | ||
menu_padding_left = 5 | ||
menu_radius = 8 | ||
menu_border = 0 | ||
menu_halign = left | ||
sub_hover_action = 1 | ||
item_margin_y = 5 | ||
item_height = 30 | ||
item_padding_x = 8 | ||
item_radius = 6 | ||
item_border = 0 | ||
sep_height = 2 | ||
font = Clarity City Bold 12px | ||
icon_size = 16 | ||
icon_theme = Papirus-Dark | ||
arrow_string = | ||
color_menu_border = #ffffff 0 | ||
color_menu_bg = #1a1b26 | ||
color_norm_bg = #ffffff 0 | ||
color_norm_fg = #c0caf5 | ||
color_sel_bg = #222330 | ||
color_sel_fg = #c0caf5 | ||
color_sep_fg = #414868 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,131 @@ | ||
# ╔═╗╦╔═╗╔═╗╔╦╗ ╔═╗╔═╗╔╗╔╔═╗╦╔═╗ | ||
# ╠═╝║║ ║ ║║║║ ║ ║ ║║║║╠╣ ║║ ╦ | ||
# ╩ ╩╚═╝╚═╝╩ ╩ ╚═╝╚═╝╝╚╝╚ ╩╚═╝ | ||
|
||
################################# | ||
# Shadows # | ||
################################# | ||
|
||
shadow = false; | ||
|
||
shadow-radius = 18; | ||
shadow-opacity = 0.90; | ||
shadow-offset-x = -23; | ||
shadow-offset-y = -22; | ||
|
||
shadow-color = "#000000" | ||
|
||
shadow-exclude = [ | ||
"name = 'Notification'", | ||
"class_g = 'Conky'", | ||
"class_g ?= 'Notify-osd'", | ||
"class_g = 'Cairo-clock'", | ||
"class_g = 'jgmenu'", | ||
"class_g = 'slop'", | ||
"class_g = 'scratch'", | ||
"class_g = 'Spotify'", | ||
"class_g = 'retroarch'", | ||
"class_g = 'firefox'", | ||
"class_g = 'Rofi'", | ||
"_GTK_FRAME_EXTENTS@:c", | ||
"_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'" | ||
]; | ||
|
||
################################# | ||
# Fading # | ||
################################# | ||
|
||
fading = false; | ||
|
||
fade-in-step = 0.03; | ||
fade-out-step = 0.03; | ||
fade-delta = 6 | ||
|
||
no-fading-destroyed-argb = true | ||
|
||
fade-exclude = [ | ||
"class_g = 'slop'", | ||
"class_g = 'scratch'" | ||
]; | ||
|
||
################################# | ||
# Corners # | ||
################################# | ||
|
||
corner-radius = 6 | ||
|
||
rounded-corners-exclude = [ | ||
"window_type = 'dropdown_menu'", | ||
"window_type = 'popup_menu'", | ||
"window_type = 'popup'", | ||
"window_type = 'dock'", | ||
"class_g = 'Polybar'", | ||
"class_g = 'eww-bar'", | ||
"class_g = 'Viewnior'", | ||
"class_g = 'Rofi'", | ||
"class_g = 'mpv'", | ||
"class_g = 'retroarch'" | ||
]; | ||
|
||
################################# | ||
# Transparency / Opacity # | ||
################################# | ||
|
||
active-opacity = 0.99; | ||
inactive-opacity = 0.8; | ||
inactive-opacity-override = false; | ||
|
||
focus-exclude = [ | ||
"class_g = 'Cairo-clock'", | ||
"class_g = 'slop'", # maim | ||
]; | ||
|
||
opacity-rule = [ | ||
"100:class_g *= 'firefox'", | ||
"100:class_g *= 'Rofi'", | ||
"100:fullscreen", | ||
#"100:class_g = 'Alacritty'", | ||
"100:class_g = 'FloaTerm'", | ||
"95:class_g = 'Updating'", | ||
"90:class_g = 'scratch'" | ||
]; | ||
|
||
popup_menu: { | ||
opacity = 1.0; | ||
} | ||
|
||
dropdown_menu: { | ||
opacity = 1.0; | ||
} | ||
|
||
################################# | ||
# General Settings # | ||
################################# | ||
|
||
# Available backends "xrender" "glx" "egl" "xr_glx_hybrid" | ||
backend = "glx"; | ||
|
||
dithered-present = false; | ||
vsync = false; | ||
mark-wmwin-focused = true; | ||
mark-ovredir-focused = false; | ||
|
||
detect-rounded-corners = true; | ||
detect-client-opacity = true; | ||
detect-transient = true; | ||
glx-no-stencil = true; | ||
use-damage = true; | ||
|
||
log-level = "error"; | ||
|
||
################################# | ||
# Wintypes # | ||
################################# | ||
|
||
wintypes: | ||
{ | ||
normal = { fade = true; shadow = true; } | ||
tooltip = { fade = false; shadow = false; focus = true; full-shadow = false; } | ||
dock = { shadow = false; clip-shadow-above = false; } | ||
dnd = { shadow = false; } | ||
}; |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.