Compare commits

...

3 commits

Author SHA1 Message Date
Hydroxycarbamide
22ae72d5d5 Update river init 2024-06-07 17:20:31 +02:00
Hydroxycarbamide
b3e634c957 Add macchina 2024-06-07 14:15:40 +02:00
Hydroxycarbamide
3873ef5076 Add starship.toml 2024-06-07 14:11:03 +02:00
5 changed files with 151 additions and 6 deletions

View file

@ -0,0 +1,17 @@
theme = "hydro"
show = [
"OperatingSystem",
"Kernel",
"Distribution",
"DesktopEnvironment",
"WindowManager",
# "Shell",
"Uptime",
# "Processor",
"ProcessorLoad",
"Memory",
# "GPU",
# "DiskSpace"
]

View file

@ -0,0 +1,55 @@
# Hydrogen
spacing = 2
padding = 0
hide_ascii = false
prefer_small_ascii = true
separator = ">"
key_color = "Cyan"
separator_color = "White"
[palette]
type = "Full"
visible = false
[bar]
glyph = "ߋ"
symbol_open = '['
symbol_close = ']'
hide_delimiters = true
visible = true
[box]
border = "plain"
visible = true
[box.inner_margin]
x = 1
y = 0
[randomize]
key_color = true
separator_color = false
[keys]
host = "Host"
kernel = "Kernel"
battery = "Battery"
os = "OS"
de = "DE"
wm = "WM"
distro = "Distro"
terminal = "Terminal"
shell = "Shell"
packages = "Packages"
uptime = "Uptime"
memory = "Memory"
machine = "Machine"
local_ip = "Local IP"
backlight = "Brightness"
resolution = "Resolution"
cpu_load = "CPU Load"
cpu = "CPU"
gpu = "GPU"
disk_space = "Disk Space"

View file

@ -0,0 +1,9 @@
${c1}
.
//\\
// \\
//\\ \\
// \\
// ,, \\
// | | -\\
//_-'' ''-_\\

View file

@ -186,9 +186,9 @@ riverctl border-width 2
riverctl default-layout rivertile
rivertile -view-padding 6 -outer-padding 10 &
rivertile smart-padding 0, \
view-padding 6, \
outer-padding 10, &
# filtile smart-padding 0, \
# view-padding 6, \
# outer-padding 10, &
@ -244,7 +244,7 @@ declare -a rule_sets
rule_sets[1]="footclient kitty foot"
rule_sets[2]="LibreWolf firefox"
rule_sets[3]="org.gnome.Nautilus fm-term org.qbittorrent.qBittorrent syncplay"
rule_sets[4]="com.usebottles.bottles cs2 org.prismlauncher.PrismLauncher moe.launcher.an-anime-game-launcher moe.launcher.the-honkers-railway-launcher genshinimpact.exe starrail.exe steam"
rule_sets[4]="com.usebottles.bottles cs2 org.prismlauncher.PrismLauncher moe.launcher.an-anime-game-launcher moe.launcher.the-honkers-railway-launcher genshinimpact.exe starrail.exe steam steam_app_*"
rule_sets[5]="org.remmina.Remmina Code VSCodium"
rule_sets[6]="io.github.celluloid_player.Celluloid mpv Spotify"
rule_sets[7]="discord vesktop teams-for-linux 'Microsoft Teams - Preview'"
@ -300,8 +300,8 @@ wl-paste --type image --watch cliphist store & #Stores only image data
# polkit
## /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
/usr/lib/polkit-kde-authentication-agent-1
/usr/lib/polkit-kde-authentication-agent-1 &
## lock
swayidle before-sleep 'loginctl lock-session' lock '/home/eric/.config/hypr/bsplock'
swayidle before-sleep 'loginctl lock-session' lock '/home/eric/.config/hypr/bsplock' &

64
dot_config/starship.toml Normal file
View file

@ -0,0 +1,64 @@
format = """
[](#a3aed2)\
[ 󰣇 ](bg:#a3aed2 fg:#090c0c)\
[](bg:#769ff0 fg:#a3aed2)\
$directory\
[](fg:#769ff0 bg:#394260)\
$git_branch\
$git_status\
[](fg:#394260 bg:#212736)\
$nodejs\
$rust\
$golang\
$php\
[](fg:#212736 bg:#1d2230)\
$time\
[ ](fg:#1d2230)\
\n$character"""
[directory]
style = "fg:#e3e5e5 bg:#769ff0"
format = "[ $path ]($style)"
truncation_length = 3
truncation_symbol = "…/"
[directory.substitutions]
"Documents" = "󰈙 "
"Downloads" = " "
"Music" = " "
"Pictures" = " "
[git_branch]
symbol = ""
style = "bg:#394260"
format = '[[ $symbol $branch ](fg:#769ff0 bg:#394260)]($style)'
[git_status]
style = "bg:#394260"
format = '[[($all_status$ahead_behind )](fg:#769ff0 bg:#394260)]($style)'
[nodejs]
symbol = ""
style = "bg:#212736"
format = '[[ $symbol ($version) ](fg:#769ff0 bg:#212736)]($style)'
[rust]
symbol = ""
style = "bg:#212736"
format = '[[ $symbol ($version) ](fg:#769ff0 bg:#212736)]($style)'
[golang]
symbol = ""
style = "bg:#212736"
format = '[[ $symbol ($version) ](fg:#769ff0 bg:#212736)]($style)'
[php]
symbol = ""
style = "bg:#212736"
format = '[[ $symbol ($version) ](fg:#769ff0 bg:#212736)]($style)'
[time]
disabled = false
time_format = "%R" # Hour:Minute Format
style = "bg:#1d2230"
format = '[[  $time ](fg:#a0a9cb bg:#1d2230)]($style)'