20250322.1742674833
This commit is contained in:
parent
06fe5a1390
commit
cd8cf52814
6 changed files with 104 additions and 9 deletions
|
@ -1 +1 @@
|
||||||
{"gtabs":[{"panes":[{"ptabs":[{"history":[{"dir":"/home/cr33per/Downloads/Screenshots","file":"..","relpos":0,"ts":1742162618},{"dir":"/home/cr33per/Downloads","file":"Screenshots","relpos":1,"ts":1742163505}],"filters":{"invert":true,"dot":true,"manual":"","auto":""},"last-location":"/home/cr33per/Downloads","sorting":[2],"preview":false}]},{"ptabs":[{"history":[{"dir":"/home/cr33per/Downloads/Screenshots","file":"..","relpos":0,"ts":1742162618}],"filters":{"invert":true,"dot":true,"manual":"","auto":""},"last-location":"/home/cr33per/Downloads/Screenshots","sorting":[2],"preview":false}]}],"active-pane":0,"preview":false,"splitter":{"pos":-1,"ratio":0.5,"orientation":"v","expanded":false}}],"active-gtab":0,"marks":{"H":{"dir":"/home/cr33per/","file":"..","ts":1742162560},"b":{"dir":"/home/cr33per/bin/","file":"..","ts":1742162560},"h":{"dir":"/home/cr33per/","file":"..","ts":1742162560},"z":{"dir":"/home/cr33per/.config/vifm","file":"..","ts":1742162560}},"bmarks":{},"cmd-hist":[{"text":"h","ts":1742163342},{"text":"q","ts":1742163342}],"regs":{},"dir-stack":[],"use-term-multiplexer":false}
|
{"gtabs":[{"panes":[{"ptabs":[{"history":[{"dir":"/home/cr33per/Downloads/Screenshots","file":"..","relpos":0,"ts":1742162618},{"dir":"/home/cr33per/Downloads","file":"Screenshots","relpos":1,"ts":1742163505},{"dir":"/home","file":"fz0x1","relpos":1,"ts":1742419561},{"dir":"/home/fz0x1","file":"Desktop","relpos":3,"ts":1742419561}],"filters":{"invert":true,"dot":true,"manual":"","auto":""},"last-location":"/home/fz0x1","sorting":[2],"preview":false}]},{"ptabs":[{"history":[{"dir":"/home/cr33per/Downloads/Screenshots","file":"..","relpos":0,"ts":1742162618},{"dir":"/home","file":"..","relpos":0,"ts":1742419561}],"filters":{"invert":true,"dot":true,"manual":"","auto":""},"last-location":"/home","sorting":[2],"preview":false}]}],"active-pane":0,"preview":false,"splitter":{"pos":-1,"ratio":0.5,"orientation":"v","expanded":false}}],"active-gtab":0,"marks":{"H":{"dir":"/home/cr33per/","file":"..","ts":1742162560},"b":{"dir":"/home/fz0x1/bin/","file":"..","ts":1742419555},"h":{"dir":"/home/fz0x1/","file":"..","ts":1742419555},"z":{"dir":"/home/cr33per/.config/vifm","file":"..","ts":1742162560}},"bmarks":{},"cmd-hist":[{"text":"h","ts":1742163342},{"text":"q","ts":1742163342}],"regs":{},"dir-stack":[],"use-term-multiplexer":false}
|
Binary file not shown.
|
@ -14,8 +14,8 @@ xrdb -merge ~/.Xresources &
|
||||||
~/scripts/bin/setup_displays
|
~/scripts/bin/setup_displays
|
||||||
|
|
||||||
# PolicyKit Authentication Agent - Gnome
|
# PolicyKit Authentication Agent - Gnome
|
||||||
# /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
||||||
/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets
|
/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets &
|
||||||
|
|
||||||
sleep 2
|
sleep 2
|
||||||
|
|
||||||
|
|
|
@ -55,6 +55,8 @@ bindsym $mod+m exec --no-startup-id emacsclient -a '' -c
|
||||||
bindsym $mod+b exec --no-startup-id librewolf
|
bindsym $mod+b exec --no-startup-id librewolf
|
||||||
# start tor
|
# start tor
|
||||||
bindsym $mod+t exec --no-startup-id torbrowser-launcher
|
bindsym $mod+t exec --no-startup-id torbrowser-launcher
|
||||||
|
# wmfocus
|
||||||
|
bindsym $mod+q exec --no-startup-id wmfocus
|
||||||
# edit keyboard config
|
# edit keyboard config
|
||||||
# bindsym $mod+Control+t exec --no-startup-id chromium "https://configure.zsa.io/moonlander/layouts/QxvPD/latest/0"
|
# bindsym $mod+Control+t exec --no-startup-id chromium "https://configure.zsa.io/moonlander/layouts/QxvPD/latest/0"
|
||||||
|
|
||||||
|
@ -105,9 +107,9 @@ bindsym $mod+v split v
|
||||||
bindsym $mod+f fullscreen toggle
|
bindsym $mod+f fullscreen toggle
|
||||||
|
|
||||||
# change container layout (stacked, tabbed, toggle split)
|
# change container layout (stacked, tabbed, toggle split)
|
||||||
bindsym $mod+s layout stacking
|
# bindsym $mod+s layout stacking
|
||||||
bindsym $mod+w layout tabbed
|
# bindsym $mod+w layout tabbed
|
||||||
bindsym $mod+e layout toggle split
|
# bindsym $mod+e layout toggle split
|
||||||
|
|
||||||
# toggle tiling / floating
|
# toggle tiling / floating
|
||||||
bindsym $mod+Shift+space floating toggle
|
bindsym $mod+Shift+space floating toggle
|
||||||
|
@ -225,7 +227,8 @@ bar {
|
||||||
tray_padding 3
|
tray_padding 3
|
||||||
font pango:TerminessNerdFont, FontAwesome 11
|
font pango:TerminessNerdFont, FontAwesome 11
|
||||||
position top
|
position top
|
||||||
status_command i3status-rs ~/.config/i3/i3status-rust.toml
|
# status_command i3status-rs ~/.config/i3/i3status-rust.toml
|
||||||
|
status_command py3status -c ~/.config/i3/i3status.conf
|
||||||
colors {
|
colors {
|
||||||
separator #666666
|
separator #666666
|
||||||
background #1D1F21
|
background #1D1F21
|
||||||
|
|
|
@ -16,8 +16,10 @@ icons = "awesome4"
|
||||||
[[block]]
|
[[block]]
|
||||||
block = "focused_window"
|
block = "focused_window"
|
||||||
[block.format]
|
[block.format]
|
||||||
full = " $title.str(max_w:50) |"
|
full = "🪟 $title.str(max_w:50) |"
|
||||||
short = " $title.str(max_w:10) |"
|
short = "🪟 $title.str(max_w:10) |"
|
||||||
|
[block.theme_overrides]
|
||||||
|
idle_fg = "#ee5253"
|
||||||
|
|
||||||
[[block]]
|
[[block]]
|
||||||
block = "cpu"
|
block = "cpu"
|
||||||
|
@ -67,3 +69,15 @@ block = "keyboard_layout"
|
||||||
block = "time"
|
block = "time"
|
||||||
interval = 5
|
interval = 5
|
||||||
format = " $timestamp.datetime(f:'%a %d/%m %R') "
|
format = " $timestamp.datetime(f:'%a %d/%m %R') "
|
||||||
|
|
||||||
|
[[block]]
|
||||||
|
block = "custom"
|
||||||
|
command = "echo ''"
|
||||||
|
interval = "once"
|
||||||
|
|
||||||
|
[[block.click]]
|
||||||
|
button = "left"
|
||||||
|
cmd = "telegram-desktop"
|
||||||
|
# [[block.click]]
|
||||||
|
# button = "left"
|
||||||
|
# action = "cycle"
|
||||||
|
|
78
linux/.config/i3/i3status.conf
Normal file
78
linux/.config/i3/i3status.conf
Normal file
|
@ -0,0 +1,78 @@
|
||||||
|
# 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 = 5
|
||||||
|
}
|
||||||
|
|
||||||
|
order += "window"
|
||||||
|
order += "coin_market"
|
||||||
|
order += "keyboard_layout"
|
||||||
|
order += "volume_status"
|
||||||
|
order += "battery_level"
|
||||||
|
order += "disk /"
|
||||||
|
order += "load"
|
||||||
|
order += "memory"
|
||||||
|
order += "tztime local"
|
||||||
|
# order += "external_script"
|
||||||
|
|
||||||
|
window {
|
||||||
|
format = '🪟 {title}'
|
||||||
|
max_width = 30
|
||||||
|
color = '#ee5253'
|
||||||
|
}
|
||||||
|
|
||||||
|
coin_market {
|
||||||
|
api_key = "b4ffb549-c4b2-422d-8e8e-fbed4aa33041"
|
||||||
|
# format_coin = "[\?color=name {name}] "
|
||||||
|
format_coin = "[\?color=symbol {symbol}] ${usd_price:.2f} "
|
||||||
|
format_coin += "[\?color=usd_percent_change_24h {usd_percent_change_24h}%]"
|
||||||
|
markets = ["btc", "xmr"]
|
||||||
|
thresholds = {
|
||||||
|
"name": [
|
||||||
|
("Bitcoin", "greenyellow"),
|
||||||
|
("Monero", "orange"),
|
||||||
|
],
|
||||||
|
"symbol": [
|
||||||
|
("BTC", "darkgray"),
|
||||||
|
("XMR", "darkgray"),
|
||||||
|
],
|
||||||
|
"usd_percent_change_24h": [(-100, "bad"), (0, "good")],
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
keyboard_layout {
|
||||||
|
layouts = ['ru', 'en']
|
||||||
|
cache_timeout = 0.1
|
||||||
|
}
|
||||||
|
|
||||||
|
volume_status {
|
||||||
|
cache_timeout = 0.1
|
||||||
|
}
|
||||||
|
|
||||||
|
battery_level {}
|
||||||
|
|
||||||
|
load {
|
||||||
|
format = "%1min"
|
||||||
|
}
|
||||||
|
|
||||||
|
memory {
|
||||||
|
format = "%used/%available"
|
||||||
|
threshold_degraded = "1G"
|
||||||
|
format_degraded = "MEMORY < %available"
|
||||||
|
}
|
||||||
|
|
||||||
|
tztime local {
|
||||||
|
format = "%Y-%m-%d %H:%M:%S"
|
||||||
|
}
|
||||||
|
|
||||||
|
# external_script {
|
||||||
|
# format = " "
|
||||||
|
# script_path = "telegram-desktop"
|
||||||
|
# }
|
Loading…
Add table
Reference in a new issue