Initial
This commit is contained in:
commit
c8734e660a
392 changed files with 21043 additions and 0 deletions
37
.config/sway/config.d/theme
Normal file
37
.config/sway/config.d/theme
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
# Apply gtk theming
|
||||
exec_always ~/.config/sway/scripts/import-gsettings
|
||||
|
||||
# Set inner/outer gaps
|
||||
gaps inner 5
|
||||
gaps outer 5
|
||||
|
||||
# Hide titlebar on windows:
|
||||
default_border pixel 2
|
||||
|
||||
# Default Font
|
||||
font pango:Noto Sans Regular 10
|
||||
|
||||
# Thin borders:
|
||||
smart_borders on
|
||||
|
||||
# Set wallpaper:
|
||||
#exec ~/.azotebg
|
||||
|
||||
# Title format for windows
|
||||
for_window [shell="xdg_shell"] title_format "%title (%app_id)"
|
||||
for_window [shell="x_wayland"] title_format "%class - %title"
|
||||
|
||||
## Window decoration
|
||||
# class border backgr. text indicator child_border
|
||||
client.focused #EA1414 #360303 #eceff4 #EA1414 #EA1414
|
||||
client.focused_inactive #EA1414 #000000 #d8dee9 #000000 #000000
|
||||
client.unfocused #EA1414 #000000 #d8dee9 #000000 #000000
|
||||
client.urgent #EA1414 #ebcb8b #2e3440 #8fbcbb #ebcb8b
|
||||
|
||||
#
|
||||
# Status Bar:
|
||||
#
|
||||
# Read `man 5 sway-bar` for more information about this section.
|
||||
bar {
|
||||
swaybar_command waybar
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue