Compare commits
6 commits
bfb803f002
...
f7fdc6ad19
Author | SHA1 | Date | |
---|---|---|---|
f7fdc6ad19 | |||
a065e1df0a | |||
52ba190335 | |||
8cc11b4cfd | |||
824c7f3e90 | |||
1251ab1b05 |
4 changed files with 77 additions and 10 deletions
|
@ -82,10 +82,10 @@
|
|||
<!-- Set default monospace font -->
|
||||
<alias>
|
||||
<family>monospace</family>
|
||||
<prefer><family>Iosevka</family></prefer>
|
||||
<prefer><family>JetBrains Mono</family></prefer>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>Iosevka</family>
|
||||
<family>JetBrains Mono</family>
|
||||
<default><family>monospace</family></default>
|
||||
</alias>
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ profile {
|
|||
}
|
||||
|
||||
profile 420-sola {
|
||||
output eDP-1 enable
|
||||
output eDP-1 enable scale 1.25
|
||||
}
|
||||
profile 420-grande {
|
||||
output eDP-1 disable
|
||||
|
|
59
.config/kitty/kitty.conf
Normal file
59
.config/kitty/kitty.conf
Normal file
|
@ -0,0 +1,59 @@
|
|||
font_size 13.0
|
||||
font_family JetBrains Mono
|
||||
#modify_font cell_width 90%
|
||||
|
||||
map ctrl+shift+n new_os_window_with_cwd
|
||||
|
||||
## name: Rosé Pine
|
||||
## author: mvllow
|
||||
## license: MIT
|
||||
## upstream: https://github.com/rose-pine/kitty/blob/main/dist/rose-pine.conf
|
||||
## blurb: All natural pine, faux fur and a bit of soho vibes for the classy minimalist
|
||||
|
||||
foreground #e0def4
|
||||
background #191724
|
||||
selection_foreground #e0def4
|
||||
selection_background #403d52
|
||||
|
||||
cursor #524f67
|
||||
cursor_text_color #e0def4
|
||||
|
||||
url_color #c4a7e7
|
||||
|
||||
active_tab_foreground #e0def4
|
||||
active_tab_background #26233a
|
||||
inactive_tab_foreground #6e6a86
|
||||
inactive_tab_background #191724
|
||||
|
||||
# black
|
||||
color0 #26233a
|
||||
color8 #6e6a86
|
||||
|
||||
# red
|
||||
color1 #eb6f92
|
||||
color9 #eb6f92
|
||||
|
||||
# green
|
||||
color2 #31748f
|
||||
color10 #31748f
|
||||
|
||||
# yellow
|
||||
color3 #f6c177
|
||||
color11 #f6c177
|
||||
|
||||
# blue
|
||||
color4 #9ccfd8
|
||||
color12 #9ccfd8
|
||||
|
||||
# magenta
|
||||
color5 #c4a7e7
|
||||
color13 #c4a7e7
|
||||
|
||||
# cyan
|
||||
color6 #ebbcba
|
||||
color14 #ebbcba
|
||||
|
||||
# white
|
||||
color7 #e0def4
|
||||
color15 #e0def4
|
||||
|
|
@ -1,4 +1,10 @@
|
|||
include ~/.cache/themer.lua/sway-colors
|
||||
#include ~/.cache/themer.lua/sway-colors
|
||||
set $background #000000
|
||||
set $backgroundish #26233a
|
||||
set $muted #6e6a86
|
||||
set $foreground #dddddd
|
||||
set $accent #eb6f92
|
||||
set $accentish #ebbcba
|
||||
|
||||
### Variables
|
||||
#
|
||||
|
@ -8,13 +14,13 @@ set $down j
|
|||
set $up k
|
||||
set $right l
|
||||
# Your preferred terminal emulator
|
||||
set $term footclient
|
||||
set $term kitty --single-instance
|
||||
# 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.
|
||||
set $menu fuzzel-run
|
||||
|
||||
font Inter Medium 10
|
||||
font Inter Medium 11
|
||||
|
||||
### Output configuration
|
||||
output * background "/home/diablo/Pictures/Sync Pictures/Wosito Wallpapers/contando ovejas 1.jpg" fill
|
||||
|
@ -38,6 +44,8 @@ input * {
|
|||
natural_scroll on
|
||||
xkb_variant altgr-intl
|
||||
xkb_options caps:escape
|
||||
|
||||
click_method clickfinger
|
||||
}
|
||||
|
||||
### Key bindings
|
||||
|
@ -208,15 +216,15 @@ bar {
|
|||
colors {
|
||||
statusline $foreground
|
||||
background $background
|
||||
focused_workspace $accent $accent $background
|
||||
focused_workspace $foreground $foreground $background
|
||||
active_workspace $accentish $accentish $background
|
||||
inactive_workspace $background $background $foreground
|
||||
}
|
||||
}
|
||||
|
||||
client.focused $accent $accent $background $accentish
|
||||
client.focused_inactive $muted $muted $background
|
||||
client.unfocused $accent $backgroundish $foreground
|
||||
client.focused $foreground $foreground $background $accent
|
||||
client.focused_inactive $muted $muted $background
|
||||
client.unfocused $background $background $foreground
|
||||
titlebar_border_thickness 1
|
||||
|
||||
bindsym $mod+z exec swaync-client --close-latest
|
||||
|
|
Loading…
Reference in a new issue