add:wip mango
This commit is contained in:
10
mango/fontconfig/conf.d/99-monospace-geist.conf
Normal file
10
mango/fontconfig/conf.d/99-monospace-geist.conf
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||||
|
<fontconfig>
|
||||||
|
<alias binding="strong">
|
||||||
|
<family>monospace</family>
|
||||||
|
<prefer>
|
||||||
|
<family>Geist Mono</family>
|
||||||
|
</prefer>
|
||||||
|
</alias>
|
||||||
|
</fontconfig>
|
||||||
18
mango/fontconfig/fonts.conf
Normal file
18
mango/fontconfig/fonts.conf
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||||
|
<fontconfig>
|
||||||
|
<alias>
|
||||||
|
<family>sans-serif</family>
|
||||||
|
<prefer>
|
||||||
|
<family>Noto Sans CJK JP</family>
|
||||||
|
<family>Noto Sans</family>
|
||||||
|
</prefer>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>monospace</family>
|
||||||
|
<prefer>
|
||||||
|
<family>Noto Sans Mono CJK JP</family>
|
||||||
|
<family>Geist Mono</family>
|
||||||
|
</prefer>
|
||||||
|
</alias>
|
||||||
|
</fontconfig>
|
||||||
74
mango/starship.toml
Executable file
74
mango/starship.toml
Executable file
@@ -0,0 +1,74 @@
|
|||||||
|
add_newline = false
|
||||||
|
|
||||||
|
format = """
|
||||||
|
[╭─$username$hostname$directory$git_branch$git_status](5)
|
||||||
|
[╰──➤](5) """
|
||||||
|
|
||||||
|
[character]
|
||||||
|
vicmd_symbol = "[V](bold 2) "
|
||||||
|
# format = """
|
||||||
|
# [┌──────────────────────────────────────────────](fg:#CC59B0)
|
||||||
|
# [└─>](fg:#CC59B0) """
|
||||||
|
|
||||||
|
[username]
|
||||||
|
style_root = "white"
|
||||||
|
format = "[$user](5)[@](bold 3)"
|
||||||
|
disabled = false
|
||||||
|
show_always = true
|
||||||
|
|
||||||
|
[hostname]
|
||||||
|
ssh_only = false
|
||||||
|
format = "[$hostname](bold 7) "
|
||||||
|
disabled = false
|
||||||
|
|
||||||
|
[directory]
|
||||||
|
read_only = ""
|
||||||
|
format = "[](blue) [$path](3)"
|
||||||
|
read_only_style= "bold white"
|
||||||
|
truncation_length = 5
|
||||||
|
truncate_to_repo = false
|
||||||
|
|
||||||
|
[docker_context]
|
||||||
|
format = "via [🐋 $context](blue bold)"
|
||||||
|
|
||||||
|
[cmd_duration]
|
||||||
|
disabled = true
|
||||||
|
|
||||||
|
[aws]
|
||||||
|
format = "on [$symbol$profile]($style) "
|
||||||
|
style = "bold cyan"
|
||||||
|
symbol = "🅰 "
|
||||||
|
|
||||||
|
[aws.region_aliases]
|
||||||
|
us-east-1 = "est-1"
|
||||||
|
|
||||||
|
# Git
|
||||||
|
[git_branch]
|
||||||
|
format = " [$symbol$branch]($style) "
|
||||||
|
style = "fg:white bg:black"
|
||||||
|
|
||||||
|
[git_status]
|
||||||
|
format = '([$all_status$ahead_behind](1))'
|
||||||
|
conflicted = ""
|
||||||
|
ahead = "⇡${count}"
|
||||||
|
behind = "⇣${count}"
|
||||||
|
diverged = "⇕⇡${ahead_count}⇣${behind_count}"
|
||||||
|
up_to_date = ""
|
||||||
|
untracked = "?${count}"
|
||||||
|
stashed = "$${count}"
|
||||||
|
modified = "!${count}"
|
||||||
|
staged = "+${count}"
|
||||||
|
renamed = "»${count}"
|
||||||
|
deleted = "✘${count}"
|
||||||
|
|
||||||
|
# Language Environments
|
||||||
|
[package]
|
||||||
|
style = "bold fg:#5E5E5E"
|
||||||
|
|
||||||
|
[python]
|
||||||
|
style = "bold fg:#5E5E5E"
|
||||||
|
symbol = "[](bold yellow) "
|
||||||
|
|
||||||
|
[nodejs]
|
||||||
|
style = "bold fg:#5E5E5E"
|
||||||
|
symbol = "[⬢](bold green) "
|
||||||
@@ -3,3 +3,14 @@ cp -r ~/.config/mango/* ./mango
|
|||||||
cp -r ~/.config/waybar/* ./waybar
|
cp -r ~/.config/waybar/* ./waybar
|
||||||
cp -r ~/.config/kanshi/* ./kanshi
|
cp -r ~/.config/kanshi/* ./kanshi
|
||||||
cp -r ~/.config/xdg-desktop-portal/* ./xdg-desktop-portal
|
cp -r ~/.config/xdg-desktop-portal/* ./xdg-desktop-portal
|
||||||
|
cp ~/.config/user-dirs.conf .
|
||||||
|
cp ~/.config/starship.toml .
|
||||||
|
cp -r ~/.config/waypaper/* ./waypaper
|
||||||
|
rsync -av ~/.config/fontconfig/ ./fontconfig
|
||||||
|
|
||||||
|
cp ~/.config/rofi/theme.rasi ./rofi
|
||||||
|
cp ~/.config/rofi/app-manager/* ./rofi/app-manager
|
||||||
|
cp ~/.config/rofi/settings-manager/* ./rofi/settings-manager
|
||||||
|
cp ~/.config/rofi/power-manager/* ./rofi/power-manager
|
||||||
|
cp ~/.config/rofi/help-manager/* ./rofi/help-manager
|
||||||
|
cp ~/.config/rofi/setup.sh ./rofi
|
||||||
|
|||||||
1
mango/user-dirs.conf
Normal file
1
mango/user-dirs.conf
Normal file
@@ -0,0 +1 @@
|
|||||||
|
enabled=False
|
||||||
27
mango/waypaper/config.ini
Normal file
27
mango/waypaper/config.ini
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
[Settings]
|
||||||
|
language = en
|
||||||
|
folder = ~/pictures
|
||||||
|
monitors = All
|
||||||
|
wallpaper = ~/pictures/flowers-21.png
|
||||||
|
show_path_in_tooltip = True
|
||||||
|
backend = swww
|
||||||
|
fill = fill
|
||||||
|
sort = name
|
||||||
|
color = #ffffff
|
||||||
|
subfolders = False
|
||||||
|
all_subfolders = False
|
||||||
|
show_hidden = False
|
||||||
|
show_gifs_only = False
|
||||||
|
zen_mode = False
|
||||||
|
post_command =
|
||||||
|
number_of_columns = 3
|
||||||
|
swww_transition_type = wave
|
||||||
|
swww_transition_step = 63
|
||||||
|
swww_transition_angle = 55
|
||||||
|
swww_transition_duration = 1
|
||||||
|
swww_transition_fps = 60
|
||||||
|
mpvpaper_sound = False
|
||||||
|
mpvpaper_options =
|
||||||
|
use_xdg_state = False
|
||||||
|
stylesheet = /home/kokopi/.config/waypaper/style.css
|
||||||
|
|
||||||
Reference in New Issue
Block a user