New backup 2024-06-15 23:30:01

This commit is contained in:
Penelope Gwen 2024-06-15 23:30:01 -06:00
parent 195eb61bf3
commit 484b16fd70
3 changed files with 13 additions and 19 deletions

View file

@ -2,16 +2,16 @@
# Import # Import
# #
xwayland enable # xwayland enable
exec "paplay $HOME/.config/sway/assets/sounds/login.ogg &" exec "paplay $HOME/.config/sway/assets/sounds/login.ogg &"
# Variables # Variables
include $HOME/.config/sway/config-vars.d/* include $HOME/.config/sway/config-vars.d/*
include $HOME/.config/de-vars/colors/blazer/sway include $HOME/.config/de-vars/colors/blazer/sway
# Configs # Configs
include $HOME/.config/sway/config.d/* include $HOME/.config/sway/config.d/*
#Misc #Misc
exec "dbus-update-activation-environment --systemd --all" exec "dbus-update-activation-environment --systemd --all"

View file

@ -19,7 +19,7 @@ swayidle & \
blueman-applet & \ blueman-applet & \
copyq --start-server & \ copyq --start-server & \
/usr/lib/$(uname -m)-linux-gnu/libexec/polkit-kde-authentication-agent-1 & \ /usr/lib/$(uname -m)-linux-gnu/libexec/polkit-kde-authentication-agent-1 & \
udiskie -a & \ udiskie -at & \
for s in ~/.config/sway/scripts/autostart.d/* ;do for s in ~/.config/sway/scripts/autostart.d/* ;do
if [ -f "$s" ];then if [ -f "$s" ];then

View file

@ -30,7 +30,7 @@
"show-empty": false, "show-empty": false,
"format-icons": ["", ""], "format-icons": ["", ""],
"tooltip": true, "tooltip": true,
"tooltip-format": "{app}: {title}" "tooltip-format": "{app}"
}, },
// Idle inhibitor // Idle inhibitor
@ -44,13 +44,11 @@
// Tray icons // Tray icons
"tray": { "tray": {
// "icon-size": 21,
"spacing": 15 "spacing": 15
}, },
// Clock // Clock
"clock": { "clock": {
// "timezone": "America/New_York",
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>", "tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
"format-alt": "{:%Y-%m-%d}" "format-alt": "{:%Y-%m-%d}"
}, },
@ -78,7 +76,6 @@
// Backlight // Backlight
"backlight": { "backlight": {
// "device": "acpi_video1",
"format": "{percent}% {icon}", "format": "{percent}% {icon}",
"format-icons": [""] "format-icons": [""]
}, },
@ -94,24 +91,21 @@
"format-charging": "{capacity}% ", "format-charging": "{capacity}% ",
"format-plugged": "{capacity}% ", "format-plugged": "{capacity}% ",
"format-alt": "{time} {icon}", "format-alt": "{time} {icon}",
// "format-good": "", // An empty format will hide the module
// "format-full": "",
"format-icons": ["", "", "", "", ""] "format-icons": ["", "", "", "", ""]
}, },
// Networking // Networking
"network": { "network": {
// "interface": "wlp2*", // (Optional) To force the use of this interface // "interface": "wlp2*", // (Optional) To force the use of this interface
"format-wifi": "{essid} ({signalStrength}%) ", "format-wifi": "{essid} ",
"format-ethernet": "{essid} {ipaddr}/{cidr} 🖧", "format-ethernet": "{essid} {ipaddr}/{cidr} 🖧",
"tooltip-format": "{ifname} via {gwaddr}", "tooltip-format": "{ifname} via {gwaddr}",
"format-linked": "{ifname} (No IP) ", "format-linked": "{ifname} (No IP) ",
"format-disconnected": "Disconnected ⚠", "format-disconnected": "",
// "format-alt": "{ifname}: {ipaddr}/{cidr}",
"on-click": "nm-connection-editor" "on-click": "nm-connection-editor"
}, },
// // NM-VPN widget
"custom/nmvpn": { "custom/nmvpn": {
"format": "{} {icon}", "format": "{} {icon}",
"return-type": "json", "return-type": "json",
@ -134,13 +128,13 @@
// Pulseaudio // Pulseaudio
"pulseaudio": { "pulseaudio": {
// "scroll-step": 1, // %, can be a float "format": "{volume}% {icon}",
"format": "{volume}% {icon} {format_source}",
"format-bluetooth": "{volume}% {icon} {format_source}", "format-bluetooth": "{volume}% {icon} {format_source}",
"format-bluetooth-muted": "🔇 {icon} {format_source}", "format-bluetooth-muted": "🔇 {icon} {format_source}",
"format-muted": "🔇 {format_source}", "format-muted": "🔇 {format_source}",
"format-source": "{volume}% ", "format-source": "{volume}% ",
"format-source-muted": "", "format-source-muted": "",
"tooltip-format": "{format_source}",
"format-icons": { "format-icons": {
"headphone": "", "headphone": "",
"hands-free": "", "hands-free": "",
@ -166,7 +160,7 @@
//sway profile //sway profile
"custom/sway-profile": { "custom/sway-profile": {
"format": "{}", "format": " {} ",
"exec": "/usr/bin/sp-profile-icon" "exec": "/usr/bin/sp-profile-icon"
} }
} }