chore: update oxwm 29b9dc39
Steve · 2026-08-16 18:28 2 file(s) · +16 −16
oxwm/config.lua +15 −15
59 59
    oxwm.bar.block.ram({
60 60
        format = "Ram: {used}/{total} GB",
61 61
        interval = 5,
62 -
        color = colors.light_blue,
63 -
        underline = true,
64 -
    }),
65 -
    oxwm.bar.block.static({
66 -
        text = "│",
67 -
        interval = 999999999,
68 -
        color = colors.lavender,
69 -
        underline = false,
70 -
    }),
71 -
    oxwm.bar.block.shell({
72 -
        format = "{}",
73 -
        command = "uname -r",
74 -
        interval = 999999999,
75 -
        color = colors.red,
62 +
        color = colors.blue,
76 63
        underline = true,
77 64
    }),
78 65
    oxwm.bar.block.static({
79 66
        text = "│",
80 67
        interval = 999999999,
81 -
        color = colors.lavender,
68 +
        color = colors.green,
82 69
        underline = false,
83 70
    }),
71 +
    -- oxwm.bar.block.shell({
72 +
    --     format = "{}",
73 +
    --     command = "uname -r",
74 +
    --     interval = 999999999,
75 +
    --     color = colors.red,
76 +
    --     underline = true,
77 +
    -- }),
78 +
    -- oxwm.bar.block.static({
79 +
    --     text = "│",
80 +
    --     interval = 999999999,
81 +
    --     color = colors.lavender,
82 +
    --     underline = false,
83 +
    -- }),
84 84
    oxwm.bar.block.datetime({
85 85
        format = "{}",
86 86
        date_format = "%a, %b %d - %-I:%M %P",
wezterm/.wezterm.lua +1 −1
52 52
}
53 53
54 54
config.font = wezterm.font('BerkeleyMono Nerd Font')
55 -
config.font_size = 14
55 +
config.font_size = 13
56 56
57 57
config.front_end = "WebGpu"
58 58