From 66df2b324ab48c4257d5bf32df47c0cc0feec1ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Sun, 21 May 2023 22:57:31 +0200 Subject: i3config, make.conf virt, i3config modv modm --- etc/i3status.conf | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++ etc/portage/make.conf | 2 +- 2 files changed, 54 insertions(+), 1 deletion(-) create mode 100644 etc/i3status.conf (limited to 'etc') diff --git a/etc/i3status.conf b/etc/i3status.conf new file mode 100644 index 0000000..2995325 --- /dev/null +++ b/etc/i3status.conf @@ -0,0 +1,53 @@ +# i3status configuration file. +# see "man i3status" for documentation. + +# It is important that this file is edited as UTF-8. +# The following line should contain a sharp s: +# ß +# If the above line is not correctly displayed, fix your editor first! + +general { + colors = true + interval = 1 +} + +order += "ipv6" +order += "wireless _first_" +order += "ethernet _first_" +order += "battery all" +order += "disk /" +order += "load" +order += "memory" +order += "tztime local" + +wireless _first_ { + format_up = "W: (%quality at %essid) %ip" + format_down = "W: down" +} + +ethernet _first_ { + format_up = "E: %ip (%speed)" + format_down = "E: down" +} + +battery all { + format = "%status %percentage %remaining" +} + +disk "/" { + format = "diskavail %avail" +} + +load { + format = "load1min %1min" +} + +memory { + format = "usedram %used | availram %available" + threshold_degraded = "1G" + format_degraded = "MEMORY < %available" +} + +tztime local { + format = "%Y-%m-%d %H:%M:%S" +} diff --git a/etc/portage/make.conf b/etc/portage/make.conf index 5fc01de..8e2ec81 100644 --- a/etc/portage/make.conf +++ b/etc/portage/make.conf @@ -58,7 +58,7 @@ USE="$USE system-llvm clippy rust-src rust-analyzer rustfmt" # za rust USE="$USE btrfs" # za docker USE="$USE opencv" # za pytorch USE="$USE eai" # za postfix smtputf8 -USE="$USE vhost-net qemu" # za qemu +USE="$USE vhost-net qemu parted" # za qemu / libvirt USE="$USE qml positioning quick" # za freecad CALLIGRA_FEATURES="stage words sheets" -- cgit v1.2.3