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] [user]
name = Daniel Flanagan name = Daniel Flanagan
email = daniel@lyte.dev
[filter "lfs"] [filter "lfs"]
clean = git-lfs clean -- %f 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 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 kitty --single-instance
exec /usr/lib/polkit-kde-authentication-agent-1 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" # 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": "{device_alias}@{device_address}",
"tooltip-format-enumerate-connected-battery": "{device_alias}@{device_address} ( {device_battery_percentage}%)" "tooltip-format-enumerate-connected-battery": "{device_alias}@{device_address} ( {device_battery_percentage}%)"
}, },
// "wireplumber": {
// "format": "{volume}% {icon}",
// "format-muted": "",
// "on-click": "helvum"
// },
"sway/workspaces": { "sway/workspaces": {
"disable-scroll": false, "disable-scroll": false,
"persistent_workspaces": { "persistent_workspaces": {
@ -46,10 +51,10 @@
"format": "{name}" "format": "{name}"
}, },
"idle_inhibitor": { "idle_inhibitor": {
"format": "<span foreground=\"#666666\">{icon}</span>", "format": "{icon}",
"format-icons": { "format-icons": {
"activated": "", "activated": "󰈈",
"deactivated": "" "deactivated": "󰈉"
} }
}, },
"tray": { "tray": {
@ -66,7 +71,7 @@
"interval": 3 "interval": 3
}, },
"memory": { "memory": {
"format": "{} <span foreground=\"#666666\"></span>" "format": "{} 󰍛"
}, },
"temperature": { "temperature": {
// "thermal-zone": 2, // "thermal-zone": 2,
@ -79,7 +84,7 @@
"backlight": { "backlight": {
// "device": "acpi_video1", // "device": "acpi_video1",
"format": "{percent}% {icon}", "format": "{percent}% {icon}",
"format-icons": ["", ""] "format-icons": ["", ""]
}, },
"battery": { "battery": {
"states": { "states": {
@ -92,8 +97,8 @@
"format-plugged": "{capacity}% ﮣ", "format-plugged": "{capacity}% ﮣ",
"format-alt": "{time} {icon}", "format-alt": "{time} {icon}",
"format-good": "", // An empty format will hide the module "format-good": "", // An empty format will hide the module
"format-full": "", "format-full": "󰁹",
"format-icons": ["", "", "", "", ""] "format-icons": ["󰂎", "󰁻", "󰁽", "󰁿", "󰂂"]
}, },
"network": { "network": {
"format-wifi": "{essid} ({signalStrength}%) ", "format-wifi": "{essid} ({signalStrength}%) ",
@ -109,7 +114,7 @@
//"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-muted": "<span foreground=\"#666666\">ﱝ</span> {format_source}", "format-muted": "󰝟 {format_source}",
"format-source": "<span foreground=\"#bf7998\"></span>", "format-source": "<span foreground=\"#bf7998\"></span>",
"format-source-muted": "<span foreground=\"#6c88a6\"></span>", "format-source-muted": "<span foreground=\"#6c88a6\"></span>",
"format-icons": { "format-icons": {

View File

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