mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-12-26 06:02:23 +00:00
Fix some stuff
This commit is contained in:
parent
3b9df4a253
commit
cc2f1665c8
5 changed files with 189 additions and 93 deletions
|
@ -5,7 +5,7 @@ eggs["eww"] = { enabled = true, targets = "~" }
|
||||||
eggs["eww-bar"] = { enabled = true, targets = "~" }
|
eggs["eww-bar"] = { enabled = true, targets = "~" }
|
||||||
eggs["foot"] = { enabled = true, targets = "~", templates = { ".config/foot/foot.ini" } }
|
eggs["foot"] = { enabled = true, targets = "~", templates = { ".config/foot/foot.ini" } }
|
||||||
eggs["git"] = { enabled = true, targets = "~", templates = { ".gitconfig" } }
|
eggs["git"] = { enabled = true, targets = "~", templates = { ".gitconfig" } }
|
||||||
eggs["niri"] = { enabled = true, targets = "~", templates = { ".config/niri/config.kdl" } }
|
eggs["niri"] = { enabled = true, targets = "~", templates = { ".config/niri/*" } }
|
||||||
eggs["nvim"] = { enabled = true, targets = "~" }
|
eggs["nvim"] = { enabled = true, targets = "~" }
|
||||||
eggs["other-dotfiles-stuff"] = { enabled = true, targets = "~" }
|
eggs["other-dotfiles-stuff"] = { enabled = true, targets = "~" }
|
||||||
eggs["profile"] = { enabled = true, targets = "~" }
|
eggs["profile"] = { enabled = true, targets = "~" }
|
||||||
|
|
183
eggs/alacritty/.config/alacritty/alacritty.toml
Normal file
183
eggs/alacritty/.config/alacritty/alacritty.toml
Normal file
|
@ -0,0 +1,183 @@
|
||||||
|
[general]
|
||||||
|
live_config_reload = true
|
||||||
|
|
||||||
|
[colors.bright]
|
||||||
|
black = "#928374"
|
||||||
|
blue = "#83a598"
|
||||||
|
cyan = "#8ec07c"
|
||||||
|
green = "#b8bb26"
|
||||||
|
magenta = "#d3869b"
|
||||||
|
red = "#fb4934"
|
||||||
|
white = "#ebdbb2"
|
||||||
|
yellow = "#fabd2f"
|
||||||
|
|
||||||
|
[colors.normal]
|
||||||
|
black = "#665c54"
|
||||||
|
blue = "#458588"
|
||||||
|
cyan = "#689d6a"
|
||||||
|
green = "#98971a"
|
||||||
|
magenta = "#b16286"
|
||||||
|
red = "#cc241d"
|
||||||
|
white = "#a89984"
|
||||||
|
yellow = "#d79921"
|
||||||
|
|
||||||
|
[colors.primary]
|
||||||
|
background = "#282828"
|
||||||
|
foreground = "#ebdbb2"
|
||||||
|
|
||||||
|
[cursor]
|
||||||
|
unfocused_hollow = true
|
||||||
|
|
||||||
|
[cursor.style]
|
||||||
|
blinking = "Never"
|
||||||
|
shape = "Block"
|
||||||
|
|
||||||
|
[env]
|
||||||
|
TERM = "xterm-256color"
|
||||||
|
|
||||||
|
[font]
|
||||||
|
size = 14
|
||||||
|
|
||||||
|
[font.normal]
|
||||||
|
family = "Fira Code"
|
||||||
|
|
||||||
|
[font.offset]
|
||||||
|
x = 0
|
||||||
|
y = 0
|
||||||
|
|
||||||
|
[mouse]
|
||||||
|
hide_when_typing = true
|
||||||
|
|
||||||
|
[window]
|
||||||
|
dynamic_padding = true
|
||||||
|
dynamic_title = true
|
||||||
|
opacity = 1
|
||||||
|
|
||||||
|
[window.padding]
|
||||||
|
x = 10
|
||||||
|
y = 10
|
||||||
|
|
||||||
|
[[keyboard.bindings]]
|
||||||
|
action = "SpawnNewInstance"
|
||||||
|
key = "N"
|
||||||
|
mods = "Control|Shift"
|
||||||
|
|
||||||
|
[[keyboard.bindings]]
|
||||||
|
action = "IncreaseFontSize"
|
||||||
|
key = "Plus"
|
||||||
|
mods = "Control|Shift"
|
||||||
|
|
||||||
|
[[keyboard.bindings]]
|
||||||
|
action = "IncreaseFontSize"
|
||||||
|
key = "Plus"
|
||||||
|
mods = "Control|Shift"
|
||||||
|
|
||||||
|
[[keyboard.bindings]]
|
||||||
|
action = "IncreaseFontSize"
|
||||||
|
key = "Plus"
|
||||||
|
mods = "Control|Shift"
|
||||||
|
|
||||||
|
[[keyboard.bindings]]
|
||||||
|
action = "IncreaseFontSize"
|
||||||
|
key = "Plus"
|
||||||
|
mods = "Control|Shift"
|
||||||
|
|
||||||
|
[[keyboard.bindings]]
|
||||||
|
action = "IncreaseFontSize"
|
||||||
|
key = "Plus"
|
||||||
|
mods = "Control|Shift"
|
||||||
|
|
||||||
|
[[keyboard.bindings]]
|
||||||
|
action = "IncreaseFontSize"
|
||||||
|
key = "Plus"
|
||||||
|
mods = "Control|Shift"
|
||||||
|
|
||||||
|
[[keyboard.bindings]]
|
||||||
|
action = "IncreaseFontSize"
|
||||||
|
key = "Plus"
|
||||||
|
mods = "Control|Shift"
|
||||||
|
|
||||||
|
[[keyboard.bindings]]
|
||||||
|
action = "IncreaseFontSize"
|
||||||
|
key = "Plus"
|
||||||
|
mods = "Control|Shift"
|
||||||
|
|
||||||
|
[[keyboard.bindings]]
|
||||||
|
action = "IncreaseFontSize"
|
||||||
|
key = "Plus"
|
||||||
|
mods = "Control|Shift"
|
||||||
|
|
||||||
|
[[keyboard.bindings]]
|
||||||
|
action = "IncreaseFontSize"
|
||||||
|
key = "Plus"
|
||||||
|
mods = "Control|Shift"
|
||||||
|
|
||||||
|
[[keyboard.bindings]]
|
||||||
|
action = "IncreaseFontSize"
|
||||||
|
key = "Plus"
|
||||||
|
mods = "Control|Shift"
|
||||||
|
|
||||||
|
[[keyboard.bindings]]
|
||||||
|
action = "IncreaseFontSize"
|
||||||
|
key = "Plus"
|
||||||
|
mods = "Control|Shift"
|
||||||
|
|
||||||
|
[[keyboard.bindings]]
|
||||||
|
action = "DecreaseFontSize"
|
||||||
|
key = "Plus"
|
||||||
|
mods = "Control|Shift|Alt"
|
||||||
|
|
||||||
|
[[keyboard.bindings]]
|
||||||
|
action = "DecreaseFontSize"
|
||||||
|
key = "Plus"
|
||||||
|
mods = "Control|Shift|Alt"
|
||||||
|
|
||||||
|
[[keyboard.bindings]]
|
||||||
|
action = "DecreaseFontSize"
|
||||||
|
key = "Plus"
|
||||||
|
mods = "Control|Shift|Alt"
|
||||||
|
|
||||||
|
[[keyboard.bindings]]
|
||||||
|
action = "DecreaseFontSize"
|
||||||
|
key = "Plus"
|
||||||
|
mods = "Control|Shift|Alt"
|
||||||
|
|
||||||
|
[[keyboard.bindings]]
|
||||||
|
action = "DecreaseFontSize"
|
||||||
|
key = "Plus"
|
||||||
|
mods = "Control|Shift|Alt"
|
||||||
|
|
||||||
|
[[keyboard.bindings]]
|
||||||
|
action = "DecreaseFontSize"
|
||||||
|
key = "Plus"
|
||||||
|
mods = "Control|Shift|Alt"
|
||||||
|
|
||||||
|
[[keyboard.bindings]]
|
||||||
|
action = "DecreaseFontSize"
|
||||||
|
key = "Plus"
|
||||||
|
mods = "Control|Shift|Alt"
|
||||||
|
|
||||||
|
[[keyboard.bindings]]
|
||||||
|
action = "DecreaseFontSize"
|
||||||
|
key = "Plus"
|
||||||
|
mods = "Control|Shift|Alt"
|
||||||
|
|
||||||
|
[[keyboard.bindings]]
|
||||||
|
action = "DecreaseFontSize"
|
||||||
|
key = "Plus"
|
||||||
|
mods = "Control|Shift|Alt"
|
||||||
|
|
||||||
|
[[keyboard.bindings]]
|
||||||
|
action = "DecreaseFontSize"
|
||||||
|
key = "Plus"
|
||||||
|
mods = "Control|Shift|Alt"
|
||||||
|
|
||||||
|
[[keyboard.bindings]]
|
||||||
|
action = "DecreaseFontSize"
|
||||||
|
key = "Plus"
|
||||||
|
mods = "Control|Shift|Alt"
|
||||||
|
|
||||||
|
[[keyboard.bindings]]
|
||||||
|
action = "DecreaseFontSize"
|
||||||
|
key = "Plus"
|
||||||
|
mods = "Control|Shift|Alt"
|
|
@ -1,87 +0,0 @@
|
||||||
env:
|
|
||||||
TERM: xterm-256color
|
|
||||||
colors:
|
|
||||||
bright:
|
|
||||||
black: "#928374"
|
|
||||||
blue: "#83a598"
|
|
||||||
cyan: "#8ec07c"
|
|
||||||
green: "#b8bb26"
|
|
||||||
magenta: "#d3869b"
|
|
||||||
red: "#fb4934"
|
|
||||||
white: "#ebdbb2"
|
|
||||||
yellow: "#fabd2f"
|
|
||||||
normal:
|
|
||||||
black: "#665c54" # this is used for comments in bash, so let's make it visible...
|
|
||||||
blue: "#458588"
|
|
||||||
cyan: "#689d6a"
|
|
||||||
green: "#98971a"
|
|
||||||
magenta: "#b16286"
|
|
||||||
red: "#cc241d"
|
|
||||||
white: "#a89984"
|
|
||||||
yellow: "#d79921"
|
|
||||||
primary:
|
|
||||||
background: "#282828"
|
|
||||||
bg_darker: "#1d2021"
|
|
||||||
bg_lighter: "#3c3836"
|
|
||||||
foreground: "#ebdbb2"
|
|
||||||
|
|
||||||
cursor:
|
|
||||||
style:
|
|
||||||
shape: "Block"
|
|
||||||
blinking: "Never"
|
|
||||||
unfocused_hollow: true
|
|
||||||
font:
|
|
||||||
#normal: { "family": "FiraMono Nerd Font" }
|
|
||||||
#normal: { "family": "Menlo" }
|
|
||||||
#normal: { "family": "APL 385 Unicode" }
|
|
||||||
normal: { "family": "Fira Code" }
|
|
||||||
#normal: { "family": "Jetbrains Mono" }
|
|
||||||
#normal: { "family": "Victor Mono" }
|
|
||||||
#normal: { "family": "Monoid" }
|
|
||||||
#normal: { "family": "Mono Lisa" }
|
|
||||||
#normal: { "family": "cherry" }
|
|
||||||
#normal: { "family": "scientifica" }
|
|
||||||
#normal: { "family": "cozette" }
|
|
||||||
#normal: { "family": "Terminus" }
|
|
||||||
offset: { "x": 0, "y": 0 }
|
|
||||||
size: 14
|
|
||||||
|
|
||||||
key_bindings:
|
|
||||||
- { "action": "SpawnNewInstance", "key": "N", "mods": "Control|Shift" }
|
|
||||||
# let's increase font size 12 times every C-S-+, and decrease 12 times on C-S-A-+... lmao
|
|
||||||
- { "action": "IncreaseFontSize", "key": "Plus", "mods": "Control|Shift" }
|
|
||||||
- { "action": "IncreaseFontSize", "key": "Plus", "mods": "Control|Shift" }
|
|
||||||
- { "action": "IncreaseFontSize", "key": "Plus", "mods": "Control|Shift" }
|
|
||||||
- { "action": "IncreaseFontSize", "key": "Plus", "mods": "Control|Shift" }
|
|
||||||
- { "action": "IncreaseFontSize", "key": "Plus", "mods": "Control|Shift" }
|
|
||||||
- { "action": "IncreaseFontSize", "key": "Plus", "mods": "Control|Shift" }
|
|
||||||
- { "action": "IncreaseFontSize", "key": "Plus", "mods": "Control|Shift" }
|
|
||||||
- { "action": "IncreaseFontSize", "key": "Plus", "mods": "Control|Shift" }
|
|
||||||
- { "action": "IncreaseFontSize", "key": "Plus", "mods": "Control|Shift" }
|
|
||||||
- { "action": "IncreaseFontSize", "key": "Plus", "mods": "Control|Shift" }
|
|
||||||
- { "action": "IncreaseFontSize", "key": "Plus", "mods": "Control|Shift" }
|
|
||||||
- { "action": "IncreaseFontSize", "key": "Plus", "mods": "Control|Shift" }
|
|
||||||
- { "action": "DecreaseFontSize", "key": "Plus", "mods": "Control|Shift|Alt" }
|
|
||||||
- { "action": "DecreaseFontSize", "key": "Plus", "mods": "Control|Shift|Alt" }
|
|
||||||
- { "action": "DecreaseFontSize", "key": "Plus", "mods": "Control|Shift|Alt" }
|
|
||||||
- { "action": "DecreaseFontSize", "key": "Plus", "mods": "Control|Shift|Alt" }
|
|
||||||
- { "action": "DecreaseFontSize", "key": "Plus", "mods": "Control|Shift|Alt" }
|
|
||||||
- { "action": "DecreaseFontSize", "key": "Plus", "mods": "Control|Shift|Alt" }
|
|
||||||
- { "action": "DecreaseFontSize", "key": "Plus", "mods": "Control|Shift|Alt" }
|
|
||||||
- { "action": "DecreaseFontSize", "key": "Plus", "mods": "Control|Shift|Alt" }
|
|
||||||
- { "action": "DecreaseFontSize", "key": "Plus", "mods": "Control|Shift|Alt" }
|
|
||||||
- { "action": "DecreaseFontSize", "key": "Plus", "mods": "Control|Shift|Alt" }
|
|
||||||
- { "action": "DecreaseFontSize", "key": "Plus", "mods": "Control|Shift|Alt" }
|
|
||||||
- { "action": "DecreaseFontSize", "key": "Plus", "mods": "Control|Shift|Alt" }
|
|
||||||
live_config_reload: true
|
|
||||||
mouse:
|
|
||||||
double_click: { "threshold": 300 }
|
|
||||||
hide_when_typing: true
|
|
||||||
triple_click: { "threshold": 300 }
|
|
||||||
|
|
||||||
window:
|
|
||||||
dynamic_padding: true
|
|
||||||
dynamic_title: true
|
|
||||||
padding: { "x": 10, "y": 10 }
|
|
||||||
#padding: { "x": 20, "y": 20 }
|
|
||||||
opacity: 1
|
|
1
eggs/gtk/.config/gtk-3.0/bookmarks
Normal file
1
eggs/gtk/.config/gtk-3.0/bookmarks
Normal file
|
@ -0,0 +1 @@
|
||||||
|
file:///home/elk/code
|
|
@ -34,7 +34,6 @@ input {
|
||||||
cursor {
|
cursor {
|
||||||
xcursor-size 32 // {< rnum(if device.laptop() then 12 else 32) >}
|
xcursor-size 32 // {< rnum(if device.laptop() then 12 else 32) >}
|
||||||
xcursor-theme "phinger-cursors-light"
|
xcursor-theme "phinger-cursors-light"
|
||||||
xcursor-size 12
|
|
||||||
hide-when-typing
|
hide-when-typing
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -159,10 +158,10 @@ window-rule {
|
||||||
default-column-width { proportion 0.3333; }
|
default-column-width { proportion 0.3333; }
|
||||||
}
|
}
|
||||||
|
|
||||||
layer-rule {
|
//layer-rule {
|
||||||
match namespace="^notifications$"
|
//match namespace="^notifications$"
|
||||||
block-out-from "screen-capture"
|
//block-out-from "screen-capture"
|
||||||
}
|
//}
|
||||||
|
|
||||||
// Example: block out two password managers from screen capture.
|
// Example: block out two password managers from screen capture.
|
||||||
// (This example rule is commented out with a "/-" in front.)
|
// (This example rule is commented out with a "/-" in front.)
|
||||||
|
|
Loading…
Reference in a new issue