- commit
- d867e00
- parent
- 88d95ff
- author
- Eric Bower
- date
- 2024-12-27 09:10:59 -0500 EST
style: font rendering
6 files changed,
+22,
-19
+0,
-6
1@@ -8,12 +8,6 @@ switch (uname)
2 fish_add_path /opt/homebrew/bin
3 # fish_add_path /usr/local/sbin
4 abbr -a aptible-login "aptible login --lifetime 7days --email eric.bower@aptible.com"
5- # alias pss='aws-vault exec prod ~/work/pancake/bin/pancake stack:ssh eric'
6- # alias aptible-eric="DOMAIN=aptible-sandbox.com SUBDOMAIN_SUFFIX=eric APTIBLE_AUTH_ROOT_URL=https://auth-eric.aptible-sandbox.com APTIBLE_API_ROOT_URL=https://api-eric.aptible-sandbox.com APTIBLE_REMOTE=eric"
7- # alias sbx-main='DOMAIN=aptible-sandbox.com SUBDOMAIN_SUFFIX=sbx-main APTIBLE_AUTH_ROOT_URL=https://auth-sbx-main.aptible-sandbox.com APTIBLE_API_ROOT_URL=https://api-sbx-main.aptible-sandbox.com APTIBLE_REMOTE=sbx-main'
8- # export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
9- # gpgconf --launch gpg-agent
10- # source /opt/homebrew/opt/chruby/share/chruby/chruby.sh
11 case Linux
12 if status --is-interactive
13 keychain --eval --quiet --agents ssh,gpg ~/.ssh/id_ed25519 76D3FD02 | source
+1,
-1
1@@ -1,6 +1,6 @@
2 [main]
3 term=xterm-256color
4-font=JetBrainsMonoNerdFont:size=14,monospace:size=14
5+font=NotoMono Nerd Font:size=14,Noto Color Emoji:size=14,monospace:size=14
6 include=/usr/share/foot/themes/dracula
7 [url]
8 launch=xdg-open ${url}
+1,
-1
1@@ -1,4 +1,4 @@
2-font-size = 18
3+font-size = 16
4 keybind = ctrl+i=increase_font_size:1
5 keybind = ctrl+o=decrease_font_size:1
6 keybind = ctrl+zero=reset_font_size
1@@ -130,11 +130,13 @@ function setup_lsp()
2 nvim_lsp[server_name].setup(opts)
3 end
4
5+ -- npm i -g typescript typescript-language-server
6 handler("ts_ls")
7 handler("denols")
8 handler("gopls")
9 handler("zls")
10 handler("pyright")
11+ -- npm i -g vscode-langservers-extracted
12 handler("cssls")
13 handler("html")
14 handler("jsonls")
+9,
-2
1@@ -10,9 +10,11 @@ set $right l
2 # Your preferred terminal emulator
3 set $term foot
4
5+font pango:"Noto Sans" 10, "Noto Color Emoji" 10
6+
7 set $background #282a36
8 set $color5 #bd93f9
9-set $menuargs --binding vim --no-exec --no-overlap --ignorecase --prompt '>>' --fn "FiraCode 15" --tf "$color5" --hf "$color5" --tb "$background" --fb "$background" --nb "$background" --ab "$background" --hb "$background"
10+set $menuargs --binding vim --no-exec --no-overlap --ignorecase --prompt '>>' --fn "Noto Sans Mono 10" --tf "$color5" --hf "$color5" --tb "$background" --fb "$background" --nb "$background" --ab "$background" --hb "$background"
11 set $menu bemenu-run $menuargs | xargs swaymsg exec --
12
13 client.focused #bd93f9 #282a36 #f2f2f2 #50fa7b #bd93f9
14@@ -21,7 +23,7 @@ client.unfocused #81859b #282a36 #81859b #50fa7b #44475a
15 default_border pixel 1
16
17 ### Output configuration
18-output * bg /home/erock/config/wallpapers/linux_dracula.png fill
19+#output * bg /home/erock/config/wallpapers/linux_dracula.png fill
20
21 set $home DP-1
22 #output $home mode 2560x1440@144Hz
23@@ -240,6 +242,11 @@ include /etc/sway/config.d/*
24
25 exec_always gammastep -l 42.265385:-83.716557 -t 6500:3500
26
27+set $gnome-schema org.gnome.desktop.interface
28+exec_always {
29+ gsettings set $gnome-schema font-name 'Noto Sans 10'
30+}
31+
32 # notifications
33 exec mako
34 # swipe gestures
+9,
-9
1@@ -8,11 +8,11 @@
2 "pulseaudio": {
3 "tooltip": false,
4 "scroll-step": 5,
5- "format": "{icon} {volume}%",
6- "format-muted": "{icon} {volume}%",
7+ "format": "{icon} {volume}%",
8+ "format-muted": "{icon} {volume}%",
9 "on-click":"pavucontrol",
10 "format-icons": {
11- "default": [" ", " ", " "]
12+ "default": ["", "", " "]
13 }
14 },
15 "sway/workspaces": {
16@@ -22,13 +22,13 @@
17 },
18 "network": {
19 "tooltip": false,
20- "format-wifi": " {essid}",
21+ "format-wifi": " {essid}",
22 "format-ethernet": "",
23 "on-click": "iwgtk"
24 },
25 "backlight": {
26 "tooltip": false,
27- "format": " {}%",
28+ "format": " {}%",
29 "interval":1,
30 "on-scroll-up": "light -A 5",
31 "on-scroll-down": "light -U 5"
32@@ -39,11 +39,11 @@
33 "warning": 30,
34 "critical": 20
35 },
36- "format": "{icon} {capacity}%",
37- "format-charging": " {capacity}%",
38- "format-plugged": " {capacity}%",
39+ "format": "{icon} {capacity}%",
40+ "format-charging": " {capacity}%",
41+ "format-plugged": " {capacity}%",
42 "format-alt": "{time} {icon}",
43- "format-icons": [" ", " ", " ", " ", " "]
44+ "format-icons": ["", "", "", "", ""]
45 },
46 "clock": {
47 "format": "{:%I:%M %m/%d}"