diff --git a/eggs.luau b/eggs.luau index 8fe91eb..79a70f6 100644 --- a/eggs.luau +++ b/eggs.luau @@ -5,7 +5,7 @@ eggs["eww"] = { enabled = true, targets = "~" } eggs["eww-bar"] = { enabled = true, targets = "~" } eggs["foot"] = { enabled = true, targets = "~", templates = { ".config/foot/foot.ini" } } 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["other-dotfiles-stuff"] = { enabled = true, targets = "~" } eggs["profile"] = { enabled = true, targets = "~" } diff --git a/eggs/alacritty/.config/alacritty/alacritty.toml b/eggs/alacritty/.config/alacritty/alacritty.toml new file mode 100644 index 0000000..43850d8 --- /dev/null +++ b/eggs/alacritty/.config/alacritty/alacritty.toml @@ -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" diff --git a/eggs/alacritty/.config/alacritty/alacritty.yml b/eggs/alacritty/.config/alacritty/alacritty.yml deleted file mode 100644 index d5158ab..0000000 --- a/eggs/alacritty/.config/alacritty/alacritty.yml +++ /dev/null @@ -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 diff --git a/eggs/gtk/.config/gtk-3.0/bookmarks b/eggs/gtk/.config/gtk-3.0/bookmarks new file mode 100644 index 0000000..910705c --- /dev/null +++ b/eggs/gtk/.config/gtk-3.0/bookmarks @@ -0,0 +1 @@ +file:///home/elk/code diff --git a/eggs/niri/.config/niri/config.kdl b/eggs/niri/.config/niri/config.kdl index 07b0936..1371cc4 100644 --- a/eggs/niri/.config/niri/config.kdl +++ b/eggs/niri/.config/niri/config.kdl @@ -34,7 +34,6 @@ input { cursor { xcursor-size 32 // {< rnum(if device.laptop() then 12 else 32) >} xcursor-theme "phinger-cursors-light" - xcursor-size 12 hide-when-typing } @@ -159,10 +158,10 @@ window-rule { default-column-width { proportion 0.3333; } } -layer-rule { - match namespace="^notifications$" - block-out-from "screen-capture" -} +//layer-rule { + //match namespace="^notifications$" + //block-out-from "screen-capture" +//} // Example: block out two password managers from screen capture. // (This example rule is commented out with a "/-" in front.)