1
Fork 0

Compare commits

...

2 Commits

Author SHA1 Message Date
Bauke 897594e91c
Add more gaps. 2024-02-24 22:23:40 +01:00
Bauke f55386504a
Switch i3status to i3status-rust. 2024-02-24 22:23:23 +01:00
4 changed files with 17 additions and 23 deletions

View File

@ -68,7 +68,7 @@
windowManager.i3 = {
enable = true;
extraPackages = with pkgs; [
i3status
i3status-rust
rofi
];
};

View File

@ -40,13 +40,14 @@ workspace $ws10 output HDMI-1
# Assign gaps to specific workspaces.
workspace $ws2 gaps inner 10
workspace $ws3 gaps inner 10
workspace $ws4 gaps inner 10
# Configuration for i3bar.
bar {
output primary # Only output to the primary display.
position bottom # Position at the bottom of the screen.
status_command i3status # Use i3status for the status contents.
tray_output primary # Show tray icons on the primary display.
output primary # Only output to the primary display.
position bottom # Position at the bottom of the screen.
status_command i3status-rs # Use i3status-rust for the status contents.
tray_output primary # Show tray icons on the primary display.
}
# Assign clients to specific workspaces.

View File

@ -0,0 +1,11 @@
[[block]]
block = "time"
format = "$timestamp.datetime(f:'%H:%M')"
interval = 5
timezone = "US/Central"
[[block]]
block = "time"
format = "$timestamp.datetime(f:'%H:%M')"
interval = 5
timezone = "Europe/Brussels"

View File

@ -1,18 +0,0 @@
general {
colors = true
interval = 5
output_format = "i3bar"
}
tztime eu_brussels {
format = "%H:%M"
timezone = "Europe/Brussels"
}
tztime us_central {
format = "%H:%M"
timezone = "US/Central"
}
order += "tztime us_central"
order += "tztime eu_brussels"