new stuff
This commit is contained in:
parent
01e9974150
commit
2ca164e1f8
10 changed files with 41 additions and 7 deletions
|
|
@ -1,10 +1,6 @@
|
||||||
[general]
|
|
||||||
import = [
|
|
||||||
"~/.config/alacritty/gruvbox_dark.toml"
|
|
||||||
]
|
|
||||||
|
|
||||||
[window]
|
[window]
|
||||||
dynamic_padding = true
|
# dynamic_padding = true
|
||||||
|
padding = {x = 2, y = 2}
|
||||||
|
|
||||||
[font.normal]
|
[font.normal]
|
||||||
family = "Adwaita Mono"
|
family = "Adwaita Mono"
|
||||||
|
|
@ -13,3 +9,32 @@ family = "Adwaita Mono"
|
||||||
bindings = [
|
bindings = [
|
||||||
{ key = "Enter", mods = "Super|Shift", action = "CreateNewWindow" }
|
{ key = "Enter", mods = "Super|Shift", action = "CreateNewWindow" }
|
||||||
]
|
]
|
||||||
|
|
||||||
|
# Default colors
|
||||||
|
[colors.primary]
|
||||||
|
# hard contrast background = = '#1d2021'
|
||||||
|
background = '#282828'
|
||||||
|
# soft contrast background = = '#32302f'
|
||||||
|
foreground = '#ebdbb2'
|
||||||
|
|
||||||
|
# Normal colors
|
||||||
|
[colors.normal]
|
||||||
|
black = '#282828'
|
||||||
|
red = '#cc241d'
|
||||||
|
green = '#98971a'
|
||||||
|
yellow = '#d79921'
|
||||||
|
blue = '#458588'
|
||||||
|
magenta = '#b16286'
|
||||||
|
cyan = '#689d6a'
|
||||||
|
white = '#a89984'
|
||||||
|
|
||||||
|
# Bright colors
|
||||||
|
[colors.bright]
|
||||||
|
black = '#928374'
|
||||||
|
red = '#fb4934'
|
||||||
|
green = '#b8bb26'
|
||||||
|
yellow = '#fabd2f'
|
||||||
|
blue = '#83a598'
|
||||||
|
magenta = '#d3869b'
|
||||||
|
cyan = '#8ec07c'
|
||||||
|
white = '#ebdbb2'
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
"modules-left": ["niri/workspaces"],
|
"modules-left": ["niri/workspaces"],
|
||||||
"modules-center": ["niri/window"],
|
"modules-center": ["niri/window"],
|
||||||
"modules-right": ["idle_inhibitor", "bluetooth", "network", "wireplumber#source", "wireplumber#sink", "battery", "clock"],
|
"modules-right": ["bluetooth", "network", "wireplumber#source", "wireplumber#sink", "battery", "clock"],
|
||||||
|
|
||||||
"niri/window": {
|
"niri/window": {
|
||||||
"max-length": 100
|
"max-length": 100
|
||||||
|
|
|
||||||
9
.local/share/applications/ipe.desktop
Normal file
9
.local/share/applications/ipe.desktop
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Name=Ipe
|
||||||
|
Comment=The Ipe extensible drawing editor
|
||||||
|
Exec=ipe
|
||||||
|
Icon=ipe
|
||||||
|
Type=Application
|
||||||
|
Encoding=UTF-8
|
||||||
|
Categories=Qt;Application;Graphics;
|
||||||
|
X-Desktop-File-Install-Version=0.28
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
.local/share/fonts/SymbolsNerdFont-Regular.ttf
Normal file
BIN
.local/share/fonts/SymbolsNerdFont-Regular.ttf
Normal file
Binary file not shown.
BIN
.local/share/fonts/SymbolsNerdFontMono-Regular.ttf
Normal file
BIN
.local/share/fonts/SymbolsNerdFontMono-Regular.ttf
Normal file
Binary file not shown.
BIN
.local/share/icons/hicolor/128x128/ipe.png
Normal file
BIN
.local/share/icons/hicolor/128x128/ipe.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
Loading…
Add table
Add a link
Reference in a new issue