add nano and update i3 status
This commit is contained in:
parent
06654fae8e
commit
2f239adcd3
4 changed files with 23 additions and 10 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
git/.gitconfig-work
|
||||
home/
|
||||
i3/.wallpapers/
|
||||
nano/.cache/nano/*
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
0
nano/.cache/nano/.keep
Normal file
0
nano/.cache/nano/.keep
Normal file
Loading…
Add table
Reference in a new issue