diff options
| author | EnricoGuccii <partyka.003@proton.me> | 2026-03-04 01:26:03 +0100 |
|---|---|---|
| committer | EnricoGuccii <partyka.003@proton.me> | 2026-03-04 01:26:03 +0100 |
| commit | a43b23bf881efce1e2156cbb76e461989eb68981 (patch) | |
| tree | 510fe9909e688f30a527c2ad5168b76b219246bd | |
| parent | ffc935a4301f5b9594f96c3665b34e0cc51b0103 (diff) | |
shit2
| -rw-r--r-- | .config/alacritty/alacritty.toml | 4 | ||||
| -rw-r--r-- | .config/i3status/config | 43 |
2 files changed, 3 insertions, 44 deletions
diff --git a/.config/alacritty/alacritty.toml b/.config/alacritty/alacritty.toml index 2b5428a..37cc0f2 100644 --- a/.config/alacritty/alacritty.toml +++ b/.config/alacritty/alacritty.toml @@ -38,10 +38,12 @@ magenta = "#7162ac" cyan = "#00838D" white = "#dedede" + + [colors.bright] black = "#bdbdbd" red = "#ffa1a1" -green = "#D1D36F" +green = "#c9de95" yellow = "#F6D99D" blue = "#b1d8f6" magenta = "#C8A2C9" diff --git a/.config/i3status/config b/.config/i3status/config deleted file mode 100644 index 3909d21..0000000 --- a/.config/i3status/config +++ /dev/null @@ -1,43 +0,0 @@ -general { - colors = false - interval = 5 -} - -order += "wireless _first_" -order += "ethernet _first_" -order += "battery 0" -order += "volume master" -order += "tztime local" - -wireless _first_ { - format_up = " %quality %essid %ip" - format_down = "" -} - -ethernet _first_ { - format_up = " %ip" - format_down = "" -} -battery 0 { - format = "%status %percentage %remaining" - format_down = "" - status_chr = "" - status_bat = "" - status_unk = "?" - status_full = "" - status_idle = "IDLE" - path = "/sys/class/power_supply/BAT0/uevent" - low_threshold = 15 -} - -volume master { - format = " %volume" - format_muted = " %volume" - device = "default" - mixer = "Master" - mixer_idx = 0 -} - -tztime local { - format = "%Y-%m-%d %H:%M" -} |