Compare commits
2 Commits
a0be9143f1
...
f13f5fb2f4
| Author | SHA1 | Date | |
|---|---|---|---|
| f13f5fb2f4 | |||
| 2e8b02c335 |
@@ -44,8 +44,8 @@ gesture = 3, horizontal, workspace
|
|||||||
gesture = 3, vertical, special, magic
|
gesture = 3, vertical, special, magic
|
||||||
# gesture = 4, down, close
|
# gesture = 4, down, close
|
||||||
# gesture = 4, up, dispatcher, exec, rofi -show drun
|
# gesture = 4, up, dispatcher, exec, rofi -show drun
|
||||||
gesture = 3, swipe, mod: SUPER, move
|
gesture = 3, swipe, mod: SUPER, resize
|
||||||
gesture = 3, swipe, mod: CTRL, resize
|
gesture = 3, swipe, mod: CTRL, move
|
||||||
gesture = 3, swipe, mod: Alt, fullscreen
|
gesture = 3, swipe, mod: Alt, fullscreen
|
||||||
# gesture = 3, left, dispatcher, focusmonitor, -1
|
# gesture = 3, left, dispatcher, focusmonitor, -1
|
||||||
# gesture = 3, left, mod: CTRL, dispatcher, movetoworkspace, -1
|
# gesture = 3, left, mod: CTRL, dispatcher, movetoworkspace, -1
|
||||||
@@ -249,7 +249,7 @@ bind = , catchall, submap, reset
|
|||||||
submap = reset
|
submap = reset
|
||||||
|
|
||||||
# Autostart
|
# Autostart
|
||||||
exec-once = sway-audio-idle-inhibit
|
exec-once = wlsunset -S 07:00 -s 19:00 -t 4000 -T 6500 -d 1800
|
||||||
exec-once = hyprctl dispatch focusmonitor DP-6
|
exec-once = hyprctl dispatch focusmonitor DP-6
|
||||||
exec-once = waybar
|
exec-once = waybar
|
||||||
exec-once = swaync
|
exec-once = swaync
|
||||||
|
|||||||
+11
-11
@@ -1,9 +1,9 @@
|
|||||||
"$schema" = 'https://starship.rs/config-schema.json'
|
"$schema" = 'https://starship.rs/config-schema.json'
|
||||||
|
|
||||||
format = """
|
format = """
|
||||||
[░▒▓](#920025)\
|
[░▒▓](#00504a)\
|
||||||
$username\
|
$username\
|
||||||
[ ](bg:#920025 fg:#ffdada)\
|
[ ](bg:#00504a fg:#00fded)\
|
||||||
$directory\
|
$directory\
|
||||||
$time\
|
$time\
|
||||||
$git_branch\
|
$git_branch\
|
||||||
@@ -13,11 +13,11 @@ $character"""
|
|||||||
|
|
||||||
[username]
|
[username]
|
||||||
show_always = true
|
show_always = true
|
||||||
style_user = "bg:#920025 fg:#ffdada"
|
style_user = "bg:#00504a fg:#00fded"
|
||||||
format = "[ $user]($style)"
|
format = "[ $user]($style)"
|
||||||
|
|
||||||
[directory]
|
[directory]
|
||||||
style = "fg:#680018 bg:#ffb3b5"
|
style = "fg:#003733 bg:#00decf"
|
||||||
format = "[ $path ]($style)"
|
format = "[ $path ]($style)"
|
||||||
truncation_length = 3
|
truncation_length = 3
|
||||||
truncation_symbol = "…/"
|
truncation_symbol = "…/"
|
||||||
@@ -35,18 +35,18 @@ truncation_symbol = "…/"
|
|||||||
[time]
|
[time]
|
||||||
disabled = false
|
disabled = false
|
||||||
time_format = "%R"
|
time_format = "%R"
|
||||||
style = "bg:#2b1c1c"
|
style = "bg:#152220"
|
||||||
format = '[[ $time ](fg:#dbc0c0 bg:#2b1c1c)]($style)'
|
format = '[[ $time ](fg:#bbcac7 bg:#152220)]($style)'
|
||||||
|
|
||||||
[git_branch]
|
[git_branch]
|
||||||
disabled = false
|
disabled = false
|
||||||
symbol = " "
|
symbol = " "
|
||||||
style = "bg:#f5b8a7 fg:#4c261b"
|
style = "bg:#a1ced4 fg:#00363b"
|
||||||
format = '[ $symbol$branch ](bold $style)'
|
format = '[ $symbol$branch ](bold $style)'
|
||||||
|
|
||||||
[git_status]
|
[git_status]
|
||||||
disabled = false
|
disabled = false
|
||||||
style = "bg:#f5b8a7 fg:#4c261b"
|
style = "bg:#a1ced4 fg:#00363b"
|
||||||
format = '[$all_status$ahead_behind]($style)'
|
format = '[$all_status$ahead_behind]($style)'
|
||||||
|
|
||||||
# up_to_date = " synced "
|
# up_to_date = " synced "
|
||||||
@@ -63,11 +63,11 @@ deleted = "deleted "
|
|||||||
|
|
||||||
[nix_shell]
|
[nix_shell]
|
||||||
disabled = false
|
disabled = false
|
||||||
format = '[ <$name> ]($style)'
|
format = '[ <$name> ]($style)'
|
||||||
style = "bg:#554242 fg:#dbc0c0"
|
style = "bg:#3c4947 fg:#bbcac7"
|
||||||
impure_msg = '(impure)'
|
impure_msg = '(impure)'
|
||||||
pure_msg = '(pure)'
|
pure_msg = '(pure)'
|
||||||
|
|
||||||
[character]
|
[character]
|
||||||
success_symbol = "[ ➜](#ffb3b5)"
|
success_symbol = "[ ➜](#00decf)"
|
||||||
error_symbol = "[ ERROR ](bold #ffb4ab)[➜](#ffb4ab)"
|
error_symbol = "[ ERROR ](bold #ffb4ab)[➜](#ffb4ab)"
|
||||||
|
|||||||
Reference in New Issue
Block a user