Add .config/sway/cheatsheet
Add .config/sway/config Add .config/sway/config.d/application_defaults Add .config/sway/config.d/autostart_applications Add .config/sway/config.d/clamshell Add .config/sway/config.d/default Add .config/sway/config.d/input Add .config/sway/config.d/output Add .config/sway/config.d/theme Add .config/sway/keyboard.conf Add .config/sway/scripts/clamshell.sh Add .config/sway/scripts/import-gsettings Add .config/sway/scripts/lockman.sh Add .config/sway/scripts/screenshot.sh Add .config/sway/scripts/swayfader.py Add .config/sway/scripts/weather.sh Add .config/sway/sway.png Add .config/sway/swaylock.png
This commit is contained in:
41
dot_config/sway/config.d/theme
Normal file
41
dot_config/sway/config.d/theme
Normal file
@@ -0,0 +1,41 @@
|
||||
# Apply gtk theming
|
||||
exec_always ~/.config/sway/scripts/import-gsettings
|
||||
|
||||
# Set inner/outer gaps
|
||||
gaps inner 10
|
||||
gaps outer 5
|
||||
|
||||
# Hide titlebar on windows:
|
||||
default_border pixel 1
|
||||
|
||||
# Default Font
|
||||
font pango:Noto Sans Regular 10
|
||||
|
||||
# Thin borders:
|
||||
smart_borders on
|
||||
|
||||
# Set wallpaper:
|
||||
#exec swaybg -i ~/Desktop/Wallpapers/plants-001.jpg
|
||||
|
||||
output HDMI-A-1 background ~/Desktop/Wallpapers/plants-001.jpg fill
|
||||
output DP-2 background ~/Desktop/Wallpapers/plants-001.jpg fill
|
||||
|
||||
# Title format for windows
|
||||
for_window [shell="xdg_shell"] title_format "%title (%app_id)"
|
||||
for_window [shell="x_wayland"] title_format "%class - %title"
|
||||
|
||||
# class border bground text indicator child_border
|
||||
client.focused #6272A4 #6272A4 #F8F8F2 #6272A4 #6272A4
|
||||
client.focused_inactive #44475A #44475A #F8F8F2 #44475A #44475A
|
||||
client.unfocused #282A36 #282A36 #BFBFBF #282A36 #282A36
|
||||
client.urgent #44475A #FF5555 #F8F8F2 #FF5555 #FF5555
|
||||
client.placeholder #282A36 #282A36 #F8F8F2 #282A36 #282A36
|
||||
client.background #F8F8F2
|
||||
|
||||
#
|
||||
# Status Bar:
|
||||
#
|
||||
# Read `man 5 sway-bar` for more information about this section.
|
||||
bar {
|
||||
swaybar_command waybar
|
||||
}
|
Reference in New Issue
Block a user