This commit is contained in:
Daniel Flanagan 2023-07-03 21:56:27 -05:00
parent 4db7bd3f44
commit 9e4a4c3b77
Signed by: lytedev
GPG Key ID: 5B2020A0F9921EF4
5 changed files with 19 additions and 14 deletions

View File

@ -1,5 +1,6 @@
[user]
name = Daniel Flanagan
email = daniel@lyte.dev
[filter "lfs"]
clean = git-lfs clean -- %f

View File

@ -5,6 +5,6 @@ timeout 0.9
gesture swipe left 3 swaymsg workspace back_and_forth
gesture swipe right 2 swaymsg seat seat0 cursor press BTN_EXTRA && swaymsg seat seat0 cursor release BTN_EXTRA
# gesture swipe right 2 swaymsg seat seat0 cursor press BTN_EXTRA && swaymsg seat seat0 cursor release BTN_EXTRA
gesture swipe left 2 swaymsg seat seat0 cursor press BTN_SIDE && swaymsg seat seat0 cursor release BTN_SIDE
# gesture swipe left 2 swaymsg seat seat0 cursor press BTN_SIDE && swaymsg seat seat0 cursor release BTN_SIDE

View File

@ -182,8 +182,6 @@ exec mako
exec kitty --single-instance
exec /usr/lib/polkit-kde-authentication-agent-1
exec eww daemon
exec eww open-many bar
# exec_always notify-send -a "sway" -i ~/.wallpaper "sway configuration loaded"

View File

@ -28,6 +28,11 @@
"tooltip-format-enumerate-connected": "{device_alias}@{device_address}",
"tooltip-format-enumerate-connected-battery": "{device_alias}@{device_address} ( {device_battery_percentage}%)"
},
// "wireplumber": {
// "format": "{volume}% {icon}",
// "format-muted": "",
// "on-click": "helvum"
// },
"sway/workspaces": {
"disable-scroll": false,
"persistent_workspaces": {
@ -46,10 +51,10 @@
"format": "{name}"
},
"idle_inhibitor": {
"format": "<span foreground=\"#666666\">{icon}</span>",
"format": "{icon}",
"format-icons": {
"activated": "",
"deactivated": ""
"activated": "󰈈",
"deactivated": "󰈉"
}
},
"tray": {
@ -66,7 +71,7 @@
"interval": 3
},
"memory": {
"format": "{} <span foreground=\"#666666\"></span>"
"format": "{} 󰍛"
},
"temperature": {
// "thermal-zone": 2,
@ -79,7 +84,7 @@
"backlight": {
// "device": "acpi_video1",
"format": "{percent}% {icon}",
"format-icons": ["", ""]
"format-icons": ["", ""]
},
"battery": {
"states": {
@ -92,8 +97,8 @@
"format-plugged": "{capacity}% ﮣ",
"format-alt": "{time} {icon}",
"format-good": "", // An empty format will hide the module
"format-full": "",
"format-icons": ["", "", "", "", ""]
"format-full": "󰁹",
"format-icons": ["󰂎", "󰁻", "󰁽", "󰁿", "󰂂"]
},
"network": {
"format-wifi": "{essid} ({signalStrength}%) ",
@ -109,7 +114,7 @@
//"format-bluetooth": "{volume}% {icon} {format_source}",
//"format-bluetooth-muted": " {icon} {format_source}",
//"format-muted": " {format_source}",
"format-muted": "<span foreground=\"#666666\">ﱝ</span> {format_source}",
"format-muted": "󰝟 {format_source}",
"format-source": "<span foreground=\"#bf7998\"></span>",
"format-source-muted": "<span foreground=\"#6c88a6\"></span>",
"format-icons": {

View File

@ -3,7 +3,7 @@
* {
border: none;
border-radius: 0;
font-family: "IosevkaLyteTerm", sans-serif;
font-family: "IosevkaLyteTerm", "Symbols Nerd Font Mono", sans-serif;
font-size: 16px;
min-height: 0;
}
@ -68,10 +68,11 @@ window#waybar.empty {
#idle_inhibitor,
#mpd {
padding: 0 0.75em;
background-color: inherit;
color: @text;
}
#clock {
/* background-color: #64727D; */
}
#battery {