Compact configuration for Sway in a single package
This commit is contained in:
69
sway/.config/foot/foot.ini
Normal file
69
sway/.config/foot/foot.ini
Normal file
@@ -0,0 +1,69 @@
|
||||
# === General settings ===
|
||||
[main]
|
||||
shell=/bin/zsh -c "exec ~/.profile.d/tmux.sh" # Default shell to launch in the terminal
|
||||
font=0xProto Nerd Font:size=14 # Font family and size used in the terminal
|
||||
initial-window-size-chars=160x45 # Initial size in character columns x rows
|
||||
selection-target=clipboard # Copy selected text directly to system clipboard
|
||||
term=foot # Terminal type identifier (useful for compatibility)
|
||||
pad=8x8 # Adds 8-pixel padding around the content (horizontal x vertical)
|
||||
|
||||
# === Mouse settings ===
|
||||
[mouse]
|
||||
hide-when-typing=yes # Automatically hide the mouse cursor while typing
|
||||
alternate-scroll-mode=no # Preserves scrollback history when applications exit (does not use alternate screen buffer)
|
||||
|
||||
# === Scrollback bar indicator settings ===
|
||||
[scrollback]
|
||||
lines=10000 # Number of scrollback lines to keep in history
|
||||
indicator-format=percentage # Format of scroll indicator (e.g., "50%")
|
||||
|
||||
# === Key bindings ===
|
||||
[key-bindings]
|
||||
scrollback-up-page=Shift+Page_Up # Scroll up one page
|
||||
scrollback-down-page=Shift+Page_Down # Scroll down one page
|
||||
clipboard-copy=Control+Shift+c # Copy selected text to clipboard
|
||||
clipboard-paste=Control+Shift+v # Paste from clipboard
|
||||
show-urls-launch=Control+Shift+o # Detects and allows launching URLs found in the terminal output
|
||||
|
||||
# === Cursor appearance ===
|
||||
[cursor]
|
||||
style=beam # Beam-style (vertical bar) cursor
|
||||
blink=true # Cursor should blink
|
||||
beam-thickness=3 # Thickness of the beam cursor
|
||||
|
||||
# === Catppuccin Mocha color scheme ===
|
||||
[colors]
|
||||
alpha=0.9
|
||||
cursor=11111b f5e0dc # Cursor color (background and foreground)
|
||||
foreground=cdd6f4 # Default text color
|
||||
background=1e1e2e # Main terminal background color
|
||||
|
||||
regular0=45475a # ANSI Black/Grey
|
||||
regular1=f38ba8 # ANSI Red
|
||||
regular2=a6e3a1 # ANSI Green
|
||||
regular3=f9e2af # ANSI Yellow
|
||||
regular4=89b4fa # ANSI Blue
|
||||
regular5=f5c2e7 # ANSI Magenta
|
||||
regular6=94e2d5 # ANSI Cyan
|
||||
regular7=bac2de # ANSI White/Light Grey
|
||||
|
||||
bright0=585b70 # Bright ANSI Black/Grey
|
||||
bright1=f38ba8 # Bright ANSI Red
|
||||
bright2=a6e3a1 # Bright ANSI Green
|
||||
bright3=f9e2af # Bright ANSI Yellow
|
||||
bright4=89b4fa # Bright ANSI Blue
|
||||
bright5=f5c2e7 # Bright ANSI Magenta
|
||||
bright6=94e2d5 # Bright ANSI Cyan
|
||||
bright7=a6adc8 # Bright ANSI White/Light Grey
|
||||
|
||||
16=fab387 # Extended color 16 (Orange-like)
|
||||
17=f5e0dc # Extended color 17 (Pink/Cream-like)
|
||||
|
||||
selection-foreground=cdd6f4 # Color of selected text
|
||||
selection-background=414356 # Background color of selected text
|
||||
|
||||
search-box-no-match=11111b f38ba8 # Colors for search box when no match is found
|
||||
search-box-match=cdd6f0 313244 # Colors for search box when a match is found
|
||||
|
||||
jump-labels=11111b fab387 # Colors for jump labels (e.g., in URL launcher)
|
||||
urls=89b4fa # Color for detected URLs
|
||||
21
sway/.config/fuzzel/fuzzel.ini
Normal file
21
sway/.config/fuzzel/fuzzel.ini
Normal file
@@ -0,0 +1,21 @@
|
||||
[main]
|
||||
font=Noto Sans Regular:size=10
|
||||
icon-theme=Papirus
|
||||
include=~/.config/fuzzel/themes/catppuccin-mocha/blue.ini
|
||||
hide-before-typing=no
|
||||
fields=filename,name,generic
|
||||
match-mode=fzf
|
||||
sort-result=yes
|
||||
match-counter=yes
|
||||
show-actions=no
|
||||
anchor = center
|
||||
x-margin=0
|
||||
y-margin=0
|
||||
lines=10
|
||||
width=70
|
||||
tabs=4
|
||||
horizontal-pad=40
|
||||
vertical-pad=8
|
||||
inner-pad=0
|
||||
layer=overlay # values (top, overlay)
|
||||
|
||||
12
sway/.config/fuzzel/themes/catppuccin-frappe/blue.ini
Normal file
12
sway/.config/fuzzel/themes/catppuccin-frappe/blue.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[colors]
|
||||
background=303446dd
|
||||
text=c6d0f5ff
|
||||
prompt=b5bfe2ff
|
||||
placeholder=838ba7ff
|
||||
input=c6d0f5ff
|
||||
match=8caaeeff
|
||||
selection=626880ff
|
||||
selection-text=c6d0f5ff
|
||||
selection-match=8caaeeff
|
||||
counter=838ba7ff
|
||||
border=8caaeeff
|
||||
12
sway/.config/fuzzel/themes/catppuccin-frappe/flamingo.ini
Normal file
12
sway/.config/fuzzel/themes/catppuccin-frappe/flamingo.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[colors]
|
||||
background=303446dd
|
||||
text=c6d0f5ff
|
||||
prompt=b5bfe2ff
|
||||
placeholder=838ba7ff
|
||||
input=c6d0f5ff
|
||||
match=eebebeff
|
||||
selection=626880ff
|
||||
selection-text=c6d0f5ff
|
||||
selection-match=eebebeff
|
||||
counter=838ba7ff
|
||||
border=eebebeff
|
||||
12
sway/.config/fuzzel/themes/catppuccin-frappe/green.ini
Normal file
12
sway/.config/fuzzel/themes/catppuccin-frappe/green.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[colors]
|
||||
background=303446dd
|
||||
text=c6d0f5ff
|
||||
prompt=b5bfe2ff
|
||||
placeholder=838ba7ff
|
||||
input=c6d0f5ff
|
||||
match=a6d189ff
|
||||
selection=626880ff
|
||||
selection-text=c6d0f5ff
|
||||
selection-match=a6d189ff
|
||||
counter=838ba7ff
|
||||
border=a6d189ff
|
||||
12
sway/.config/fuzzel/themes/catppuccin-frappe/lavender.ini
Normal file
12
sway/.config/fuzzel/themes/catppuccin-frappe/lavender.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[colors]
|
||||
background=303446dd
|
||||
text=c6d0f5ff
|
||||
prompt=b5bfe2ff
|
||||
placeholder=838ba7ff
|
||||
input=c6d0f5ff
|
||||
match=babbf1ff
|
||||
selection=626880ff
|
||||
selection-text=c6d0f5ff
|
||||
selection-match=babbf1ff
|
||||
counter=838ba7ff
|
||||
border=babbf1ff
|
||||
12
sway/.config/fuzzel/themes/catppuccin-frappe/maroon.ini
Normal file
12
sway/.config/fuzzel/themes/catppuccin-frappe/maroon.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[colors]
|
||||
background=303446dd
|
||||
text=c6d0f5ff
|
||||
prompt=b5bfe2ff
|
||||
placeholder=838ba7ff
|
||||
input=c6d0f5ff
|
||||
match=ea999cff
|
||||
selection=626880ff
|
||||
selection-text=c6d0f5ff
|
||||
selection-match=ea999cff
|
||||
counter=838ba7ff
|
||||
border=ea999cff
|
||||
12
sway/.config/fuzzel/themes/catppuccin-frappe/mauve.ini
Normal file
12
sway/.config/fuzzel/themes/catppuccin-frappe/mauve.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[colors]
|
||||
background=303446dd
|
||||
text=c6d0f5ff
|
||||
prompt=b5bfe2ff
|
||||
placeholder=838ba7ff
|
||||
input=c6d0f5ff
|
||||
match=ca9ee6ff
|
||||
selection=626880ff
|
||||
selection-text=c6d0f5ff
|
||||
selection-match=ca9ee6ff
|
||||
counter=838ba7ff
|
||||
border=ca9ee6ff
|
||||
12
sway/.config/fuzzel/themes/catppuccin-frappe/peach.ini
Normal file
12
sway/.config/fuzzel/themes/catppuccin-frappe/peach.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[colors]
|
||||
background=303446dd
|
||||
text=c6d0f5ff
|
||||
prompt=b5bfe2ff
|
||||
placeholder=838ba7ff
|
||||
input=c6d0f5ff
|
||||
match=ef9f76ff
|
||||
selection=626880ff
|
||||
selection-text=c6d0f5ff
|
||||
selection-match=ef9f76ff
|
||||
counter=838ba7ff
|
||||
border=ef9f76ff
|
||||
12
sway/.config/fuzzel/themes/catppuccin-frappe/pink.ini
Normal file
12
sway/.config/fuzzel/themes/catppuccin-frappe/pink.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[colors]
|
||||
background=303446dd
|
||||
text=c6d0f5ff
|
||||
prompt=b5bfe2ff
|
||||
placeholder=838ba7ff
|
||||
input=c6d0f5ff
|
||||
match=f4b8e4ff
|
||||
selection=626880ff
|
||||
selection-text=c6d0f5ff
|
||||
selection-match=f4b8e4ff
|
||||
counter=838ba7ff
|
||||
border=f4b8e4ff
|
||||
12
sway/.config/fuzzel/themes/catppuccin-frappe/red.ini
Normal file
12
sway/.config/fuzzel/themes/catppuccin-frappe/red.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[colors]
|
||||
background=303446dd
|
||||
text=c6d0f5ff
|
||||
prompt=b5bfe2ff
|
||||
placeholder=838ba7ff
|
||||
input=c6d0f5ff
|
||||
match=e78284ff
|
||||
selection=626880ff
|
||||
selection-text=c6d0f5ff
|
||||
selection-match=e78284ff
|
||||
counter=838ba7ff
|
||||
border=e78284ff
|
||||
12
sway/.config/fuzzel/themes/catppuccin-frappe/rosewater.ini
Normal file
12
sway/.config/fuzzel/themes/catppuccin-frappe/rosewater.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[colors]
|
||||
background=303446dd
|
||||
text=c6d0f5ff
|
||||
prompt=b5bfe2ff
|
||||
placeholder=838ba7ff
|
||||
input=c6d0f5ff
|
||||
match=f2d5cfff
|
||||
selection=626880ff
|
||||
selection-text=c6d0f5ff
|
||||
selection-match=f2d5cfff
|
||||
counter=838ba7ff
|
||||
border=f2d5cfff
|
||||
12
sway/.config/fuzzel/themes/catppuccin-frappe/sapphire.ini
Normal file
12
sway/.config/fuzzel/themes/catppuccin-frappe/sapphire.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[colors]
|
||||
background=303446dd
|
||||
text=c6d0f5ff
|
||||
prompt=b5bfe2ff
|
||||
placeholder=838ba7ff
|
||||
input=c6d0f5ff
|
||||
match=85c1dcff
|
||||
selection=626880ff
|
||||
selection-text=c6d0f5ff
|
||||
selection-match=85c1dcff
|
||||
counter=838ba7ff
|
||||
border=85c1dcff
|
||||
12
sway/.config/fuzzel/themes/catppuccin-frappe/sky.ini
Normal file
12
sway/.config/fuzzel/themes/catppuccin-frappe/sky.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[colors]
|
||||
background=303446dd
|
||||
text=c6d0f5ff
|
||||
prompt=b5bfe2ff
|
||||
placeholder=838ba7ff
|
||||
input=c6d0f5ff
|
||||
match=99d1dbff
|
||||
selection=626880ff
|
||||
selection-text=c6d0f5ff
|
||||
selection-match=99d1dbff
|
||||
counter=838ba7ff
|
||||
border=99d1dbff
|
||||
12
sway/.config/fuzzel/themes/catppuccin-frappe/teal.ini
Normal file
12
sway/.config/fuzzel/themes/catppuccin-frappe/teal.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[colors]
|
||||
background=303446dd
|
||||
text=c6d0f5ff
|
||||
prompt=b5bfe2ff
|
||||
placeholder=838ba7ff
|
||||
input=c6d0f5ff
|
||||
match=81c8beff
|
||||
selection=626880ff
|
||||
selection-text=c6d0f5ff
|
||||
selection-match=81c8beff
|
||||
counter=838ba7ff
|
||||
border=81c8beff
|
||||
12
sway/.config/fuzzel/themes/catppuccin-frappe/yellow.ini
Normal file
12
sway/.config/fuzzel/themes/catppuccin-frappe/yellow.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[colors]
|
||||
background=303446dd
|
||||
text=c6d0f5ff
|
||||
prompt=b5bfe2ff
|
||||
placeholder=838ba7ff
|
||||
input=c6d0f5ff
|
||||
match=e5c890ff
|
||||
selection=626880ff
|
||||
selection-text=c6d0f5ff
|
||||
selection-match=e5c890ff
|
||||
counter=838ba7ff
|
||||
border=e5c890ff
|
||||
12
sway/.config/fuzzel/themes/catppuccin-latte/blue.ini
Normal file
12
sway/.config/fuzzel/themes/catppuccin-latte/blue.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[colors]
|
||||
background=eff1f5dd
|
||||
text=4c4f69ff
|
||||
prompt=5c5f77ff
|
||||
placeholder=8c8fa1ff
|
||||
input=4c4f69ff
|
||||
match=1e66f5ff
|
||||
selection=acb0beff
|
||||
selection-text=4c4f69ff
|
||||
selection-match=1e66f5ff
|
||||
counter=8c8fa1ff
|
||||
border=1e66f5ff
|
||||
12
sway/.config/fuzzel/themes/catppuccin-latte/flamingo.ini
Normal file
12
sway/.config/fuzzel/themes/catppuccin-latte/flamingo.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[colors]
|
||||
background=eff1f5dd
|
||||
text=4c4f69ff
|
||||
prompt=5c5f77ff
|
||||
placeholder=8c8fa1ff
|
||||
input=4c4f69ff
|
||||
match=dd7878ff
|
||||
selection=acb0beff
|
||||
selection-text=4c4f69ff
|
||||
selection-match=dd7878ff
|
||||
counter=8c8fa1ff
|
||||
border=dd7878ff
|
||||
12
sway/.config/fuzzel/themes/catppuccin-latte/green.ini
Normal file
12
sway/.config/fuzzel/themes/catppuccin-latte/green.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[colors]
|
||||
background=eff1f5dd
|
||||
text=4c4f69ff
|
||||
prompt=5c5f77ff
|
||||
placeholder=8c8fa1ff
|
||||
input=4c4f69ff
|
||||
match=40a02bff
|
||||
selection=acb0beff
|
||||
selection-text=4c4f69ff
|
||||
selection-match=40a02bff
|
||||
counter=8c8fa1ff
|
||||
border=40a02bff
|
||||
12
sway/.config/fuzzel/themes/catppuccin-latte/lavender.ini
Normal file
12
sway/.config/fuzzel/themes/catppuccin-latte/lavender.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[colors]
|
||||
background=eff1f5dd
|
||||
text=4c4f69ff
|
||||
prompt=5c5f77ff
|
||||
placeholder=8c8fa1ff
|
||||
input=4c4f69ff
|
||||
match=7287fdff
|
||||
selection=acb0beff
|
||||
selection-text=4c4f69ff
|
||||
selection-match=7287fdff
|
||||
counter=8c8fa1ff
|
||||
border=7287fdff
|
||||
12
sway/.config/fuzzel/themes/catppuccin-latte/maroon.ini
Normal file
12
sway/.config/fuzzel/themes/catppuccin-latte/maroon.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[colors]
|
||||
background=eff1f5dd
|
||||
text=4c4f69ff
|
||||
prompt=5c5f77ff
|
||||
placeholder=8c8fa1ff
|
||||
input=4c4f69ff
|
||||
match=e64553ff
|
||||
selection=acb0beff
|
||||
selection-text=4c4f69ff
|
||||
selection-match=e64553ff
|
||||
counter=8c8fa1ff
|
||||
border=e64553ff
|
||||
12
sway/.config/fuzzel/themes/catppuccin-latte/mauve.ini
Normal file
12
sway/.config/fuzzel/themes/catppuccin-latte/mauve.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[colors]
|
||||
background=eff1f5dd
|
||||
text=4c4f69ff
|
||||
prompt=5c5f77ff
|
||||
placeholder=8c8fa1ff
|
||||
input=4c4f69ff
|
||||
match=8839efff
|
||||
selection=acb0beff
|
||||
selection-text=4c4f69ff
|
||||
selection-match=8839efff
|
||||
counter=8c8fa1ff
|
||||
border=8839efff
|
||||
12
sway/.config/fuzzel/themes/catppuccin-latte/peach.ini
Normal file
12
sway/.config/fuzzel/themes/catppuccin-latte/peach.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[colors]
|
||||
background=eff1f5dd
|
||||
text=4c4f69ff
|
||||
prompt=5c5f77ff
|
||||
placeholder=8c8fa1ff
|
||||
input=4c4f69ff
|
||||
match=fe640bff
|
||||
selection=acb0beff
|
||||
selection-text=4c4f69ff
|
||||
selection-match=fe640bff
|
||||
counter=8c8fa1ff
|
||||
border=fe640bff
|
||||
12
sway/.config/fuzzel/themes/catppuccin-latte/pink.ini
Normal file
12
sway/.config/fuzzel/themes/catppuccin-latte/pink.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[colors]
|
||||
background=eff1f5dd
|
||||
text=4c4f69ff
|
||||
prompt=5c5f77ff
|
||||
placeholder=8c8fa1ff
|
||||
input=4c4f69ff
|
||||
match=ea76cbff
|
||||
selection=acb0beff
|
||||
selection-text=4c4f69ff
|
||||
selection-match=ea76cbff
|
||||
counter=8c8fa1ff
|
||||
border=ea76cbff
|
||||
12
sway/.config/fuzzel/themes/catppuccin-latte/red.ini
Normal file
12
sway/.config/fuzzel/themes/catppuccin-latte/red.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[colors]
|
||||
background=eff1f5dd
|
||||
text=4c4f69ff
|
||||
prompt=5c5f77ff
|
||||
placeholder=8c8fa1ff
|
||||
input=4c4f69ff
|
||||
match=d20f39ff
|
||||
selection=acb0beff
|
||||
selection-text=4c4f69ff
|
||||
selection-match=d20f39ff
|
||||
counter=8c8fa1ff
|
||||
border=d20f39ff
|
||||
12
sway/.config/fuzzel/themes/catppuccin-latte/rosewater.ini
Normal file
12
sway/.config/fuzzel/themes/catppuccin-latte/rosewater.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[colors]
|
||||
background=eff1f5dd
|
||||
text=4c4f69ff
|
||||
prompt=5c5f77ff
|
||||
placeholder=8c8fa1ff
|
||||
input=4c4f69ff
|
||||
match=dc8a78ff
|
||||
selection=acb0beff
|
||||
selection-text=4c4f69ff
|
||||
selection-match=dc8a78ff
|
||||
counter=8c8fa1ff
|
||||
border=dc8a78ff
|
||||
12
sway/.config/fuzzel/themes/catppuccin-latte/sapphire.ini
Normal file
12
sway/.config/fuzzel/themes/catppuccin-latte/sapphire.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[colors]
|
||||
background=eff1f5dd
|
||||
text=4c4f69ff
|
||||
prompt=5c5f77ff
|
||||
placeholder=8c8fa1ff
|
||||
input=4c4f69ff
|
||||
match=209fb5ff
|
||||
selection=acb0beff
|
||||
selection-text=4c4f69ff
|
||||
selection-match=209fb5ff
|
||||
counter=8c8fa1ff
|
||||
border=209fb5ff
|
||||
12
sway/.config/fuzzel/themes/catppuccin-latte/sky.ini
Normal file
12
sway/.config/fuzzel/themes/catppuccin-latte/sky.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[colors]
|
||||
background=eff1f5dd
|
||||
text=4c4f69ff
|
||||
prompt=5c5f77ff
|
||||
placeholder=8c8fa1ff
|
||||
input=4c4f69ff
|
||||
match=04a5e5ff
|
||||
selection=acb0beff
|
||||
selection-text=4c4f69ff
|
||||
selection-match=04a5e5ff
|
||||
counter=8c8fa1ff
|
||||
border=04a5e5ff
|
||||
12
sway/.config/fuzzel/themes/catppuccin-latte/teal.ini
Normal file
12
sway/.config/fuzzel/themes/catppuccin-latte/teal.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[colors]
|
||||
background=eff1f5dd
|
||||
text=4c4f69ff
|
||||
prompt=5c5f77ff
|
||||
placeholder=8c8fa1ff
|
||||
input=4c4f69ff
|
||||
match=179299ff
|
||||
selection=acb0beff
|
||||
selection-text=4c4f69ff
|
||||
selection-match=179299ff
|
||||
counter=8c8fa1ff
|
||||
border=179299ff
|
||||
12
sway/.config/fuzzel/themes/catppuccin-latte/yellow.ini
Normal file
12
sway/.config/fuzzel/themes/catppuccin-latte/yellow.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[colors]
|
||||
background=eff1f5dd
|
||||
text=4c4f69ff
|
||||
prompt=5c5f77ff
|
||||
placeholder=8c8fa1ff
|
||||
input=4c4f69ff
|
||||
match=df8e1dff
|
||||
selection=acb0beff
|
||||
selection-text=4c4f69ff
|
||||
selection-match=df8e1dff
|
||||
counter=8c8fa1ff
|
||||
border=df8e1dff
|
||||
12
sway/.config/fuzzel/themes/catppuccin-macchiato/blue.ini
Normal file
12
sway/.config/fuzzel/themes/catppuccin-macchiato/blue.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[colors]
|
||||
background=24273add
|
||||
text=cad3f5ff
|
||||
prompt=b8c0e0ff
|
||||
placeholder=8087a2ff
|
||||
input=cad3f5ff
|
||||
match=8aadf4ff
|
||||
selection=5b6078ff
|
||||
selection-text=cad3f5ff
|
||||
selection-match=8aadf4ff
|
||||
counter=8087a2ff
|
||||
border=8aadf4ff
|
||||
12
sway/.config/fuzzel/themes/catppuccin-macchiato/flamingo.ini
Normal file
12
sway/.config/fuzzel/themes/catppuccin-macchiato/flamingo.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[colors]
|
||||
background=24273add
|
||||
text=cad3f5ff
|
||||
prompt=b8c0e0ff
|
||||
placeholder=8087a2ff
|
||||
input=cad3f5ff
|
||||
match=f0c6c6ff
|
||||
selection=5b6078ff
|
||||
selection-text=cad3f5ff
|
||||
selection-match=f0c6c6ff
|
||||
counter=8087a2ff
|
||||
border=f0c6c6ff
|
||||
12
sway/.config/fuzzel/themes/catppuccin-macchiato/green.ini
Normal file
12
sway/.config/fuzzel/themes/catppuccin-macchiato/green.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[colors]
|
||||
background=24273add
|
||||
text=cad3f5ff
|
||||
prompt=b8c0e0ff
|
||||
placeholder=8087a2ff
|
||||
input=cad3f5ff
|
||||
match=a6da95ff
|
||||
selection=5b6078ff
|
||||
selection-text=cad3f5ff
|
||||
selection-match=a6da95ff
|
||||
counter=8087a2ff
|
||||
border=a6da95ff
|
||||
12
sway/.config/fuzzel/themes/catppuccin-macchiato/lavender.ini
Normal file
12
sway/.config/fuzzel/themes/catppuccin-macchiato/lavender.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[colors]
|
||||
background=24273add
|
||||
text=cad3f5ff
|
||||
prompt=b8c0e0ff
|
||||
placeholder=8087a2ff
|
||||
input=cad3f5ff
|
||||
match=b7bdf8ff
|
||||
selection=5b6078ff
|
||||
selection-text=cad3f5ff
|
||||
selection-match=b7bdf8ff
|
||||
counter=8087a2ff
|
||||
border=b7bdf8ff
|
||||
12
sway/.config/fuzzel/themes/catppuccin-macchiato/maroon.ini
Normal file
12
sway/.config/fuzzel/themes/catppuccin-macchiato/maroon.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[colors]
|
||||
background=24273add
|
||||
text=cad3f5ff
|
||||
prompt=b8c0e0ff
|
||||
placeholder=8087a2ff
|
||||
input=cad3f5ff
|
||||
match=ee99a0ff
|
||||
selection=5b6078ff
|
||||
selection-text=cad3f5ff
|
||||
selection-match=ee99a0ff
|
||||
counter=8087a2ff
|
||||
border=ee99a0ff
|
||||
12
sway/.config/fuzzel/themes/catppuccin-macchiato/mauve.ini
Normal file
12
sway/.config/fuzzel/themes/catppuccin-macchiato/mauve.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[colors]
|
||||
background=24273add
|
||||
text=cad3f5ff
|
||||
prompt=b8c0e0ff
|
||||
placeholder=8087a2ff
|
||||
input=cad3f5ff
|
||||
match=c6a0f6ff
|
||||
selection=5b6078ff
|
||||
selection-text=cad3f5ff
|
||||
selection-match=c6a0f6ff
|
||||
counter=8087a2ff
|
||||
border=c6a0f6ff
|
||||
12
sway/.config/fuzzel/themes/catppuccin-macchiato/peach.ini
Normal file
12
sway/.config/fuzzel/themes/catppuccin-macchiato/peach.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[colors]
|
||||
background=24273add
|
||||
text=cad3f5ff
|
||||
prompt=b8c0e0ff
|
||||
placeholder=8087a2ff
|
||||
input=cad3f5ff
|
||||
match=f5a97fff
|
||||
selection=5b6078ff
|
||||
selection-text=cad3f5ff
|
||||
selection-match=f5a97fff
|
||||
counter=8087a2ff
|
||||
border=f5a97fff
|
||||
12
sway/.config/fuzzel/themes/catppuccin-macchiato/pink.ini
Normal file
12
sway/.config/fuzzel/themes/catppuccin-macchiato/pink.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[colors]
|
||||
background=24273add
|
||||
text=cad3f5ff
|
||||
prompt=b8c0e0ff
|
||||
placeholder=8087a2ff
|
||||
input=cad3f5ff
|
||||
match=f5bde6ff
|
||||
selection=5b6078ff
|
||||
selection-text=cad3f5ff
|
||||
selection-match=f5bde6ff
|
||||
counter=8087a2ff
|
||||
border=f5bde6ff
|
||||
12
sway/.config/fuzzel/themes/catppuccin-macchiato/red.ini
Normal file
12
sway/.config/fuzzel/themes/catppuccin-macchiato/red.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[colors]
|
||||
background=24273add
|
||||
text=cad3f5ff
|
||||
prompt=b8c0e0ff
|
||||
placeholder=8087a2ff
|
||||
input=cad3f5ff
|
||||
match=ed8796ff
|
||||
selection=5b6078ff
|
||||
selection-text=cad3f5ff
|
||||
selection-match=ed8796ff
|
||||
counter=8087a2ff
|
||||
border=ed8796ff
|
||||
@@ -0,0 +1,12 @@
|
||||
[colors]
|
||||
background=24273add
|
||||
text=cad3f5ff
|
||||
prompt=b8c0e0ff
|
||||
placeholder=8087a2ff
|
||||
input=cad3f5ff
|
||||
match=f4dbd6ff
|
||||
selection=5b6078ff
|
||||
selection-text=cad3f5ff
|
||||
selection-match=f4dbd6ff
|
||||
counter=8087a2ff
|
||||
border=f4dbd6ff
|
||||
12
sway/.config/fuzzel/themes/catppuccin-macchiato/sapphire.ini
Normal file
12
sway/.config/fuzzel/themes/catppuccin-macchiato/sapphire.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[colors]
|
||||
background=24273add
|
||||
text=cad3f5ff
|
||||
prompt=b8c0e0ff
|
||||
placeholder=8087a2ff
|
||||
input=cad3f5ff
|
||||
match=7dc4e4ff
|
||||
selection=5b6078ff
|
||||
selection-text=cad3f5ff
|
||||
selection-match=7dc4e4ff
|
||||
counter=8087a2ff
|
||||
border=7dc4e4ff
|
||||
12
sway/.config/fuzzel/themes/catppuccin-macchiato/sky.ini
Normal file
12
sway/.config/fuzzel/themes/catppuccin-macchiato/sky.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[colors]
|
||||
background=24273add
|
||||
text=cad3f5ff
|
||||
prompt=b8c0e0ff
|
||||
placeholder=8087a2ff
|
||||
input=cad3f5ff
|
||||
match=91d7e3ff
|
||||
selection=5b6078ff
|
||||
selection-text=cad3f5ff
|
||||
selection-match=91d7e3ff
|
||||
counter=8087a2ff
|
||||
border=91d7e3ff
|
||||
12
sway/.config/fuzzel/themes/catppuccin-macchiato/teal.ini
Normal file
12
sway/.config/fuzzel/themes/catppuccin-macchiato/teal.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[colors]
|
||||
background=24273add
|
||||
text=cad3f5ff
|
||||
prompt=b8c0e0ff
|
||||
placeholder=8087a2ff
|
||||
input=cad3f5ff
|
||||
match=8bd5caff
|
||||
selection=5b6078ff
|
||||
selection-text=cad3f5ff
|
||||
selection-match=8bd5caff
|
||||
counter=8087a2ff
|
||||
border=8bd5caff
|
||||
12
sway/.config/fuzzel/themes/catppuccin-macchiato/yellow.ini
Normal file
12
sway/.config/fuzzel/themes/catppuccin-macchiato/yellow.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[colors]
|
||||
background=24273add
|
||||
text=cad3f5ff
|
||||
prompt=b8c0e0ff
|
||||
placeholder=8087a2ff
|
||||
input=cad3f5ff
|
||||
match=eed49fff
|
||||
selection=5b6078ff
|
||||
selection-text=cad3f5ff
|
||||
selection-match=eed49fff
|
||||
counter=8087a2ff
|
||||
border=eed49fff
|
||||
12
sway/.config/fuzzel/themes/catppuccin-mocha/blue.ini
Normal file
12
sway/.config/fuzzel/themes/catppuccin-mocha/blue.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[colors]
|
||||
background=1e1e2edd
|
||||
text=cdd6f4ff
|
||||
prompt=bac2deff
|
||||
placeholder=7f849cff
|
||||
input=cdd6f4ff
|
||||
match=89b4faff
|
||||
selection=585b70ff
|
||||
selection-text=cdd6f4ff
|
||||
selection-match=89b4faff
|
||||
counter=7f849cff
|
||||
border=89b4faff
|
||||
12
sway/.config/fuzzel/themes/catppuccin-mocha/flamingo.ini
Normal file
12
sway/.config/fuzzel/themes/catppuccin-mocha/flamingo.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[colors]
|
||||
background=1e1e2edd
|
||||
text=cdd6f4ff
|
||||
prompt=bac2deff
|
||||
placeholder=7f849cff
|
||||
input=cdd6f4ff
|
||||
match=f2cdcdff
|
||||
selection=585b70ff
|
||||
selection-text=cdd6f4ff
|
||||
selection-match=f2cdcdff
|
||||
counter=7f849cff
|
||||
border=f2cdcdff
|
||||
12
sway/.config/fuzzel/themes/catppuccin-mocha/green.ini
Normal file
12
sway/.config/fuzzel/themes/catppuccin-mocha/green.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[colors]
|
||||
background=1e1e2edd
|
||||
text=cdd6f4ff
|
||||
prompt=bac2deff
|
||||
placeholder=7f849cff
|
||||
input=cdd6f4ff
|
||||
match=a6e3a1ff
|
||||
selection=585b70ff
|
||||
selection-text=cdd6f4ff
|
||||
selection-match=a6e3a1ff
|
||||
counter=7f849cff
|
||||
border=a6e3a1ff
|
||||
12
sway/.config/fuzzel/themes/catppuccin-mocha/lavender.ini
Normal file
12
sway/.config/fuzzel/themes/catppuccin-mocha/lavender.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[colors]
|
||||
background=1e1e2edd
|
||||
text=cdd6f4ff
|
||||
prompt=bac2deff
|
||||
placeholder=7f849cff
|
||||
input=cdd6f4ff
|
||||
match=b4befeff
|
||||
selection=585b70ff
|
||||
selection-text=cdd6f4ff
|
||||
selection-match=b4befeff
|
||||
counter=7f849cff
|
||||
border=b4befeff
|
||||
12
sway/.config/fuzzel/themes/catppuccin-mocha/maroon.ini
Normal file
12
sway/.config/fuzzel/themes/catppuccin-mocha/maroon.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[colors]
|
||||
background=1e1e2edd
|
||||
text=cdd6f4ff
|
||||
prompt=bac2deff
|
||||
placeholder=7f849cff
|
||||
input=cdd6f4ff
|
||||
match=eba0acff
|
||||
selection=585b70ff
|
||||
selection-text=cdd6f4ff
|
||||
selection-match=eba0acff
|
||||
counter=7f849cff
|
||||
border=eba0acff
|
||||
12
sway/.config/fuzzel/themes/catppuccin-mocha/mauve.ini
Normal file
12
sway/.config/fuzzel/themes/catppuccin-mocha/mauve.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[colors]
|
||||
background=1e1e2edd
|
||||
text=cdd6f4ff
|
||||
prompt=bac2deff
|
||||
placeholder=7f849cff
|
||||
input=cdd6f4ff
|
||||
match=cba6f7ff
|
||||
selection=585b70ff
|
||||
selection-text=cdd6f4ff
|
||||
selection-match=cba6f7ff
|
||||
counter=7f849cff
|
||||
border=cba6f7ff
|
||||
12
sway/.config/fuzzel/themes/catppuccin-mocha/peach.ini
Normal file
12
sway/.config/fuzzel/themes/catppuccin-mocha/peach.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[colors]
|
||||
background=1e1e2edd
|
||||
text=cdd6f4ff
|
||||
prompt=bac2deff
|
||||
placeholder=7f849cff
|
||||
input=cdd6f4ff
|
||||
match=fab387ff
|
||||
selection=585b70ff
|
||||
selection-text=cdd6f4ff
|
||||
selection-match=fab387ff
|
||||
counter=7f849cff
|
||||
border=fab387ff
|
||||
12
sway/.config/fuzzel/themes/catppuccin-mocha/pink.ini
Normal file
12
sway/.config/fuzzel/themes/catppuccin-mocha/pink.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[colors]
|
||||
background=1e1e2edd
|
||||
text=cdd6f4ff
|
||||
prompt=bac2deff
|
||||
placeholder=7f849cff
|
||||
input=cdd6f4ff
|
||||
match=f5c2e7ff
|
||||
selection=585b70ff
|
||||
selection-text=cdd6f4ff
|
||||
selection-match=f5c2e7ff
|
||||
counter=7f849cff
|
||||
border=f5c2e7ff
|
||||
12
sway/.config/fuzzel/themes/catppuccin-mocha/red.ini
Normal file
12
sway/.config/fuzzel/themes/catppuccin-mocha/red.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[colors]
|
||||
background=1e1e2edd
|
||||
text=cdd6f4ff
|
||||
prompt=bac2deff
|
||||
placeholder=7f849cff
|
||||
input=cdd6f4ff
|
||||
match=f38ba8ff
|
||||
selection=585b70ff
|
||||
selection-text=cdd6f4ff
|
||||
selection-match=f38ba8ff
|
||||
counter=7f849cff
|
||||
border=f38ba8ff
|
||||
12
sway/.config/fuzzel/themes/catppuccin-mocha/rosewater.ini
Normal file
12
sway/.config/fuzzel/themes/catppuccin-mocha/rosewater.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[colors]
|
||||
background=1e1e2edd
|
||||
text=cdd6f4ff
|
||||
prompt=bac2deff
|
||||
placeholder=7f849cff
|
||||
input=cdd6f4ff
|
||||
match=f5e0dcff
|
||||
selection=585b70ff
|
||||
selection-text=cdd6f4ff
|
||||
selection-match=f5e0dcff
|
||||
counter=7f849cff
|
||||
border=f5e0dcff
|
||||
12
sway/.config/fuzzel/themes/catppuccin-mocha/sapphire.ini
Normal file
12
sway/.config/fuzzel/themes/catppuccin-mocha/sapphire.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[colors]
|
||||
background=1e1e2edd
|
||||
text=cdd6f4ff
|
||||
prompt=bac2deff
|
||||
placeholder=7f849cff
|
||||
input=cdd6f4ff
|
||||
match=74c7ecff
|
||||
selection=585b70ff
|
||||
selection-text=cdd6f4ff
|
||||
selection-match=74c7ecff
|
||||
counter=7f849cff
|
||||
border=74c7ecff
|
||||
12
sway/.config/fuzzel/themes/catppuccin-mocha/sky.ini
Normal file
12
sway/.config/fuzzel/themes/catppuccin-mocha/sky.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[colors]
|
||||
background=1e1e2edd
|
||||
text=cdd6f4ff
|
||||
prompt=bac2deff
|
||||
placeholder=7f849cff
|
||||
input=cdd6f4ff
|
||||
match=89dcebff
|
||||
selection=585b70ff
|
||||
selection-text=cdd6f4ff
|
||||
selection-match=89dcebff
|
||||
counter=7f849cff
|
||||
border=89dcebff
|
||||
12
sway/.config/fuzzel/themes/catppuccin-mocha/teal.ini
Normal file
12
sway/.config/fuzzel/themes/catppuccin-mocha/teal.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[colors]
|
||||
background=1e1e2edd
|
||||
text=cdd6f4ff
|
||||
prompt=bac2deff
|
||||
placeholder=7f849cff
|
||||
input=cdd6f4ff
|
||||
match=94e2d5ff
|
||||
selection=585b70ff
|
||||
selection-text=cdd6f4ff
|
||||
selection-match=94e2d5ff
|
||||
counter=7f849cff
|
||||
border=94e2d5ff
|
||||
12
sway/.config/fuzzel/themes/catppuccin-mocha/yellow.ini
Normal file
12
sway/.config/fuzzel/themes/catppuccin-mocha/yellow.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[colors]
|
||||
background=1e1e2edd
|
||||
text=cdd6f4ff
|
||||
prompt=bac2deff
|
||||
placeholder=7f849cff
|
||||
input=cdd6f4ff
|
||||
match=f9e2afff
|
||||
selection=585b70ff
|
||||
selection-text=cdd6f4ff
|
||||
selection-match=f9e2afff
|
||||
counter=7f849cff
|
||||
border=f9e2afff
|
||||
164
sway/.config/waybar/config.jsonc
Normal file
164
sway/.config/waybar/config.jsonc
Normal file
@@ -0,0 +1,164 @@
|
||||
{
|
||||
"layer": "top", // Waybar at top layer
|
||||
"position": "top", // Waybar position (top|bottom|left|right)
|
||||
"modules-left": [
|
||||
"sway/workspaces"
|
||||
],
|
||||
"modules-center": [
|
||||
"custom/music"
|
||||
],
|
||||
"modules-right": [
|
||||
"temperature",
|
||||
"memory",
|
||||
"cpu",
|
||||
"pulseaudio",
|
||||
"backlight",
|
||||
"network",
|
||||
"bluetooth",
|
||||
"battery",
|
||||
"clock",
|
||||
"custom/powermenu",
|
||||
"tray"
|
||||
],
|
||||
"custom/launcher": {
|
||||
"format": " " ,
|
||||
"on-click": "fuzzel &",
|
||||
"tooltip": false
|
||||
},
|
||||
"sway/workspaces": {
|
||||
"disable-scroll": true,
|
||||
"disable-markup": false,
|
||||
"all-outputs": true,
|
||||
"sort-by-number": true,
|
||||
"format": "{index}",
|
||||
"on-click": "activate",
|
||||
"format-icons": {
|
||||
"1": "",
|
||||
"2": "",
|
||||
"3": "",
|
||||
"4": "",
|
||||
"5": "",
|
||||
"urgent": "",
|
||||
"active": "",
|
||||
"default": ""
|
||||
},
|
||||
},
|
||||
"idle_inhibitor": {
|
||||
"format": "{icon}",
|
||||
"format-icons": {
|
||||
"activated": "",
|
||||
"deactivated": ""
|
||||
},
|
||||
"tooltip": false
|
||||
},
|
||||
"backlight": {
|
||||
"device": "intel_backlight",
|
||||
"on-scroll-up": "light -A 5",
|
||||
"on-scroll-down": "light -U 5",
|
||||
"format": "{percent}% {icon}",
|
||||
"format-icons": [ "", "", "", "", "", "", "", "", "" ]
|
||||
},
|
||||
"pulseaudio": {
|
||||
"scroll-step": 1,
|
||||
"format": "{volume}% {icon}",
|
||||
"format-muted": " {format_source}",
|
||||
"format-icons": {
|
||||
"headphone": "",
|
||||
"phone": "",
|
||||
"portable": "",
|
||||
"car": "",
|
||||
"default": ["", "", " "]
|
||||
},
|
||||
"on-click": "pavucontrol &",
|
||||
//"on-click": "pactl set-sink-mute @DEFAULT_SINK@ toggle",
|
||||
},
|
||||
"battery": {
|
||||
"interval": 10,
|
||||
"states": {
|
||||
"warning": 20,
|
||||
"critical": 10
|
||||
},
|
||||
"format": "{capacity}% {icon}",
|
||||
"format-charging": "{capacity}% ",
|
||||
"format-plugged": "{capacity}% ",
|
||||
"format-alt": "{time} {icon}",
|
||||
"format-icons": [ "", "", "", "", "", "", "", "", "" ]
|
||||
},
|
||||
"clock": {
|
||||
"interval": 1,
|
||||
"timezone": "Europe/Rome",
|
||||
"format": "{:%I:%M %p}",
|
||||
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
|
||||
"format-alt": "{:%A %d/%m/%Y}",
|
||||
},
|
||||
"memory": {
|
||||
"interval": 1,
|
||||
"format": "{percentage}% ",
|
||||
"states": {
|
||||
"warning": 85,
|
||||
},
|
||||
},
|
||||
"cpu": {
|
||||
"interval": 1,
|
||||
"format": "{usage}% ",
|
||||
"tooltip": false
|
||||
},
|
||||
"mpd": {
|
||||
"max-length": 25,
|
||||
"format": "<span foreground='#bb9af7'></span> {title}",
|
||||
"format-paused": " {title}",
|
||||
"format-stopped":"<span foreground='#bb9af7'></span>",
|
||||
"format-disconnected": "",
|
||||
"on-click": "mpc --quiet toggle",
|
||||
"on-click-right": "mpc ls | mpc add",
|
||||
"on-click-middle": "kitty ncmpcpp",
|
||||
"on-scroll-up": "mpc --quiet prev",
|
||||
"on-scroll-down": "mpc --quiet next",
|
||||
"smooth-scrolling-threshold":5,
|
||||
"tooltip-format": "{title} - {artist} ({elapsedTime:%M:%S}/{totalTime:%H:%M:%S})"
|
||||
},
|
||||
"network": {
|
||||
"interval": 1,
|
||||
"tooltip": true,
|
||||
"format-wifi": "{icon}",
|
||||
"format-ethernet": "{icon}",
|
||||
"format-linked": "",
|
||||
"format-icons": ["", "", "", ""],
|
||||
"format-disconnected": "",
|
||||
"tooltip-format": "{ifname}",
|
||||
"tooltip-format-wifi": "{essid} ({signalStrength}%) ",
|
||||
"tooltip-format-ethernet": "{ifname} ",
|
||||
"tooltip-format-disconnected": "Disconnected",
|
||||
"on-click": "nm-connection-editor &",
|
||||
},
|
||||
"temperature": {
|
||||
"hwmon-path": "/sys/class/hwmon/hwmon6/temp2_input",
|
||||
"tooltip": false,
|
||||
"format": "{temperatureC}°C "
|
||||
},
|
||||
"custom/powermenu": {
|
||||
"format": "",
|
||||
"on-click": "wlogout &",
|
||||
"tooltip": false
|
||||
},
|
||||
"tray": {
|
||||
"icon-size": 15,
|
||||
"spacing": 5
|
||||
},
|
||||
"bluetooth": {
|
||||
"format": "",
|
||||
"format-connected": "{device_alias} ",
|
||||
"format-connected-battery": "{device_alias} {device_battery_percentage}% ",
|
||||
"format-off": "", // "format-device-preference": [ "device1", "device2" ], // preference list deciding the displayed device
|
||||
"tooltip-format": "{controller_alias}\t{controller_address}\n\n{num_connections} connected",
|
||||
"tooltip-format-connected": "{controller_alias}\t{controller_address}\n\n{num_connections} connected\n\n{device_enumerate}",
|
||||
"tooltip-format-enumerate-connected": "{device_alias}\t{device_address}",
|
||||
"tooltip-format-enumerate-connected-battery": "{device_alias}\t{device_address}\t{device_battery_percentage}%",
|
||||
"on-click": "blueman-manager &"
|
||||
},
|
||||
"custom/music": {
|
||||
"format": "{}",
|
||||
"return-type": "json",
|
||||
"exec": "waybar-module-music",
|
||||
}
|
||||
}
|
||||
145
sway/.config/waybar/style.css
Normal file
145
sway/.config/waybar/style.css
Normal file
@@ -0,0 +1,145 @@
|
||||
@import "themes/mocha.css";
|
||||
|
||||
* {
|
||||
font-family: "ComicShannsMono Nerd Font";
|
||||
font-size: 12pt;
|
||||
font-weight: bold;
|
||||
border-radius: 0px;
|
||||
transition-property: background-color;
|
||||
transition-duration: 0.5s;
|
||||
}
|
||||
@keyframes blink_red {
|
||||
to {
|
||||
background-color: @flamingo;
|
||||
color: @mantle;
|
||||
}
|
||||
}
|
||||
.warning, .critical, .urgent {
|
||||
animation-name: blink_red;
|
||||
animation-duration: 1s;
|
||||
animation-timing-function: linear;
|
||||
animation-iteration-count: infinite;
|
||||
animation-direction: alternate;
|
||||
}
|
||||
window#waybar {
|
||||
background-color: transparent;
|
||||
}
|
||||
window > box {
|
||||
/* margin-left: 5px; */
|
||||
/* margin-right: 5px; */
|
||||
/* margin-top: 5px; */
|
||||
background-color: @base;
|
||||
}
|
||||
#workspaces {
|
||||
padding-left: 0px;
|
||||
padding-right: 4px;
|
||||
}
|
||||
#workspaces button {
|
||||
color: @teal;
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
padding-left: 6px;
|
||||
padding-right: 6px;
|
||||
}
|
||||
#workspaces button.focused {
|
||||
background-color: @teal;
|
||||
color: @mantle;
|
||||
}
|
||||
#workspaces button.urgent {
|
||||
color: @mantle;
|
||||
}
|
||||
#workspaces button:hover {
|
||||
background-color: @peach;
|
||||
color: @mantle;
|
||||
}
|
||||
tooltip {
|
||||
background: @surface0;
|
||||
}
|
||||
tooltip label {
|
||||
color: @text;
|
||||
}
|
||||
#custom-launcher {
|
||||
padding-left: 8px;
|
||||
padding-right: 6px;
|
||||
color: @mauve;
|
||||
}
|
||||
#mode, #clock, #memory, #temperature, #cpu, #mpd, #idle_inhibitor, #temperature, #backlight, #pulseaudio, #network, #battery, #custom-powermenu, #bluetooth, #custom-music {
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
#memory {
|
||||
color: @teal;
|
||||
}
|
||||
#cpu {
|
||||
color: @pink;
|
||||
}
|
||||
#clock {
|
||||
color: @text;
|
||||
}
|
||||
#idle_inhibitor {
|
||||
color: @mauve;
|
||||
}
|
||||
#temperature {
|
||||
color: @sapphire;
|
||||
}
|
||||
#backlight {
|
||||
color: @peach;
|
||||
}
|
||||
#pulseaudio {
|
||||
color: @rosewater;
|
||||
}
|
||||
#network {
|
||||
color: @green;
|
||||
}
|
||||
#network.disconnected {
|
||||
color: @text;
|
||||
}
|
||||
#battery {
|
||||
color: @sky;
|
||||
}
|
||||
#battery.charging {
|
||||
color: @green;
|
||||
}
|
||||
#battery.full, #battery.discharging {
|
||||
color: @yellow;
|
||||
}
|
||||
#battery.critical:not(.charging) {
|
||||
color: @red;
|
||||
animation-name: blink;
|
||||
animation-duration: 0.5s;
|
||||
animation-timing-function: linear;
|
||||
animation-iteration-count: infinite;
|
||||
animation-direction: alternate;
|
||||
}
|
||||
#custom-powermenu {
|
||||
color: @red;
|
||||
}
|
||||
#tray {
|
||||
padding-right: 8px;
|
||||
padding-left: 10px;
|
||||
}
|
||||
#mpd.paused {
|
||||
color: @blue;
|
||||
font-style: italic;
|
||||
}
|
||||
#mpd.stopped {
|
||||
background: transparent;
|
||||
}
|
||||
#mpd {
|
||||
color: @sky;
|
||||
}
|
||||
#bluetooth {
|
||||
color: @blue;
|
||||
}
|
||||
#custom-launcher {
|
||||
color: @text;
|
||||
}
|
||||
#custom-music.playing {
|
||||
color: @green;
|
||||
}
|
||||
#custom-music.paused {
|
||||
color: @maroon;
|
||||
}
|
||||
#custom-music.stopped {
|
||||
color: @peach;
|
||||
}
|
||||
26
sway/.config/waybar/themes/frappe.css
Normal file
26
sway/.config/waybar/themes/frappe.css
Normal file
@@ -0,0 +1,26 @@
|
||||
@define-color rosewater #f2d5cf;
|
||||
@define-color flamingo #eebebe;
|
||||
@define-color pink #f4b8e4;
|
||||
@define-color mauve #ca9ee6;
|
||||
@define-color red #e78284;
|
||||
@define-color maroon #ea999c;
|
||||
@define-color peach #ef9f76;
|
||||
@define-color yellow #e5c890;
|
||||
@define-color green #a6d189;
|
||||
@define-color teal #81c8be;
|
||||
@define-color sky #99d1db;
|
||||
@define-color sapphire #85c1dc;
|
||||
@define-color blue #8caaee;
|
||||
@define-color lavender #babbf1;
|
||||
@define-color text #c6d0f5;
|
||||
@define-color subtext1 #b5bfe2;
|
||||
@define-color subtext0 #a5adce;
|
||||
@define-color overlay2 #949cbb;
|
||||
@define-color overlay1 #838ba7;
|
||||
@define-color overlay0 #737994;
|
||||
@define-color surface2 #626880;
|
||||
@define-color surface1 #51576d;
|
||||
@define-color surface0 #414559;
|
||||
@define-color base #303446;
|
||||
@define-color mantle #292c3c;
|
||||
@define-color crust #232634;
|
||||
26
sway/.config/waybar/themes/latte.css
Normal file
26
sway/.config/waybar/themes/latte.css
Normal file
@@ -0,0 +1,26 @@
|
||||
@define-color rosewater #dc8a78;
|
||||
@define-color flamingo #dd7878;
|
||||
@define-color pink #ea76cb;
|
||||
@define-color mauve #8839ef;
|
||||
@define-color red #d20f39;
|
||||
@define-color maroon #e64553;
|
||||
@define-color peach #fe640b;
|
||||
@define-color yellow #df8e1d;
|
||||
@define-color green #40a02b;
|
||||
@define-color teal #179299;
|
||||
@define-color sky #04a5e5;
|
||||
@define-color sapphire #209fb5;
|
||||
@define-color blue #1e66f5;
|
||||
@define-color lavender #7287fd;
|
||||
@define-color text #4c4f69;
|
||||
@define-color subtext1 #5c5f77;
|
||||
@define-color subtext0 #6c6f85;
|
||||
@define-color overlay2 #7c7f93;
|
||||
@define-color overlay1 #8c8fa1;
|
||||
@define-color overlay0 #9ca0b0;
|
||||
@define-color surface2 #acb0be;
|
||||
@define-color surface1 #bcc0cc;
|
||||
@define-color surface0 #ccd0da;
|
||||
@define-color base #eff1f5;
|
||||
@define-color mantle #e6e9ef;
|
||||
@define-color crust #dce0e8;
|
||||
26
sway/.config/waybar/themes/macchiato.css
Normal file
26
sway/.config/waybar/themes/macchiato.css
Normal file
@@ -0,0 +1,26 @@
|
||||
@define-color rosewater #f4dbd6;
|
||||
@define-color flamingo #f0c6c6;
|
||||
@define-color pink #f5bde6;
|
||||
@define-color mauve #c6a0f6;
|
||||
@define-color red #ed8796;
|
||||
@define-color maroon #ee99a0;
|
||||
@define-color peach #f5a97f;
|
||||
@define-color yellow #eed49f;
|
||||
@define-color green #a6da95;
|
||||
@define-color teal #8bd5ca;
|
||||
@define-color sky #91d7e3;
|
||||
@define-color sapphire #7dc4e4;
|
||||
@define-color blue #8aadf4;
|
||||
@define-color lavender #b7bdf8;
|
||||
@define-color text #cad3f5;
|
||||
@define-color subtext1 #b8c0e0;
|
||||
@define-color subtext0 #a5adcb;
|
||||
@define-color overlay2 #939ab7;
|
||||
@define-color overlay1 #8087a2;
|
||||
@define-color overlay0 #6e738d;
|
||||
@define-color surface2 #5b6078;
|
||||
@define-color surface1 #494d64;
|
||||
@define-color surface0 #363a4f;
|
||||
@define-color base #24273a;
|
||||
@define-color mantle #1e2030;
|
||||
@define-color crust #181926;
|
||||
26
sway/.config/waybar/themes/mocha.css
Normal file
26
sway/.config/waybar/themes/mocha.css
Normal file
@@ -0,0 +1,26 @@
|
||||
@define-color rosewater #f5e0dc;
|
||||
@define-color flamingo #f2cdcd;
|
||||
@define-color pink #f5c2e7;
|
||||
@define-color mauve #cba6f7;
|
||||
@define-color red #f38ba8;
|
||||
@define-color maroon #eba0ac;
|
||||
@define-color peach #fab387;
|
||||
@define-color yellow #f9e2af;
|
||||
@define-color green #a6e3a1;
|
||||
@define-color teal #94e2d5;
|
||||
@define-color sky #89dceb;
|
||||
@define-color sapphire #74c7ec;
|
||||
@define-color blue #89b4fa;
|
||||
@define-color lavender #b4befe;
|
||||
@define-color text #cdd6f4;
|
||||
@define-color subtext1 #bac2de;
|
||||
@define-color subtext0 #a6adc8;
|
||||
@define-color overlay2 #9399b2;
|
||||
@define-color overlay1 #7f849c;
|
||||
@define-color overlay0 #6c7086;
|
||||
@define-color surface2 #585b70;
|
||||
@define-color surface1 #45475a;
|
||||
@define-color surface0 #313244;
|
||||
@define-color base #1e1e2e;
|
||||
@define-color mantle #181825;
|
||||
@define-color crust #11111b;
|
||||
Reference in New Issue
Block a user