diff --git a/dot_config/i3/config b/dot_config/i3/config index a7ef346..f44a32d 100644 --- a/dot_config/i3/config +++ b/dot_config/i3/config @@ -29,7 +29,7 @@ bindsym $mod+n border normal # Font for window titles. Will also be used by the bar unless a different font # is used in the bar {} block below. -font xft:Inter 14 +font pango:Berkeley Mono, Symbols Nerd Font Mono, Inter 16 title_align center # Use Mouse+$mod to drag floating windows @@ -266,20 +266,20 @@ bar { position top workspace_min_width 20 - # mode hide - # hidden_state hide - # modifier $mod + mode hide + hidden_state hide + modifier $mod strip_workspace_numbers yes strip_workspace_name no colors { separator #A6ADC8 - background #1E1E2E + background #000000 statusline #1E1E2E focused_workspace #F5C2E7 #F5C2E7 #11111B active_workspace #CBA6F7 #CBA6F7 #11111B - inactive_workspace #9399B2 #9399B2 #CDD6F4 + inactive_workspace #11111B #11111B #CDD6F4 urgent_workspace #F38BA8 #F38BA8 #11111B } } diff --git a/dot_config/i3status-rust/config.toml b/dot_config/i3status-rust/config.toml index 83fe8a6..e69f4d8 100644 --- a/dot_config/i3status-rust/config.toml +++ b/dot_config/i3status-rust/config.toml @@ -1,14 +1,3 @@ -icons = "awesome" -theme = "ctp_mocha" - -[[block]] -interval = 60 -block = "github" -hide_if_total_is_zero = true -format = "{total}|{author}|{comment}|{mention}|{review_requested}" -warning = ["mention","review_requested"] -info = ["total"] - [[block]] block = "taskwarrior" interval = 60 @@ -47,3 +36,11 @@ block = "sound" block = "time" interval = 5 format = "%R" + +[theme] +name = "ctp_mocha" +[icons] +name = "awesome" +[icons.overrides] +pomodoro = " " +pomodoro_break = " "