Compare commits

...

6 commits

5 changed files with 57 additions and 54 deletions

View file

@ -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

View file

@ -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'

View file

@ -1 +1 @@
--ozone-platform-hint=auto

View file

@ -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

View file

@ -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