AutoYADM commit: 2025-02-27 17:50:17
This commit is contained in:
parent
743fcc1aed
commit
353bb4954f
7 changed files with 113 additions and 12 deletions
101
.config/eza/theme.yml.bak
Normal file
101
.config/eza/theme.yml.bak
Normal file
|
@ -0,0 +1,101 @@
|
||||||
|
colourful: true
|
||||||
|
|
||||||
|
filekinds:
|
||||||
|
normal: { foreground: "#d5d5d5" }
|
||||||
|
directory: { foreground: "#B14242" }
|
||||||
|
symlink: { foreground: "#4A8B8B" }
|
||||||
|
pipe: { foreground: "#737373" }
|
||||||
|
block_device: { foreground: "#E5A72A" }
|
||||||
|
char_device: { foreground: "#E5A72A" }
|
||||||
|
socket: { foreground: "#d5d5d5" }
|
||||||
|
special: { foreground: "#E49A44" }
|
||||||
|
executable: { foreground: "#E49A44" }
|
||||||
|
mount_point: { foreground: "#DF6464" }
|
||||||
|
|
||||||
|
perms:
|
||||||
|
user_read: { foreground: "#d5d5d5" }
|
||||||
|
user_write: { foreground: "#C4693D" }
|
||||||
|
user_execute_file: { foreground: "#B14242" }
|
||||||
|
user_execute_other: { foreground: "#B14242" }
|
||||||
|
group_read: { foreground: "#d5d5d5" }
|
||||||
|
group_write: { foreground: "#C4693D" }
|
||||||
|
group_execute: { foreground: "#B14242" }
|
||||||
|
other_read: { foreground: "#d5d5d5" }
|
||||||
|
other_write: { foreground: "#C4693D" }
|
||||||
|
other_execute: { foreground: "#B14242" }
|
||||||
|
special_user_file: { foreground: "#C53030" }
|
||||||
|
special_other: { foreground: "#E49A44" }
|
||||||
|
attribute: { foreground: "#a7a7a7" }
|
||||||
|
|
||||||
|
size:
|
||||||
|
major: { foreground: "#4A8B8B" }
|
||||||
|
minor: { foreground: "#4A8B8B" }
|
||||||
|
number_byte: { foreground: "#4A8B8B" }
|
||||||
|
number_kilo: { foreground: "#4A8B8B" }
|
||||||
|
number_mega: { foreground: "#4A8B8B" }
|
||||||
|
number_giga: { foreground: "#4A8B8B" }
|
||||||
|
number_huge: { foreground: "#4A8B8B" }
|
||||||
|
unit_byte: { foreground: "#4A8B8B" }
|
||||||
|
unit_kilo: { foreground: "#4A8B8B" }
|
||||||
|
unit_mega: { foreground: "#4A8B8B" }
|
||||||
|
unit_giga: { foreground: "#4A8B8B" }
|
||||||
|
unit_huge: { foreground: "#4A8B8B" }
|
||||||
|
|
||||||
|
users:
|
||||||
|
user_you: { foreground: "#B14242" }
|
||||||
|
user_root: { foreground: "#C53030" }
|
||||||
|
user_other: { foreground: "#DF6464" }
|
||||||
|
group_yours: { foreground: "#B14242" }
|
||||||
|
group_other: { foreground: "#DF6464" }
|
||||||
|
group_root: { foreground: "#C53030" }
|
||||||
|
|
||||||
|
links:
|
||||||
|
normal: { foreground: "#4A8B8B" }
|
||||||
|
multi_link_file: { foreground: "#4A8B8B" }
|
||||||
|
|
||||||
|
git:
|
||||||
|
new: { foreground: "#4A8B8B" }
|
||||||
|
modified: { foreground: "#C4693D" }
|
||||||
|
deleted: { foreground: "#B14242" }
|
||||||
|
renamed: { foreground: "#D87C4A" }
|
||||||
|
typechange: { foreground: "#B14242" }
|
||||||
|
ignored: { foreground: "#737373" }
|
||||||
|
conflicted: { foreground: "#E5A72A" }
|
||||||
|
|
||||||
|
git_repo:
|
||||||
|
branch_main: { foreground: "#d5d5d5" }
|
||||||
|
branch_other: { foreground: "#B14242" }
|
||||||
|
git_clean: { foreground: "#4A8B8B" }
|
||||||
|
git_dirty: { foreground: "#C53030" }
|
||||||
|
|
||||||
|
security_context:
|
||||||
|
colon: { foreground: "#737373" }
|
||||||
|
user: { foreground: "#d5d5d5" }
|
||||||
|
role: { foreground: "#B14242" }
|
||||||
|
typ: { foreground: "#E49A44" }
|
||||||
|
range: { foreground: "#B14242" }
|
||||||
|
|
||||||
|
file_type:
|
||||||
|
image: { foreground: "#C4693D" }
|
||||||
|
video: { foreground: "#C4693D" }
|
||||||
|
music: { foreground: "#C4693D" }
|
||||||
|
lossless: { foreground: "#4A8B8B" }
|
||||||
|
crypto: { foreground: "#E49A44" }
|
||||||
|
document: { foreground: "#C4693D" }
|
||||||
|
compressed: { foreground: "#C53030" }
|
||||||
|
temp: { foreground: "#E5A72A" }
|
||||||
|
compiled: { foreground: "#C4693D" }
|
||||||
|
build: { foreground: "#C4693D" }
|
||||||
|
source: { foreground: "#C4693D" }
|
||||||
|
|
||||||
|
punctuation: { foreground: "#737373" }
|
||||||
|
date: { foreground: "#b4b4b4" }
|
||||||
|
inode: { foreground: "#a7a7a7" }
|
||||||
|
blocks: { foreground: "#a7a7a7" }
|
||||||
|
header: { foreground: "#d5d5d5" }
|
||||||
|
octal: { foreground: "#a7a7a7" }
|
||||||
|
flags: { foreground: "#B14242" }
|
||||||
|
symlink_path: { foreground: "#4A8B8B" }
|
||||||
|
control_char: { foreground: "#4A8B8B" }
|
||||||
|
broken_symlink: { foreground: "#C53030" }
|
||||||
|
broken_path_overlay: { foreground: "#d5d5d5" }
|
|
@ -1 +1 @@
|
||||||
config##hostname.dbox
|
config##hostname.dpad
|
|
@ -1 +1 @@
|
||||||
kitty.conf##hostname.dbox
|
kitty.conf##hostname.dpad
|
|
@ -321,12 +321,12 @@ binds {
|
||||||
focus-column-right
|
focus-column-right
|
||||||
}
|
}
|
||||||
Mod+M {
|
Mod+M {
|
||||||
focus-column-or-monitor-left
|
focus-column-left
|
||||||
}
|
}
|
||||||
// Mod+N { focus-window-down; }
|
// Mod+N { focus-window-down; }
|
||||||
// Mod+E { focus-window-up; }
|
// Mod+E { focus-window-up; }
|
||||||
Mod+I {
|
Mod+I {
|
||||||
focus-column-or-monitor-right
|
focus-column-right
|
||||||
}
|
}
|
||||||
Mod+Shift+Left {
|
Mod+Shift+Left {
|
||||||
move-column-left
|
move-column-left
|
||||||
|
@ -437,10 +437,10 @@ binds {
|
||||||
focus-workspace-up
|
focus-workspace-up
|
||||||
}
|
}
|
||||||
Mod+L {
|
Mod+L {
|
||||||
focus-monitor-left
|
focus-workspace-down
|
||||||
}
|
}
|
||||||
Mod+U {
|
Mod+U {
|
||||||
focus-monitor-right
|
focus-workspace-up
|
||||||
}
|
}
|
||||||
Mod+Ctrl+Page_Down {
|
Mod+Ctrl+Page_Down {
|
||||||
move-column-to-workspace-down
|
move-column-to-workspace-down
|
||||||
|
|
|
@ -320,12 +320,12 @@ binds {
|
||||||
focus-column-right
|
focus-column-right
|
||||||
}
|
}
|
||||||
Mod+M {
|
Mod+M {
|
||||||
focus-column-left
|
focus-column-or-monitor-left
|
||||||
}
|
}
|
||||||
// Mod+N { focus-window-down; }
|
// Mod+N { focus-window-down; }
|
||||||
// Mod+E { focus-window-up; }
|
// Mod+E { focus-window-up; }
|
||||||
Mod+I {
|
Mod+I {
|
||||||
focus-column-right
|
focus-column-or-monitor-right
|
||||||
}
|
}
|
||||||
Mod+Shift+Left {
|
Mod+Shift+Left {
|
||||||
move-column-left
|
move-column-left
|
||||||
|
@ -436,10 +436,10 @@ binds {
|
||||||
focus-workspace-up
|
focus-workspace-up
|
||||||
}
|
}
|
||||||
Mod+L {
|
Mod+L {
|
||||||
focus-workspace-down
|
focus-monitor-left
|
||||||
}
|
}
|
||||||
Mod+U {
|
Mod+U {
|
||||||
focus-workspace-up
|
focus-monitor-right
|
||||||
}
|
}
|
||||||
Mod+Ctrl+Page_Down {
|
Mod+Ctrl+Page_Down {
|
||||||
move-column-to-workspace-down
|
move-column-to-workspace-down
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
config##hostname.dbox
|
config##hostname.dpad
|
|
@ -4,6 +4,6 @@ After=graphical-session.target
|
||||||
Requisite=graphical-session.target
|
Requisite=graphical-session.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/bin/swaybg -m fill -i "%h/Pictures/wallpapers/evangelion.png"
|
ExecStart=/usr/bin/swaybg -m fill -i "%h/Pictures/wallpapers/sidonia-blurred.png"
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue