diff --git a/.gitignore b/.gitignore index 4fce83f..babfca8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ git/.gitconfig-work home/ i3/.wallpapers/ +nano/.cache/nano/* diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 0a1715e..77cf8c8 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -51,7 +51,7 @@ floating_modifier $mod # move tiling windows via drag & drop by left-clicking into the title bar, # or left-clicking anywhere into the window while holding the floating modifier. -tiling_drag modifier titlebar +# tiling_drag modifier titlebar # start a terminal bindsym $mod+Return exec /etc/profiles/per-user/hactario/bin/alacritty diff --git a/i3/.config/i3status/config b/i3/.config/i3status/config index 698924a..3b85c70 100644 --- a/i3/.config/i3status/config +++ b/i3/.config/i3status/config @@ -1,9 +1,14 @@ general { // output_format = "i3bar" colors = true - color_good = "#50FA7B" - color_degraded = "#F1FA8C" - color_bad = "#FF5555" + // color_good = "#50FA7B" + // color_degraded = "#F1FA8C" + // color_bad = "#FF5555" + color_good = "#a3be8c" + color_degraded = "#ebcb8b" + color_bad = "#bf616a" + separator = "" + output_format = "i3bar" interval = 5 separator = "󰭆" } @@ -23,10 +28,8 @@ order += "ethernet enp0s31f6" order += "ethernet" order += "battery 0" order += "cpu_temperature 0" -order += "memory" -order += "load" -order += "tztime local" -order += "tztime paris" +order += "tztime local"order += "tztime Montreal" +order += "tztime Brussels" wireless wlp2s0 { format_up = " (%quality at %essid, %bitrate) %ip" @@ -76,9 +79,14 @@ tztime local { hide_if_equals_localtime = true } -tztime paris { +tztime Brussels { format = "📅 %V %a 󰃭 %Y-%m-%d  %H:%M:%S %Z" - timezone = "Europe/Paris" + timezone = "Europe/Brussels" +} +tztime Montreal { + format = " %H:%M:%S %Z" + timezone = "America/Montreal" + hide_if_equals_localtime = true } load { @@ -117,6 +125,10 @@ disk "/home" { threshold_type = percentage_avail } +disk "/home" { + format = "%free" +} + read_file uptime { path = "/proc/uptime" } diff --git a/nano/.cache/nano/.keep b/nano/.cache/nano/.keep new file mode 100644 index 0000000..e69de29