update
This commit is contained in:
@@ -5,13 +5,20 @@
|
||||
"spacing": 15,
|
||||
"modules-left": ["sway/workspaces","sway/mode"],
|
||||
"modules-center": ["clock"],
|
||||
"modules-right": ["tray", "battery","pulseaudio"],
|
||||
"modules-right": ["tray","network", "battery","pulseaudio"],
|
||||
"sway/mode": {
|
||||
"format": "{}"
|
||||
},
|
||||
"sway/window": {
|
||||
"format": "{title}"
|
||||
},
|
||||
"network": {
|
||||
"format-wifi": " {essid} ({signalStrength}%)",
|
||||
"format-ethernet": " {ifname} {bandwidthUpBits} {bandwidthDownBits}",
|
||||
"format-linked": " (No IP) ",
|
||||
"format-disconnected": "",
|
||||
"interval": 1
|
||||
},
|
||||
"battery": {
|
||||
"bat": "BAT0",
|
||||
"states": {
|
||||
|
||||
1
.zshrc
1
.zshrc
@@ -22,6 +22,7 @@ alias ls='eza'
|
||||
alias ll='eza -l'
|
||||
alias tree='eza -T'
|
||||
alias cat='bat'
|
||||
alias network='nmtui'
|
||||
|
||||
#
|
||||
## Initialization code that may require console input (password prompts, [y/n]
|
||||
|
||||
@@ -32,6 +32,11 @@ required_packages_pacman:
|
||||
- nautilus
|
||||
- eza
|
||||
- bat
|
||||
- wget
|
||||
- curl
|
||||
- nmap
|
||||
- kubectl
|
||||
- terraform
|
||||
|
||||
flatpak_remote:
|
||||
- {name: 'flathub', url: "https://dl.flathub.org/repo/flathub.flatpakrepo"}
|
||||
|
||||
Reference in New Issue
Block a user