Skip to content
Snippets Groups Projects
Commit 31bdb2c4 authored by Alfred Burgess's avatar Alfred Burgess
Browse files

Style changes and copy

parent 3ff3086e
Branches
No related merge requests found
include catppuccin-frappe
# Default config for sway
#
# Copy this to ~/.config/sway/config and edit it to your liking.
#
# Read `man 5 sway` for a complete reference.
# Set font
font pango:JetBrainsMono 10
font pango: "JetBrains Mono" 10
### Variables
#
......@@ -18,13 +15,15 @@ set $down j
set $up k
set $right l
# Your preferred terminal emulator
set $term konsole
set $term alacritty
# Lockscreen command
set $lockscreen swaylock -F
# Wallpaper Daemon
exec swww-daemon
# Wayland compositor
# Notification Daemon
exec swaync
# Toggle control center
......@@ -48,10 +47,10 @@ exec rm -f /tmp/sovpipe && mkfifo /tmp/sovpipe && tail -f /tmp/sovpipe | sov -t
# 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 dmenu_path | wmenu | xargs swaymsg exec --
set $menu dmenu_path | rofi -show combi -combi-modes "window,run" | xargs swaymsg exec --
gaps inner 2
gaps outer 5
gaps inner 10
gaps outer 20
smart_gaps inverse_outer
### Output configuration
......@@ -292,3 +291,5 @@ include /etc/sway/config.d/*
exec_always "pkill -f 'python3? .+/swaymonad.py'; ~/.config/sway/swaymonad/swaymonad.py"
# SwayFX Special Effects
include config-fancy
corner_radius 10
# Adjust unfocussed Windows
default_dim_inactive 0.5
dim_inactive_colors.unfocused #00000088
dim_inactive_colors.urgent #90000088
# Bar between titlebar and content
titlebar_separator disable
# Window Shadows
shadows enable
shadow_blur_radius 20
shadow_color #0000007F
......@@ -2,12 +2,7 @@
* {
/* `otf-font-awesome` is required to be installed for icons */
font-family:
"JetBrains Mono",
"JetBrains Mono",
JetBrains Mono, JetBrains-mono,
FontAwesome,
Roboto, Helvetica, Arial, sans-serif;
font-family: "JetBrainsMono";
font-size: 13px;
color: @text;
}
......
my presonus com/products/detail/30733270
my presonus com/products/detail/30733270
my presonus com/products/detail/30733270
my presonus com/products/detail/30733270
pasteTest
pasteTest
pasteTest
# Created by newuser for 5.9
alias vim=nvim
alias kde=/usr/lib/plasma-dbus-run-session-if-needed /usr/bin/startplasma-wayland
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment