summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkkard2 <[email protected]>2024-10-12 08:58:06 +0200
committerkkard2 <[email protected]>2024-10-12 08:58:06 +0200
commitd843e48862993e903b0626604ac72cbc61c2412f (patch)
treedf7bc4d25e3d4cd98eb318d7560ce9f751fa735d
parentbb2302836c6970d9296d1a85af66ddcf895362ce (diff)
kitty is so annoying (probly conf issue but can't be bothered
-rw-r--r--README.md1
-rw-r--r--_linux/i3/config2
-rw-r--r--alacritty/alacritty.toml27
-rw-r--r--espanso/match/utils.yml7
4 files changed, 36 insertions, 1 deletions
diff --git a/README.md b/README.md
index d60d541..9c923a9 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,7 @@ config stuff (i need to move everything into one place)
* `$XDG_CONFIG_HOME/nvim` -> `./nvim`
* `$XDG_CONFIG_HOME/kanata` -> `./kanata`
* `$XDG_CONFIG_HOME/mpv` -> `./mpv`
+* `$XDG_CONFIG_HOME/alacritty` -> `./alacritty`
# other config
* `~/.gitconfig`
diff --git a/_linux/i3/config b/_linux/i3/config
index c0247ea..0a81dd8 100644
--- a/_linux/i3/config
+++ b/_linux/i3/config
@@ -55,7 +55,7 @@ floating_modifier $mod
tiling_drag modifier titlebar
# start a terminal
-bindsym $mod+Return exec i3-sensible-terminal
+bindsym $mod+Return exec alacritty
bindsym $mod+w exec firefox
# kill focused window
diff --git a/alacritty/alacritty.toml b/alacritty/alacritty.toml
new file mode 100644
index 0000000..7df1d41
--- /dev/null
+++ b/alacritty/alacritty.toml
@@ -0,0 +1,27 @@
+[colors.primary]
+background = '#000000'
+foreground = '#ffffff'
+
+[colors.cursor]
+text = '#000000'
+cursor = '#ffff00'
+
+[colors.normal]
+black = '#0e1415'
+red = '#e25d56'
+green = '#73ca50'
+yellow = '#e9bf57'
+blue = '#4a88e4'
+magenta = '#ff00ff'
+cyan = '#00ffff'
+white = '#f0f0f0'
+
+[colors.bright]
+black = '#777777'
+red = '#f36868'
+green = '#88db3f'
+yellow = '#f0bf7a'
+blue = '#6f8fdb'
+magenta = '#ff22ff'
+cyan = '#00ffff'
+white = '#FFFFFF'
diff --git a/espanso/match/utils.yml b/espanso/match/utils.yml
index c7a43b6..7621513 100644
--- a/espanso/match/utils.yml
+++ b/espanso/match/utils.yml
@@ -27,6 +27,13 @@ matches:
type: date
params:
format: "%a, %d %b %Y %H:%M:%S %z"
+ - trigger: ;;pathdate
+ replace: "{{time}}"
+ vars:
+ - name: time
+ type: date
+ params:
+ format: "%Y/%m/%d/"
- trigger: ;;shrug
replace: ¯\_(ツ)_/¯
- trigger: ;;bshrug