Update 2025-05-31

Update 2025-05-06

Update 2025-05-09

Update 2025-05-11

Update 2025-05-13

Update 2025-05-18

Update 2025-05-19

Update 2025-05-24

Update 2025-05-27

Update 2025-05-29

Update 2025-05-31
This commit is contained in:
2025-05-01 17:16:25 +03:00
parent d028d0ad38
commit 1d7d0b7c22
54 changed files with 1577 additions and 521 deletions

View File

@@ -0,0 +1,7 @@
packages = [ "wayland" ]
[variables]
dpi = "96"
font_size = "16"
terminal = "ghostty"
browser = "floorp"

View File

@@ -0,0 +1,7 @@
packages = [ "x11" ]
[variables]
dpi = "96"
font_size = "10"
terminal = "ghostty"
browser = "floorp"

View File

@@ -32,7 +32,7 @@ depends = [ "base", "awesome_laptop", "picom", "dunst", "rofi" ]
"config/x11/xresources" = {target = "~/.config/x11/xresources", type = "template"}
[wayland]
depends = [ "base", "hyprland", "dunst" ]
depends = [ "base", "hyprland", "dunst", "rofi" ]
[wayland.files]
"config/zsh/.zprofile-wayland" = "~/.config/zsh/.zprofile"
@@ -48,6 +48,12 @@ depends = [ "shell" ]
"config/shell/env" = "~/.zshenv"
"config/zsh/" = "~/.config/zsh/"
[fish]
depends = [ "shell" ]
[fish.files]
"config/fish/" = "~/.config/fish/"
[local.files]
"local/bin/" = "~/.local/bin/"
"local/share/" = "~/.local/share/"
@@ -59,7 +65,7 @@ depends = [ "shell" ]
"config/rofi/config.rasi" = {target = "~/.config/rofi/config.rasi", type = "template"}
[misc]
depends = [ "torrent", "zathura" ]
depends = [ "torrent", "zathura", "email" ]
[misc.files]
"config/batrc" = "~/.config/bat/config"
@@ -127,8 +133,11 @@ depends = [ "misc", "local", "eww", "lock" ]
[spotify.files]
"config/spotify-tui.yml" = "~/.config/spotify-tui/config.yml"
[email.files]
"config/neomutt/" = "~/.config/neomutt/"
[terminal]
depends = [ "zsh", "tmux" ]
depends = [ "zsh", "tmux", "fish" ]
[terminal.files]
"config/alacritty/" = "~/.config/alacritty/"
@@ -139,6 +148,7 @@ depends = [ "zsh", "tmux" ]
[tmux.files]
"config/tmux/" = "~/.config/tmux/"
"config/sesh/" = "~/.config/sesh/"
[xplr.files]
"config/xplr/" = "~/.config/xplr/"