i3-status 配置

news/2024/11/29 14:55:29/

i3-status 配置

i3-status有默认配置
archwiki-i3-statu

拷贝默认配置文件到家目录

cp /etc/i3status.conf ~/.config/i3status/config

我的配置

# 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 = trueinterval = 5
}# order += "ipv6"
# order += "wireless _first_"
# order += "ethernet _first_"
order += "battery all"
order += "memory"
order += "disk /"
# order += "load"
order += "cpu_temperature 0"
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"# format = "%status %percentage %remaining %emptytime"format = "%status %percentage %remaining"format_down = "No battery"status_chr = "⚡ CHR"status_bat = "🔋 BAT"status_unk = "? UNK"status_full = "☻ FULL"path = "/sys/class/power_supply/BAT%d/uevent"# low_threshold = 10
}disk "/" {format = "%avail"
}load {format = "%1min"
}memory {format = "%used | %available"threshold_degraded = "1G"format_degraded = "MEMORY < %available"
}tztime local {format = "%Y-%m-%d %H:%M:%S"
}cpu_temperature 0 {format = "T: %degrees °C"
}

http://www.ppmy.cn/news/272864.html

相关文章

i3能装Linux虚拟机,centos7 下安装i3wm

最近看到好多人都在秀自己的桌面&#xff0c;装了centos7后一直没用过&#xff0c;也准备先折腾下桌面&#xff0c;在网上看到平铺式终端后&#xff0c;感觉挺好玩的&#xff0c;就准备装上玩玩&#xff0c;下面就开始安装过程&#xff0c;centos7 装这个实在是太不容易了&…

manjaro i3wm 的一些配置

最近安装了manjaro的i3版本&#xff0c;还不错&#xff0c;对一些日常出现的问题进行汇总&#xff0c;贴出解决方案。 安装完成后的基础配置 这个参照两个博客&#xff0c;Manjaro-i3的配置和配置你的专属Manjaro-i3wm&#xff0c;主要修改一下软件源&#xff08;我用的是清华…

linux配置i3窗口管理器,i3窗口管理器配置

配置你的i3wm!(基于Arch Linux,i3-gaps) i3wm是一个动态窗口管理器。与通常的桌面环境不同,窗口管理器不含有各种轮子,所以非常轻量。常见的窗口管理器有openbox(堆叠),compiz(极至特效),i3(平铺),awesome(平铺),bspwm(平铺),dwm(平铺)。在这些窗口管理器中openbox与c…

Manjaro-i3的安装

Manjaro-i3的安装 manjaro的安装方法记录在这里&#xff0c;其中涉及到一些常用软件的安装&#xff0c;此处只介绍Manjaro-i3的安装&#xff0c;并对一些安装配置中出现的问题列出解决方法 写在前面 之前用Win10的时候&#xff0c;觉得分屏这个功能非常好&#xff0c;可以帮…

linux i3 命令,i3 窗口管理器入门

本篇文章会介绍如何在 Fedora 系统中&#xff0c;安装、配置、使用 i3 瓦片式桌面管理器。 在我的文章 i3 桌面让 Linux 更好的 5 个理由&#xff0c;我分享了选择 i3 桌面管理器 作为一种 Linux 桌面替代方案的最主要五个理由。 在本篇文章中&#xff0c;我将向大家展示&#…

linux桌面环境i3,Arch Linux桌面环境-i3

在安装arch后只有命令行界面&#xff0c;日常使用还是相当蛋疼的&#xff0c;所以有了以下的一些操作~ 桌面环境选择&#xff1a; 显示管理器&#xff1a;lightdm 窗口管理器&#xff1a;i3wm 创建之后使用的用户&#xff1a; useradd -m arch #创建用户 password arch #修改用…

i3优化

去掉顶部的边框 在.config/i3/config文件中添加以下代码 #new_window 1pixel new_window none new_float normal hide_edge_borders both 更改背景 安装feh  sudo apt-get install feh安装variety sudo apt-get install variety执行 variety开机启动&#xff1a;exec_always…

linux i3 桌面,在Linux系统使用i3平铺窗口管理器的五大优势

下面讲解 i3 平铺窗口管理器在 Linux 系统下的五大优势&#xff0c;它能使 Linux 发挥出自身的特色&#xff0c;通过键盘操作的 i3 平铺窗口管理器使用 Linux 桌面更具风味。 前言 Linux(和一般的开源软件)最美好的一点是自由&#xff0c;可以在不同的替代方案中进行选择以满足…