idk some changes

This commit is contained in:
Alexander Bell 2025-05-14 23:38:46 +02:00
parent 37f830bf4a
commit 4909fcc7bd
9 changed files with 33 additions and 5609 deletions

View File

@ -1,10 +1,14 @@
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"source": "arch_small",
"source": "/home/alex/dotfiles/.config/fastfetch/logo.txt",
"padding": {
"top": 2,
"right": 4
"top": 0,
"right": 2
},
"color": {
"1": "red",
"2": "yellow"
}
},
"display": {
@ -23,11 +27,13 @@
}
},
"color": {
"keys": "cyan", // Key color
"title": "light_blue" // Title color
"keys": "yellow", // Key color
"title": "red" // Title color
},
},
"modules": [
"break",
"break",
"break",
{
"type": "os",

BIN
.config/fastfetch/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

View File

@ -0,0 +1,16 @@
# #
### ###
#### ####
##### #####
##### #####
######## ########
########## ### ##########
### ###### #### ###### ###
### ############## ###
### ########## ###
### ###### ###
### #### ###
### #### ###
# #### #
####
##

View File

@ -52,6 +52,10 @@ bind = $mainMod SHIFT, left, moveWindow, l
bind = $mainMod SHIFT, right, moveWindow, r
bind = $mainMod SHIFT, up, moveWindow, u
bind = $mainMod SHIFT, down, moveWindow, d
bind = $mainMod SHIFT, h, moveWindow, l
bind = $mainMod SHIFT, l, moveWindow, r
bind = $mainMod SHIFT, k, moveWindow, u
bind = $mainMod SHIFT, j, moveWindow, d
# Switch workspaces with mainMod + [0-9]
bind = $mainMod, 1, workspace, 1

View File

@ -33,8 +33,8 @@ decoration {
rounding_power = 10
# Change transparency of focused and unfocused windows
active_opacity = 0.9
inactive_opacity = 0.9
active_opacity = 0.85
inactive_opacity = 0.85
shadow {
enabled = true

View File

@ -1,21 +0,0 @@
background #1e1e1e
foreground #b8bcb9
cursor #eee
selection_background #efcc00
color0 #3a3c43
color8 #888987
color1 #be3e48
color9 #fb001e
color2 #869a3a
color10 #0e712e
color3 #c4a535
color11 #c37033
color4 #4e76a1
color12 #176ce3
color5 #855b8d
color13 #fb0067
color6 #568ea3
color14 #2d6f6c
color7 #b8bcb9
color15 #fcffb8
selection_foreground #1e1e1e

View File

@ -1,21 +0,0 @@
background #1c1e20
foreground #b8daee
cursor #708183
selection_background #2a2a24
color0 #1c1d19
color8 #1c1d19
color1 #f18238
color9 #d12a24
color2 #9ed264
color10 #a7d32c
color3 #f3ef6d
color11 #ff8948
color4 #4f96be
color12 #61b8d0
color5 #695abb
color13 #695abb
color6 #d53864
color14 #d53864
color7 #fefffe
color15 #fefffe
selection_foreground #1c1e20

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff