Compare commits

..

2 Commits

Author SHA1 Message Date
nils f13f5fb2f4 nix develop update 2026-01-21 19:01:28 +01:00
nils 2e8b02c335 gestures final und wlsunset 2026-01-21 19:01:01 +01:00
2 changed files with 14 additions and 14 deletions
+3 -3
View File
@@ -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
View File
@@ -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)"