Import desktop configs
This commit is contained in:
parent
47b376a612
commit
c0eee93642
10 changed files with 1380 additions and 1 deletions
42
configs/dunst/dunstrc
Normal file
42
configs/dunst/dunstrc
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
[global]
|
||||
monitor = 0
|
||||
follow = none
|
||||
width = (400, 700)
|
||||
height = 300
|
||||
origin = bottom-right
|
||||
offset = 20x20
|
||||
scale = 0
|
||||
notification_limit = 20
|
||||
progress_bar = false
|
||||
icon_corner_radius = 12
|
||||
icon_corners = all
|
||||
indicate_hidden = yes
|
||||
transparency = 20
|
||||
separator_height = 2
|
||||
padding = 15
|
||||
horizontal_padding = 15
|
||||
text_icon_padding = 15
|
||||
frame_width = 3
|
||||
frame_color = "#ff2e97"
|
||||
background = "#0c0a20"
|
||||
foreground = "#f2f3f7"
|
||||
gap_size = 0
|
||||
separator_color = frame
|
||||
sort = yes
|
||||
font = GohuFont 14 Nerd Font Mono
|
||||
line_height = 0
|
||||
markup = full
|
||||
format = "<b>%s</b>\n%b"
|
||||
alignment = left
|
||||
vertical_alignment = center
|
||||
show_age_threshold = 60
|
||||
ellipsize = middle
|
||||
ignore_newline = no
|
||||
stack_duplicates = true
|
||||
hide_duplicate_count = false
|
||||
show_indicators = yes
|
||||
enable_recursive_icon_lookup = true
|
||||
icon_theme = Papirus
|
||||
icon_position = left
|
||||
min_icon_size = 48
|
||||
max_icon_size = 64
|
||||
19
configs/hyfetch/hyfetch.json
Normal file
19
configs/hyfetch/hyfetch.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"preset": "voidgirl",
|
||||
"mode": "rgb",
|
||||
"light_dark": "dark",
|
||||
"lightness": 0.65,
|
||||
"color_align": {
|
||||
"mode": "custom",
|
||||
"custom_colors": {
|
||||
"1": 2,
|
||||
"2": 0
|
||||
},
|
||||
"fore_back": []
|
||||
},
|
||||
"backend": "neofetch",
|
||||
"args": null,
|
||||
"distro": null,
|
||||
"pride_month_shown": [],
|
||||
"pride_month_disable": false
|
||||
}
|
||||
20
configs/kitty/colors-kitty.conf
Normal file
20
configs/kitty/colors-kitty.conf
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
foreground #e4eeff
|
||||
background #0c0a20
|
||||
cursor #e4eeff
|
||||
|
||||
color0 #0c0a20
|
||||
color1 #ff2e97
|
||||
color2 #62a9cf
|
||||
color3 #ffd400
|
||||
color4 #42c6ff
|
||||
color5 #ff2afc
|
||||
color6 #42c6ff
|
||||
color7 #d9e0e9
|
||||
color8 #435056
|
||||
color9 #ff2e97
|
||||
color10 #add0e5
|
||||
color11 #ffd400
|
||||
color12 #42c6ff
|
||||
color13 #ff2afc
|
||||
color14 #42c6ff
|
||||
color15 #f4f6f9
|
||||
1181
configs/kitty/kitty.conf
Normal file
1181
configs/kitty/kitty.conf
Normal file
File diff suppressed because it is too large
Load diff
16
configs/wofi/config
Normal file
16
configs/wofi/config
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
width=900
|
||||
height=600
|
||||
location=center
|
||||
show=drun
|
||||
prompt=Buscar...
|
||||
filter_rate=100
|
||||
allow_markup=true
|
||||
no_actions=true
|
||||
halign=fill
|
||||
orientation=vertical
|
||||
content_halign=fill
|
||||
insensitive=true
|
||||
allow_images=true
|
||||
image_size=30
|
||||
gtk_dark=true
|
||||
layer=overlay
|
||||
16
configs/wofi/menu
Normal file
16
configs/wofi/menu
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# Config for wofi-wifi-menu
|
||||
|
||||
# position values:
|
||||
# 1 2 3
|
||||
# 8 0 4
|
||||
# 7 6 5
|
||||
POSITION=3
|
||||
|
||||
# y-offset
|
||||
YOFF=15
|
||||
|
||||
# x-offset
|
||||
XOFF=-30
|
||||
|
||||
# fields to be displayed
|
||||
FIELDS=SSID,IN-USE,BARS,SECURITY
|
||||
6
configs/wofi/menu.css
Normal file
6
configs/wofi/menu.css
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
@import ".config/wofi/style.css";
|
||||
|
||||
window {
|
||||
font-family: "FiraCode Nerd Font Mono";
|
||||
font-size: 13px;
|
||||
}
|
||||
65
configs/wofi/style.css
Normal file
65
configs/wofi/style.css
Normal file
|
|
@ -0,0 +1,65 @@
|
|||
* {
|
||||
font-family: "Fira Code Nerd Font";
|
||||
font-size: 22px;
|
||||
}
|
||||
|
||||
window {
|
||||
margin: 0px;
|
||||
border: solid 3px #8be9fd;
|
||||
border-radius: 10px;
|
||||
background-origin: border-box;
|
||||
background-clip: padding-box, border-box;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#input {
|
||||
margin: 5px;
|
||||
border: none;
|
||||
color: #f2f3f7;
|
||||
border-radius: 10px;
|
||||
background-color: #44475a;
|
||||
}
|
||||
|
||||
#inner-box {
|
||||
margin: 5px;
|
||||
border: none;
|
||||
border-radius: 10px;
|
||||
background-color: #282a36;
|
||||
}
|
||||
|
||||
#outer-box {
|
||||
margin: 5px;
|
||||
border: none;
|
||||
border-radius: 10px;
|
||||
background-color: #282a36;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
#scroll {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#text {
|
||||
border-radius: 15px;
|
||||
margin: 5px;
|
||||
border: none;
|
||||
color: #f8f8f2;
|
||||
}
|
||||
|
||||
#entry.activatable #text {
|
||||
color: #282a36;
|
||||
}
|
||||
|
||||
#entry > * {
|
||||
color: #f8f8f2;
|
||||
border-radius: 15px;
|
||||
}
|
||||
|
||||
#entry:selected {
|
||||
border-radius: 15px;
|
||||
background-color: #44475a;
|
||||
}
|
||||
|
||||
#entry:selected #text {
|
||||
border-radius: 15px;
|
||||
}
|
||||
|
|
@ -7,7 +7,6 @@
|
|||
|
||||
home.sessionVariables = {
|
||||
MANPAGER = "most";
|
||||
fish_greeting = "";
|
||||
XCURSOR_THEME = "Breeze";
|
||||
XCURSOR_SIZE = "30";
|
||||
HYPRCURSOR_THEME = "Breeze";
|
||||
|
|
@ -86,9 +85,16 @@
|
|||
];
|
||||
|
||||
home.file = {
|
||||
".config/kitty/kitty.conf".source = ../configs/kitty/kitty.conf;
|
||||
".config/kitty/colors-kitty.conf".source = ../configs/kitty/colors-kitty.conf;
|
||||
|
||||
".config/dunst/dunstrc".source = ../configs/dunst/dunstrc;
|
||||
|
||||
".config/hypr/hyprland.conf".source = ../configs/hypr/hyprland.conf;
|
||||
".config/hypr/hyprpaper.conf".source = ../configs/hypr/hyprpaper.conf;
|
||||
|
||||
".config/hyfetch.json".source = ../configs/hyfetch/hyfetch.json;
|
||||
|
||||
".config/waybar/config".source = ../configs/waybar/config;
|
||||
".config/waybar/style.css".source = ../configs/waybar/style.css;
|
||||
".config/waybar/dracula.css".source = ../configs/waybar/dracula.css;
|
||||
|
|
@ -109,6 +115,11 @@
|
|||
".config/doom/config.el".source = ../configs/doom/config.el;
|
||||
".config/doom/init.el".source = ../configs/doom/init.el;
|
||||
".config/doom/packages.el".source = ../configs/doom/packages.el;
|
||||
|
||||
".config/wofi/config".source = ../configs/wofi/config;
|
||||
".config/wofi/style.css".source = ../configs/wofi/style.css;
|
||||
".config/wofi/menu".source = ../configs/wofi/menu;
|
||||
".config/wofi/menu.css".source = ../configs/wofi/menu.css;
|
||||
};
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
|
|
|
|||
|
|
@ -121,6 +121,9 @@
|
|||
};
|
||||
fish = {
|
||||
enable = true;
|
||||
interactiveShellInit = ''
|
||||
set -g fish_greeting
|
||||
'';
|
||||
shellInit = ''
|
||||
if test -r /run/agenix/openai_api_key
|
||||
set -gx OPENAI_API_KEY (cat /run/agenix/openai_api_key)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue