Eric Bower
·
2026-07-11
1config_version = 1
2
3[bar.default]
4capsule_padding = 8.0
5capsule_radius = 0
6capsule = true
7font_family = "JetBrainsMono Nerd Font"
8margin_ends = 0
9position = "bottom"
10radius = 0
11shadow = false
12widget_spacing = 2
13
14start = [ "launcher", "active_window" ]
15center = [ "workspaces" ]
16end = [
17 "media",
18 "volume",
19 "battery",
20 "brightness",
21 "notifications",
22 "clipboard",
23 "network",
24 "bluetooth",
25 "control-center",
26 "tray",
27 "clock"
28]
29
30[idle]
31behavior_order = [ "lock", "screen-off", "lock-and-suspend" ]
32
33 [idle.behavior.lock]
34 action = "lock"
35 enabled = true
36 timeout = 600.0
37
38 [idle.behavior.lock-and-suspend]
39 action = "lock_and_suspend"
40 enabled = false
41 timeout = 900.0
42
43 [idle.behavior.screen-off]
44 action = "screen_off"
45 enabled = true
46 timeout = 900.0
47
48[location]
49address = "ann arbor, michigan"
50
51[nightlight]
52enabled = true
53temperature_night = 3000
54
55[shell]
56corner_radius_scale = 0.0
57time_format = "{:%I:%M}"
58
59 [shell.animation]
60 enabled = false
61
62 [shell.panel]
63 open_near_click_control_center = true
64
65 [shell.screen_corners]
66 size = 1
67
68[theme]
69builtin = "Kanagawa"
70community_palette = "Oxocarbon"
71mode = "dark"
72source = "builtin"
73wallpaper_scheme = "m3-content"
74
75[wallpaper]
76directory = "/home/erock/config/wallpapers"
77
78 [wallpaper.default]
79 path = "/home/erock/config/wallpapers/webb_telescope.png"
80
81[weather]
82unit = "imperial"
83
84[widget.clock]
85format = "{:%I:%M %m/%d}"
86
87[widget.bluetooth]
88hide_when_no_connected_device = true
89
90[widget.launcher]
91enabled = true
92
93[widget.media]
94hide_when_no_media = true
95
96[widget.network]
97show_label = false
98
99[widget.wallpaper]
100enabled = false