mirror of
https://github.com/Ascyii/dotfiles.git
synced 2026-01-01 06:54:24 -05:00
Minimal
This commit is contained in:
@@ -1,111 +0,0 @@
|
||||
# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ #
|
||||
# Hyprlock
|
||||
# Original config submitted by https://github.com/SherLock707
|
||||
|
||||
$background = rgb(000006)
|
||||
$foreground = rgb(D0E9FC)
|
||||
$color0 = rgb(000006)
|
||||
$color1 = rgb(060A53)
|
||||
$color2 = rgb(01236A)
|
||||
$color3 = rgb(0140B4)
|
||||
$color4 = rgb(0144BE)
|
||||
$color5 = rgb(8B3AA9)
|
||||
$color6 = rgb(5B90B8)
|
||||
$color7 = rgb(B3D7F2)
|
||||
$color8 = rgb(7E97A9)
|
||||
$color9 = rgb(080E6F)
|
||||
$color10 = rgb(012E8E)
|
||||
$color11 = rgb(0155F0)
|
||||
$color12 = rgb(015BFE)
|
||||
$color13 = rgb(B94EE1)
|
||||
$color14 = rgb(79C0F5)
|
||||
$color15 = rgb(B3D7F2)
|
||||
|
||||
general {
|
||||
grace = 1
|
||||
}
|
||||
|
||||
background {
|
||||
monitor =
|
||||
#path = screenshot # screenshot of your desktop
|
||||
|
||||
# all these options are taken from hyprland, see https://wiki.hyprland.org/Configuring/Variables/#blur for explanations
|
||||
blur_size = 5
|
||||
blur_passes = 1 # 0 disables blurring
|
||||
noise = 0.0117
|
||||
contrast = 1.3000 # Vibrant!!!
|
||||
brightness = 0.8000
|
||||
vibrancy = 0.2100
|
||||
vibrancy_darkness = 0.0
|
||||
}
|
||||
|
||||
input-field {
|
||||
monitor =
|
||||
size = 250, 50
|
||||
outline_thickness = 3
|
||||
dots_size = 0.33 # Scale of input-field height, 0.2 - 0.8
|
||||
dots_spacing = 0.15 # Scale of dots' absolute size, 0.0 - 1.0
|
||||
dots_center = true
|
||||
outer_color = $color5
|
||||
inner_color = $color0
|
||||
font_color = $color12
|
||||
#fade_on_empty = true
|
||||
placeholder_text = <i>Password...</i> # Text rendered in the input box when it's empty.
|
||||
hide_input = false
|
||||
|
||||
position = 0, 200
|
||||
halign = center
|
||||
valign = bottom
|
||||
}
|
||||
|
||||
# Date
|
||||
label {
|
||||
monitor =
|
||||
text = cmd[update:18000000] echo "<b> "$(date +'%A, %-d %B %Y')" </b>"
|
||||
color = $color12
|
||||
font_size = 34
|
||||
font_family = JetBrains Mono Nerd Font 10
|
||||
|
||||
position = 0, -150
|
||||
halign = center
|
||||
valign = top
|
||||
}
|
||||
|
||||
# Week
|
||||
label {
|
||||
monitor =
|
||||
text = cmd[update:18000000] echo "<b> "$(date +'Week %U')" </b>"
|
||||
color = $color5
|
||||
font_size = 24
|
||||
font_family = JetBrains Mono Nerd Font 10
|
||||
position = 0, -250
|
||||
halign = center
|
||||
valign = top
|
||||
}
|
||||
|
||||
# Time
|
||||
label {
|
||||
monitor =
|
||||
#text = cmd[update:1000] echo "<b><big> $(date +"%I:%M:%S %p") </big></b>" # AM/PM
|
||||
text = cmd[update:1000] echo "<b><big> $(date +"%H:%M:%S") </big></b>" # 24H
|
||||
color = $color15
|
||||
font_size = 94
|
||||
font_family = JetBrains Mono Nerd Font 10
|
||||
|
||||
position = 0, 0
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
|
||||
# User
|
||||
label {
|
||||
monitor =
|
||||
text = Nutzer: $USER
|
||||
color = "#123456"
|
||||
font_size = 18
|
||||
font_family = Inter Display Medium
|
||||
position = 0, 100
|
||||
halign = center
|
||||
valign = bottom
|
||||
}
|
||||
|
||||
@@ -1,21 +0,0 @@
|
||||
background #1d1d1d
|
||||
foreground #f7f6ec
|
||||
cursor #eccf4f
|
||||
selection_background #165776
|
||||
color0 #343835
|
||||
color8 #585a58
|
||||
color1 #ce3e60
|
||||
color9 #d18ea6
|
||||
color2 #7bb75b
|
||||
color10 #767e2b
|
||||
color3 #e8b32a
|
||||
color11 #77592e
|
||||
color4 #4c99d3
|
||||
color12 #135879
|
||||
color5 #a57fc4
|
||||
color13 #5f4190
|
||||
color6 #389aac
|
||||
color14 #76bbca
|
||||
color7 #f9faf6
|
||||
color15 #b1b5ae
|
||||
selection_foreground #1d1d1d
|
||||
@@ -1,49 +0,0 @@
|
||||
# gruvbox dark by morhetz, https://github.com/morhetz/gruvbox
|
||||
# This work is licensed under the terms of the MIT license.
|
||||
# For a copy, see https://opensource.org/licenses/MIT.
|
||||
|
||||
background #282828
|
||||
foreground #ebdbb2
|
||||
|
||||
cursor #928374
|
||||
|
||||
selection_foreground #928374
|
||||
selection_background #3c3836
|
||||
|
||||
color0 #282828
|
||||
color8 #928374
|
||||
|
||||
# red
|
||||
color1 #cc241d
|
||||
# light red
|
||||
color9 #fb4934
|
||||
|
||||
# green
|
||||
color2 #98971a
|
||||
# light green
|
||||
color10 #b8bb26
|
||||
|
||||
# yellow
|
||||
color3 #d79921
|
||||
# light yellow
|
||||
color11 #fabd2d
|
||||
|
||||
# blue
|
||||
color4 #458588
|
||||
# light blue
|
||||
color12 #83a598
|
||||
|
||||
# magenta
|
||||
color5 #b16286
|
||||
# light magenta
|
||||
color13 #d3869b
|
||||
|
||||
# cyan
|
||||
color6 #689d6a
|
||||
# lighy cyan
|
||||
color14 #8ec07c
|
||||
|
||||
# light gray
|
||||
color7 #a89984
|
||||
# dark gray
|
||||
color15 #928374
|
||||
@@ -1,24 +1,14 @@
|
||||
# The default kitty configuration
|
||||
# The documentation
|
||||
# https://sw.kovidgoyal.net/kitty/
|
||||
startup_session ./main_session.conf
|
||||
include ./theme.conf
|
||||
|
||||
# General settings
|
||||
font_size 11.5
|
||||
enable_audio_bell yes
|
||||
background_opacity 0.80
|
||||
default_pointer_shape arrow
|
||||
mouse_hide_wait 1
|
||||
|
||||
# Remappings
|
||||
map f1 copy_to_buffer a
|
||||
map f2 paste_from_buffer a
|
||||
|
||||
# Remap the window switcher probably the most used one
|
||||
#map ctrl+shift+k focus_visible_window
|
||||
#map ctrl+shift+j swap_with_window
|
||||
|
||||
map ctrl+shift+n new_tab
|
||||
|
||||
map ctrl+shift+k next_tab
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
# Set the default tab name
|
||||
new_tab MainKity
|
||||
|
||||
# Launch fastfetch on first shell
|
||||
#launch --hold fastfetch
|
||||
|
||||
# Not all the seven layouts
|
||||
enabled_layouts tall,stack
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
cursor #eccf4f
|
||||
background #1d1d1d
|
||||
foreground #f7f6ec
|
||||
cursor #eccf4f
|
||||
selection_foreground #f7f6ec
|
||||
selection_background #385776
|
||||
color0 #343835
|
||||
|
||||
@@ -1,18 +1,13 @@
|
||||
# Implement more commands to be more productive
|
||||
customCommands:
|
||||
- key: 'U'
|
||||
context: 'status'
|
||||
# WARNING: this only works when the remote is a ssh remote
|
||||
# TODO: Implement a script that can figure out if it ssh or http and act accordingly
|
||||
command: "xdg-open https://$(git remote get-url origin | tr @ '\n' | grep : | tr : / | rev | cut -c5- | rev)"
|
||||
description: 'open the remote url in smime'
|
||||
|
||||
notARepository: 'skip'
|
||||
|
||||
# Dont prompt here
|
||||
promptToReturnFromSubprocess: false
|
||||
|
||||
# Setting the theme to cattpuccin
|
||||
gui:
|
||||
skipDiscardChangeWarning: true
|
||||
theme:
|
||||
@@ -39,4 +34,3 @@ gui:
|
||||
authorColors:
|
||||
'*': '#b4befe'
|
||||
showFileTree: false
|
||||
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
[StratoMain]
|
||||
type = webdav
|
||||
url = https://sync.hahn1.one
|
||||
vendor = other
|
||||
user = jonas
|
||||
pass = irl_9sZw-ar_qkwn9SjGzRsVl8m0Kf8Y5rpC
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
startup_commands toggle_visual_scroll
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
{
|
||||
"position": "top",
|
||||
"modules-left": ["hyprland/workspaces", "hyprland/window"],
|
||||
|
||||
@@ -1,62 +0,0 @@
|
||||
[api]
|
||||
pre_language = 'https://'
|
||||
post_language = '.wikipedia.org/w/api.php'
|
||||
language = 'English'
|
||||
language_changed_popup = true
|
||||
article_language_changed_popup = true
|
||||
|
||||
[theme]
|
||||
text = 'white'
|
||||
title = 'red'
|
||||
highlight = 'red'
|
||||
background = 'black'
|
||||
search_match = 'red'
|
||||
highlight_text = 'white'
|
||||
highlight_inactive = 'black'
|
||||
|
||||
[logging]
|
||||
enabled = true
|
||||
log_level = 'INFO'
|
||||
|
||||
[features]
|
||||
links = true
|
||||
toc = false
|
||||
[keybindings.down]
|
||||
key = 'j'
|
||||
mode = 'normal'
|
||||
|
||||
[keybindings.up]
|
||||
key = 'k'
|
||||
mode = 'normal'
|
||||
|
||||
[keybindings.left]
|
||||
key = 'h'
|
||||
mode = 'normal'
|
||||
|
||||
[keybindings.right]
|
||||
key = 'l'
|
||||
mode = 'normal'
|
||||
|
||||
[keybindings.focus_next]
|
||||
key = 'tab'
|
||||
mode = 'normal'
|
||||
|
||||
[keybindings.focus_prev]
|
||||
key = 'tab'
|
||||
mode = 'shift'
|
||||
|
||||
[keybindings.toggle_language_selection]
|
||||
key = 'f2'
|
||||
mode = 'normal'
|
||||
|
||||
[keybindings.toggle_article_language_selection]
|
||||
key = 'f3'
|
||||
mode = 'normal'
|
||||
[settings.toc]
|
||||
position = 'Right'
|
||||
title = 'Default'
|
||||
min_width = 20
|
||||
max_width = 60
|
||||
scroll_x = true
|
||||
scroll_y = true
|
||||
item_format = '{NUMBER} {TEXT}'
|
||||
@@ -1,18 +0,0 @@
|
||||
-- ~/.config/yazi/init.lua
|
||||
require("bookmarks"):setup({
|
||||
last_directory = { enable = true, persist = true, mode="dir" },
|
||||
persist = "all",
|
||||
desc_format = "full",
|
||||
file_pick_mode = "hover",
|
||||
custom_desc_input = false,
|
||||
notify = {
|
||||
enable = true,
|
||||
timeout = 1,
|
||||
message = {
|
||||
new = "New bookmark '<key>' -> '<folder>'",
|
||||
delete = "Deleted bookmark in '<key>'",
|
||||
delete_all = "Deleted all bookmarks",
|
||||
},
|
||||
},
|
||||
})
|
||||
|
||||
@@ -1,9 +1,25 @@
|
||||
Host strato
|
||||
HostName hahn1.one
|
||||
User root
|
||||
|
||||
Host github.com
|
||||
Host github
|
||||
HostName github.com
|
||||
User git
|
||||
IdentityFile ~/.ssh/id_github
|
||||
|
||||
Host gitlab
|
||||
HostName gitlab.gwdg.de
|
||||
User git
|
||||
IdentityFile ~/.ssh/id_gitlab
|
||||
|
||||
Host strato
|
||||
HostName hahn1.one
|
||||
User root
|
||||
|
||||
Host bitzz
|
||||
HostName bitzz.de
|
||||
User jonas
|
||||
|
||||
Host physik
|
||||
HostName login.physik.uni-goettingen.de
|
||||
User j.hahn02
|
||||
|
||||
Host informatik
|
||||
HostName shell.informatik.uni-goettingen.de
|
||||
User j.hahn02
|
||||
|
||||
@@ -1,41 +0,0 @@
|
||||
# Unison preferences
|
||||
label = Sync the main stuff into the cloud to the start hub
|
||||
#root = /home/jonas/synced
|
||||
#root = ssh://jonas@hahn1.one/synced
|
||||
|
||||
# Automatically sync
|
||||
auto = true
|
||||
batch = true
|
||||
|
||||
|
||||
# Warning this overwrites files and the overwritten ones are backuped
|
||||
prefer = newer
|
||||
|
||||
# Settings for this sync
|
||||
#merge = Name * -> diff3 -m CURRENT1 CURRENTARCH CURRENT2 > NEW
|
||||
|
||||
# Optional: Ignore temporary or VCS files
|
||||
ignore = Name .DS_Store
|
||||
ignore = Name *~
|
||||
|
||||
# Ignore backups when syncing
|
||||
ignore = Name .bak.?.*
|
||||
ignore = Name .git
|
||||
|
||||
# Ignore the webdav folder
|
||||
ignore = Name webdav_folder
|
||||
ignore = Name other_folder
|
||||
|
||||
# Backup settings
|
||||
backup = Name *
|
||||
backuplocation = local
|
||||
#backupdir = /home/jonas/.unison/backup
|
||||
#backupcurrent = Name *
|
||||
maxbackups = 5
|
||||
|
||||
# Performance/logging
|
||||
log = false
|
||||
times = true
|
||||
silent = false
|
||||
sshargs = -C
|
||||
|
||||
2
home/.unison/default.prf
Normal file
2
home/.unison/default.prf
Normal file
@@ -0,0 +1,2 @@
|
||||
|
||||
# Unison preferences file
|
||||
Reference in New Issue
Block a user