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