add nano and update i3 status

This commit is contained in:
Quentin Godefroid 2024-01-03 13:44:02 +01:00 committed by Hactarus
parent 06654fae8e
commit 2f239adcd3
4 changed files with 23 additions and 10 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
git/.gitconfig-work git/.gitconfig-work
home/ home/
i3/.wallpapers/ i3/.wallpapers/
nano/.cache/nano/*

View file

@ -51,7 +51,7 @@ floating_modifier $mod
# move tiling windows via drag & drop by left-clicking into the title bar, # 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. # or left-clicking anywhere into the window while holding the floating modifier.
tiling_drag modifier titlebar # tiling_drag modifier titlebar
# start a terminal # start a terminal
bindsym $mod+Return exec /etc/profiles/per-user/hactario/bin/alacritty bindsym $mod+Return exec /etc/profiles/per-user/hactario/bin/alacritty

View file

@ -1,9 +1,14 @@
general { general {
// output_format = "i3bar" // output_format = "i3bar"
colors = true colors = true
color_good = "#50FA7B" // color_good = "#50FA7B"
color_degraded = "#F1FA8C" // color_degraded = "#F1FA8C"
color_bad = "#FF5555" // color_bad = "#FF5555"
color_good = "#a3be8c"
color_degraded = "#ebcb8b"
color_bad = "#bf616a"
separator = ""
output_format = "i3bar"
interval = 5 interval = 5
separator = "󰭆" separator = "󰭆"
} }
@ -23,10 +28,8 @@ order += "ethernet enp0s31f6"
order += "ethernet" order += "ethernet"
order += "battery 0" order += "battery 0"
order += "cpu_temperature 0" order += "cpu_temperature 0"
order += "memory" order += "tztime local"order += "tztime Montreal"
order += "load" order += "tztime Brussels"
order += "tztime local"
order += "tztime paris"
wireless wlp2s0 { wireless wlp2s0 {
format_up = " (%quality at %essid, %bitrate) %ip" format_up = " (%quality at %essid, %bitrate) %ip"
@ -76,9 +79,14 @@ tztime local {
hide_if_equals_localtime = true hide_if_equals_localtime = true
} }
tztime paris { tztime Brussels {
format = "📅 %V %a 󰃭 %Y-%m-%d  %H:%M:%S %Z" 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 { load {
@ -117,6 +125,10 @@ disk "/home" {
threshold_type = percentage_avail threshold_type = percentage_avail
} }
disk "/home" {
format = "%free"
}
read_file uptime { read_file uptime {
path = "/proc/uptime" path = "/proc/uptime"
} }

0
nano/.cache/nano/.keep Normal file
View file