diff --git a/alacritty/.config/alacritty/alacritty.toml b/alacritty/.config/alacritty/alacritty.toml new file mode 100644 index 0000000..5f6ab8e --- /dev/null +++ b/alacritty/.config/alacritty/alacritty.toml @@ -0,0 +1,50 @@ +[colors.bright] +black = "0x928374" +blue = "0x7daea3" +cyan = "0x89b482" +green = "0xa9b665" +magenta = "0xd3869b" +red = "0xea6962" +white = "0xdfbf8e" +yellow = "0xe3a84e" + +[colors.normal] +black = "0x393939" +blue = "0x7daea3" +cyan = "0x89b482" +green = "0xa9b665" +magenta = "0xd3869b" +red = "0xea6962" +white = "0xdfbf8e" +yellow = "0xe78a4e" + +[colors.primary] +background = "0x282828" +foreground = "0xdfbf8e" + +[font] +size = 11 + +[font.bold] +family = "Fira Code" + +[font.bold_italic] +family = "Fira Code" + +[font.italic] +family = "Fira Code" + +[font.normal] +family = "Fira Code" + +[window] +dynamic_padding = true +opacity = 1 + +[window.dimensions] +columns = 90 +lines = 32 + +[window.padding] +x = 2 +y = 2 diff --git a/alacritty/.config/alacritty/alacritty.yml b/alacritty/.config/alacritty/alacritty.yml deleted file mode 100644 index 30d502f..0000000 --- a/alacritty/.config/alacritty/alacritty.yml +++ /dev/null @@ -1,48 +0,0 @@ -window: - dimensions: - columns: 90 - lines: 32 - padding: - x: 2 - y: 2 - # Make padding even - dynamic_padding: true - opacity: 1 - -font: - normal: - family: 'Fira Code' - bold: - family: 'Fira Code' - italic: - family: 'Fira Code' - bold_italic: - family: 'Fira Code' - size: 10.5 - -# Colors (Gruvbox Material Dark Medium) -colors: - primary: - background: '0x282828' - foreground: '0xdfbf8e' - - normal: - black: '0x393939' # Mainly to accomodate for the status bar color of tmux-gruvbox - red: '0xea6962' - green: '0xa9b665' - yellow: '0xe78a4e' - blue: '0x7daea3' - magenta: '0xd3869b' - cyan: '0x89b482' - white: '0xdfbf8e' - - bright: - black: '0x928374' - red: '0xea6962' - green: '0xa9b665' - yellow: '0xe3a84e' - blue: '0x7daea3' - magenta: '0xd3869b' - cyan: '0x89b482' - white: '0xdfbf8e' - diff --git a/sway/.config/electron-flags.conf b/sway/.config/electron-flags.conf index da26db9..8b13789 100644 --- a/sway/.config/electron-flags.conf +++ b/sway/.config/electron-flags.conf @@ -1 +1 @@ ---ozone-platform-hint=auto + diff --git a/sway/.config/sway/config b/sway/.config/sway/config index 9d35bb6..33ff9b5 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config @@ -14,7 +14,7 @@ set $down j set $up k set $right l # Your preferred terminal emulator -set $term wezterm +set $term alacritty # Your preferred application launcher # Note: pass the final command to swaymsg so that the resulting window can be opened # on the original workspace that the command was run on. @@ -257,6 +257,8 @@ input type:touchpad { tap enabled } +font "Noto Sans Mono" 13px + default_border pixel 2 smart_gaps on @@ -264,9 +266,9 @@ smart_gaps on gaps outer 4 gaps inner 0 -client.focused #ebdbb2 #ebdbb2 #ebdbb2 #ebdbb2 #ebdbb2 -client.unfocused 00000000 00000000 00000000 00000000 -client.focused_inactive 00000000 00000000 00000000 00000000 +client.focused #ebdbb2 #ebdbb2 #282828 #ebdbb2 #ebdbb2 +client.unfocused 00000000 #3c3836 #ebdbb2 00000000 +client.focused_inactive 00000000 #bdae93 #282828 00000000 # This is annoying -- just turn it off focus_follows_mouse no diff --git a/virtiofsd/.config/systemd/user/virtiofsd@.service b/virtiofsd/.config/systemd/user/virtiofsd@.service index bb742aa..d756ee9 100644 --- a/virtiofsd/.config/systemd/user/virtiofsd@.service +++ b/virtiofsd/.config/systemd/user/virtiofsd@.service @@ -5,7 +5,6 @@ Description=Virtio FS Daemon instance %i ExecStartPre=/usr/bin/mkdir -p %h/shared/%i ExecStart=/usr/bin/rootlesskit /usr/lib/virtiofsd --socket-path %t/virtiofsd-%i.sock --shared-dir %h/shared/%i Restart=always -RestartSec=2s [Install] WantedBy=default.target