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 = 4, down, close
|
||||
# gesture = 4, up, dispatcher, exec, rofi -show drun
|
||||
gesture = 3, swipe, mod: SUPER, move
|
||||
gesture = 3, swipe, mod: CTRL, resize
|
||||
gesture = 3, swipe, mod: SUPER, resize
|
||||
gesture = 3, swipe, mod: CTRL, move
|
||||
gesture = 3, swipe, mod: Alt, fullscreen
|
||||
# gesture = 3, left, dispatcher, focusmonitor, -1
|
||||
# gesture = 3, left, mod: CTRL, dispatcher, movetoworkspace, -1
|
||||
@@ -249,7 +249,7 @@ bind = , catchall, submap, reset
|
||||
submap = reset
|
||||
|
||||
# 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 = waybar
|
||||
exec-once = swaync
|
||||
|
||||
+11
-11
@@ -1,9 +1,9 @@
|
||||
"$schema" = 'https://starship.rs/config-schema.json'
|
||||
|
||||
format = """
|
||||
[░▒▓](#920025)\
|
||||
[░▒▓](#00504a)\
|
||||
$username\
|
||||
[ ](bg:#920025 fg:#ffdada)\
|
||||
[ ](bg:#00504a fg:#00fded)\
|
||||
$directory\
|
||||
$time\
|
||||
$git_branch\
|
||||
@@ -13,11 +13,11 @@ $character"""
|
||||
|
||||
[username]
|
||||
show_always = true
|
||||
style_user = "bg:#920025 fg:#ffdada"
|
||||
style_user = "bg:#00504a fg:#00fded"
|
||||
format = "[ $user]($style)"
|
||||
|
||||
[directory]
|
||||
style = "fg:#680018 bg:#ffb3b5"
|
||||
style = "fg:#003733 bg:#00decf"
|
||||
format = "[ $path ]($style)"
|
||||
truncation_length = 3
|
||||
truncation_symbol = "…/"
|
||||
@@ -35,18 +35,18 @@ truncation_symbol = "…/"
|
||||
[time]
|
||||
disabled = false
|
||||
time_format = "%R"
|
||||
style = "bg:#2b1c1c"
|
||||
format = '[[ $time ](fg:#dbc0c0 bg:#2b1c1c)]($style)'
|
||||
style = "bg:#152220"
|
||||
format = '[[ $time ](fg:#bbcac7 bg:#152220)]($style)'
|
||||
|
||||
[git_branch]
|
||||
disabled = false
|
||||
symbol = " "
|
||||
style = "bg:#f5b8a7 fg:#4c261b"
|
||||
style = "bg:#a1ced4 fg:#00363b"
|
||||
format = '[ $symbol$branch ](bold $style)'
|
||||
|
||||
[git_status]
|
||||
disabled = false
|
||||
style = "bg:#f5b8a7 fg:#4c261b"
|
||||
style = "bg:#a1ced4 fg:#00363b"
|
||||
format = '[$all_status$ahead_behind]($style)'
|
||||
|
||||
# up_to_date = " synced "
|
||||
@@ -63,11 +63,11 @@ deleted = "deleted "
|
||||
|
||||
[nix_shell]
|
||||
disabled = false
|
||||
format = '[ <$name> ]($style)'
|
||||
style = "bg:#554242 fg:#dbc0c0"
|
||||
format = '[ <$name> ]($style)'
|
||||
style = "bg:#3c4947 fg:#bbcac7"
|
||||
impure_msg = '(impure)'
|
||||
pure_msg = '(pure)'
|
||||
|
||||
[character]
|
||||
success_symbol = "[ ➜](#ffb3b5)"
|
||||
success_symbol = "[ ➜](#00decf)"
|
||||
error_symbol = "[ ERROR ](bold #ffb4ab)[➜](#ffb4ab)"
|
||||
|
||||
Reference in New Issue
Block a user