dark mode turned on and added rofi instead of wofi

This commit is contained in:
Robin
2025-10-04 17:56:36 +02:00
parent db1a3e0b53
commit 526bc12122
11 changed files with 328 additions and 81 deletions

View File

@@ -3,12 +3,12 @@ final_space = true
version = 3
[palette]
os = "#4c4f69"
os = "#c6d0f5"
closer = "p:os"
pink = "#dd7878"
lavender = "#7287FD"
blue = "#209fb5"
green = "#40a02b"
pink = "#F4B8E4"
lavender = "#BABBF1"
blue = "#8CAAEE"
green = "#A6D189"
[[blocks]]
alignment = "left"
@@ -17,11 +17,11 @@ type = "prompt"
[[blocks.segments]]
foreground = "p:os"
style = "plain"
template = "{{.Icon}} "
template = " {{.Icon}} "
type = "os"
[[blocks.segments]]
foreground = "p:lavender"
foreground = "p:blue"
style = "plain"
template = "{{ .UserName }} "
type = "session"
@@ -42,16 +42,16 @@ type = "prompt"
type = "git"
[blocks.segments.properties]
branch_icon = " "
cherry_pick_icon = " "
commit_icon = " "
branch_icon = "  "
cherry_pick_icon = "  "
commit_icon = "  "
fetch_status = false
fetch_upstream_icon = false
merge_icon = " "
no_commits_icon = " "
rebase_icon = " "
revert_icon = " "
tag_icon = " "
merge_icon = "  "
no_commits_icon = "  "
rebase_icon = "  "
revert_icon = "  "
tag_icon = "  "
[[blocks]]
type = 'prompt'