Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
aef1472d51
|
@ -1,3 +1,4 @@
|
||||||
|
os/android
|
||||||
os/linux
|
os/linux
|
||||||
os/linux/arch
|
os/linux/arch
|
||||||
os/linux/nix
|
os/linux/nix
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -4,6 +4,8 @@ theme = "custom"
|
||||||
soft-wrap.enable = true
|
soft-wrap.enable = true
|
||||||
auto-pairs = false
|
auto-pairs = false
|
||||||
auto-save = false
|
auto-save = false
|
||||||
|
completion-trigger-len = 1
|
||||||
|
color-modes = false
|
||||||
bufferline = "multiple"
|
bufferline = "multiple"
|
||||||
scrolloff = 8
|
scrolloff = 8
|
||||||
rulers = [80, 120]
|
rulers = [80, 120]
|
||||||
|
@ -21,6 +23,15 @@ hidden = false
|
||||||
render = true
|
render = true
|
||||||
character = "▏"
|
character = "▏"
|
||||||
|
|
||||||
|
[editor.lsp]
|
||||||
|
display-messages = true
|
||||||
|
display-inlay-hints = true
|
||||||
|
|
||||||
|
[editor.statusline]
|
||||||
|
left = ["mode", "spinner", "selections", "primary-selection-length", "position", "position-percentage", "diagnostics", "workspace-diagnostics"]
|
||||||
|
center = ["file-name"]
|
||||||
|
right = [ "version-control", "total-line-numbers", "file-encoding"]
|
||||||
|
|
||||||
[keys.insert]
|
[keys.insert]
|
||||||
j = { k = "normal_mode", j = "normal_mode", K = "normal_mode", J = "normal_mode" }
|
j = { k = "normal_mode", j = "normal_mode", K = "normal_mode", J = "normal_mode" }
|
||||||
|
|
||||||
|
|
2
os/android/config.d.fish
Normal file
2
os/android/config.d.fish
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
set --export --universal NOTES_PATH $NICE_HOME/storage/shared/notes
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -160,6 +160,10 @@ mode "resize" {
|
||||||
bindsym escape mode "default"
|
bindsym escape mode "default"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bar {
|
||||||
|
swaybar_command waybar
|
||||||
|
}
|
||||||
|
|
||||||
set $tilers "(kitty.*|firefox.*|slack.*|Slack.*|thunar.*|Alacritty.*|alacritty.*|Discord.*|discord.*)"
|
set $tilers "(kitty.*|firefox.*|slack.*|Slack.*|thunar.*|Alacritty.*|alacritty.*|Discord.*|discord.*)"
|
||||||
for_window [title=".*"] floating enable
|
for_window [title=".*"] floating enable
|
||||||
for_window [app_id=$tilers] floating disable
|
for_window [app_id=$tilers] floating disable
|
||||||
|
@ -182,8 +186,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"
|
||||||
|
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Reference in a new issue