From 3873ef507665ae73fe78ef06913a254981a1b8e0 Mon Sep 17 00:00:00 2001 From: Hydroxycarbamide Date: Fri, 7 Jun 2024 14:11:03 +0200 Subject: [PATCH 1/3] Add starship.toml --- dot_config/starship.toml | 64 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 dot_config/starship.toml diff --git a/dot_config/starship.toml b/dot_config/starship.toml new file mode 100644 index 0000000..245f4a2 --- /dev/null +++ b/dot_config/starship.toml @@ -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)' From b3e634c9579bb38472a47dc0050e7c4654517c68 Mon Sep 17 00:00:00 2001 From: Hydroxycarbamide Date: Fri, 7 Jun 2024 14:15:40 +0200 Subject: [PATCH 2/3] Add macchina --- dot_config/macchina/macchina.toml | 17 +++++++++ dot_config/macchina/themes/hydro.toml | 55 +++++++++++++++++++++++++++ dot_config/macchina/themes/small_arch | 9 +++++ 3 files changed, 81 insertions(+) create mode 100644 dot_config/macchina/macchina.toml create mode 100644 dot_config/macchina/themes/hydro.toml create mode 100644 dot_config/macchina/themes/small_arch diff --git a/dot_config/macchina/macchina.toml b/dot_config/macchina/macchina.toml new file mode 100644 index 0000000..a90a090 --- /dev/null +++ b/dot_config/macchina/macchina.toml @@ -0,0 +1,17 @@ + +theme = "hydro" + +show = [ + "OperatingSystem", + "Kernel", + "Distribution", + "DesktopEnvironment", + "WindowManager", + # "Shell", + "Uptime", + # "Processor", + "ProcessorLoad", + "Memory", + # "GPU", + # "DiskSpace" +] diff --git a/dot_config/macchina/themes/hydro.toml b/dot_config/macchina/themes/hydro.toml new file mode 100644 index 0000000..a69c0d9 --- /dev/null +++ b/dot_config/macchina/themes/hydro.toml @@ -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" diff --git a/dot_config/macchina/themes/small_arch b/dot_config/macchina/themes/small_arch new file mode 100644 index 0000000..3470b1c --- /dev/null +++ b/dot_config/macchina/themes/small_arch @@ -0,0 +1,9 @@ +${c1} + . + //\\ + // \\ + //\\ \\ + // \\ + // ,, \\ + // | | -\\ + //_-'' ''-_\\ From 22ae72d5d5d44b5b098686f54148805e13f448e8 Mon Sep 17 00:00:00 2001 From: Hydroxycarbamide Date: Fri, 7 Jun 2024 17:20:31 +0200 Subject: [PATCH 3/3] Update river init --- dot_config/river/executable_init | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dot_config/river/executable_init b/dot_config/river/executable_init index 7187219..9f234f4 100644 --- a/dot_config/river/executable_init +++ b/dot_config/river/executable_init @@ -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' &