Compare commits

..

No commits in common. "f7fdc6ad19604211cf36cc999098079772a26079" and "bfb803f002d12680a3580dabea567929f36d0605" have entirely different histories.

4 changed files with 10 additions and 77 deletions

View file

@ -82,10 +82,10 @@
<!-- Set default monospace font --> <!-- Set default monospace font -->
<alias> <alias>
<family>monospace</family> <family>monospace</family>
<prefer><family>JetBrains Mono</family></prefer> <prefer><family>Iosevka</family></prefer>
</alias> </alias>
<alias> <alias>
<family>JetBrains Mono</family> <family>Iosevka</family>
<default><family>monospace</family></default> <default><family>monospace</family></default>
</alias> </alias>

View file

@ -8,7 +8,7 @@ profile {
} }
profile 420-sola { profile 420-sola {
output eDP-1 enable scale 1.25 output eDP-1 enable
} }
profile 420-grande { profile 420-grande {
output eDP-1 disable output eDP-1 disable

View file

@ -1,59 +0,0 @@
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

View file

@ -1,10 +1,4 @@
#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 ### Variables
# #
@ -14,13 +8,13 @@ set $down j
set $up k set $up k
set $right l set $right l
# Your preferred terminal emulator # Your preferred terminal emulator
set $term kitty --single-instance set $term footclient
# Your preferred application launcher # Your preferred application launcher
# Note: pass the final command to swaymsg so that the resulting window can be opened # 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. # on the original workspace that the command was run on.
set $menu fuzzel-run set $menu fuzzel-run
font Inter Medium 11 font Inter Medium 10
### Output configuration ### Output configuration
output * background "/home/diablo/Pictures/Sync Pictures/Wosito Wallpapers/contando ovejas 1.jpg" fill output * background "/home/diablo/Pictures/Sync Pictures/Wosito Wallpapers/contando ovejas 1.jpg" fill
@ -44,8 +38,6 @@ input * {
natural_scroll on natural_scroll on
xkb_variant altgr-intl xkb_variant altgr-intl
xkb_options caps:escape xkb_options caps:escape
click_method clickfinger
} }
### Key bindings ### Key bindings
@ -216,15 +208,15 @@ bar {
colors { colors {
statusline $foreground statusline $foreground
background $background background $background
focused_workspace $foreground $foreground $background focused_workspace $accent $accent $background
active_workspace $accentish $accentish $background active_workspace $accentish $accentish $background
inactive_workspace $background $background $foreground inactive_workspace $background $background $foreground
} }
} }
client.focused $foreground $foreground $background $accent client.focused $accent $accent $background $accentish
client.focused_inactive $muted $muted $background client.focused_inactive $muted $muted $background
client.unfocused $background $background $foreground client.unfocused $accent $backgroundish $foreground
titlebar_border_thickness 1 titlebar_border_thickness 1
bindsym $mod+z exec swaync-client --close-latest bindsym $mod+z exec swaync-client --close-latest