mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 15:39:58 +00:00
Compare commits
7 Commits
f4b9b35c4e
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6014354c8f | ||
|
|
d8ba674df7 | ||
|
|
7327bab7f2 | ||
|
|
e6467017d9 | ||
|
|
5d45955cec | ||
|
|
c34e9dccb9 | ||
|
|
27e6541357 |
@@ -206,6 +206,14 @@ desktop_sway_dotfiles:
|
||||
src: .config/wlogout/
|
||||
dest: .config/wlogout/
|
||||
mode: preserve
|
||||
- name: foot config
|
||||
src: .config/foot/
|
||||
dest: .config/foot/
|
||||
mode: preserve
|
||||
- name: gtklock config
|
||||
src: .config/gtklock/
|
||||
dest: .config/gtklock/
|
||||
mode: preserve
|
||||
|
||||
desktop_flatpak_packages:
|
||||
- be.alexandervanhee.gradia
|
||||
|
||||
@@ -18,6 +18,7 @@ void_packages_base:
|
||||
- elogind
|
||||
- fastfetch
|
||||
- fuse3
|
||||
- fuse-sshfs
|
||||
- gcc
|
||||
- gdb
|
||||
- gist
|
||||
@@ -159,6 +160,7 @@ desktop_sway_packages:
|
||||
- flameshot
|
||||
- foot
|
||||
- foot-terminfo
|
||||
- gtklock
|
||||
- grim
|
||||
- kanshi
|
||||
- rofi
|
||||
@@ -166,7 +168,6 @@ desktop_sway_packages:
|
||||
- swayfx
|
||||
- swaybg
|
||||
- swayidle
|
||||
- swaylock
|
||||
- SwayOSD
|
||||
- Waybar
|
||||
- wl-clipboard
|
||||
|
||||
@@ -3,6 +3,7 @@ enabled_services:
|
||||
- docker
|
||||
|
||||
workstation_dev_wsl_packages:
|
||||
- lazygit
|
||||
- pinentry-curses
|
||||
- python3-pip
|
||||
workstation_dev_wsl_excluded_packages:
|
||||
|
||||
@@ -24,13 +24,19 @@
|
||||
|
||||
[merge]
|
||||
conflictstyle = diff3
|
||||
tool = meld
|
||||
tool = vscode
|
||||
|
||||
[mergetool]
|
||||
prompt = false
|
||||
|
||||
[mergetool "vscode"]
|
||||
cmd = code --reuse-window --wait $MERGED
|
||||
|
||||
[diff]
|
||||
tool = meld
|
||||
tool = vscode
|
||||
|
||||
[difftool "vscode"]
|
||||
cmd = code --reuse-window --wait --diff $LOCAL $REMOTE
|
||||
|
||||
[color]
|
||||
ui = always
|
||||
|
||||
@@ -8,7 +8,7 @@ height = (0, 120)
|
||||
origin = top-right
|
||||
offset = (20, 40)
|
||||
|
||||
font = LiterationMono Nerd Font 10
|
||||
font = NotoSans NF 10
|
||||
line_height = 2
|
||||
|
||||
padding = 12
|
||||
|
||||
5
dotfiles/desktop/.config/foot/foot.ini
Normal file
5
dotfiles/desktop/.config/foot/foot.ini
Normal file
@@ -0,0 +1,5 @@
|
||||
[main]
|
||||
font = Liberation Mono:size=14
|
||||
|
||||
[colors-dark]
|
||||
background = 000000
|
||||
1
dotfiles/desktop/.config/gtklock/config.ini
Normal file
1
dotfiles/desktop/.config/gtklock/config.ini
Normal file
@@ -0,0 +1 @@
|
||||
[main]
|
||||
49
dotfiles/desktop/.config/gtklock/style.css
Normal file
49
dotfiles/desktop/.config/gtklock/style.css
Normal file
@@ -0,0 +1,49 @@
|
||||
* {
|
||||
font-family: "NotoSans NF", sans-serif;
|
||||
color: #FFE81F;
|
||||
}
|
||||
|
||||
window {
|
||||
background-color: #00000A;
|
||||
}
|
||||
|
||||
box {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
entry {
|
||||
background-color: rgba(0, 0, 10, 0.6);
|
||||
color: #FFE81F;
|
||||
border: 1px solid #FFE81F;
|
||||
border-radius: 0;
|
||||
padding: 8px 16px;
|
||||
caret-color: #FFE81F;
|
||||
min-width: 320px;
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
entry > text {
|
||||
color: #FFE81F;
|
||||
}
|
||||
|
||||
entry:focus {
|
||||
border-color: #FFE81F;
|
||||
box-shadow: 0 0 8px rgba(255, 232, 31, 0.5);
|
||||
}
|
||||
|
||||
entry.error {
|
||||
border-color: #c7162b;
|
||||
box-shadow: 0 0 8px rgba(199, 22, 43, 0.6);
|
||||
color: #c7162b;
|
||||
}
|
||||
|
||||
label {
|
||||
color: #FFE81F;
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
label.error {
|
||||
color: #c7162b;
|
||||
}
|
||||
@@ -14,3 +14,6 @@ sub-font-size=48
|
||||
|
||||
# Output
|
||||
terminal=yes
|
||||
|
||||
# Inhebit screensaver while playing video
|
||||
stop-screensaver=yes
|
||||
|
||||
@@ -2,7 +2,7 @@ configuration {
|
||||
modi: "drun,run,window";
|
||||
show-icons: true;
|
||||
icon-theme: "Yaru";
|
||||
font: "LiterationMono Nerd Font 11";
|
||||
font: "NotoSans NF 11";
|
||||
}
|
||||
|
||||
* {
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
set $mod Mod4
|
||||
|
||||
font pango:LiterationMono Nerd Font 10
|
||||
font pango:NotoSans NF 10
|
||||
|
||||
# vim-like directions
|
||||
set $left h
|
||||
@@ -35,7 +35,7 @@ input * {
|
||||
seat * xcursor_theme Yaru 24
|
||||
|
||||
# Outputs
|
||||
output * bg ~/.config/sway/wallpapers/wallpaper-161664.jpg center
|
||||
output * bg ~/.config/sway/wallpapers/darth-vader-sam.jpg center
|
||||
|
||||
# SwayFX effects
|
||||
corner_radius 8
|
||||
@@ -114,6 +114,8 @@ exec dex --autostart --environment sway
|
||||
exec gnome-keyring-daemon --start --components=secrets
|
||||
exec_always ~/.config/sway/scripts/setup-gtk-theme.sh
|
||||
exec /usr/libexec/xdg-desktop-portal
|
||||
exec /usr/libexec/xdg-desktop-portal-wlr
|
||||
exec /usr/libexec/xdg-desktop-portal-gtk
|
||||
|
||||
# Audio
|
||||
exec pipewire
|
||||
|
||||
@@ -1,17 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
exec swaylock \
|
||||
--image "$HOME/.config/sway/wallpapers/maxresdefault.jpg" \
|
||||
--scaling fill \
|
||||
--indicator-radius 100 \
|
||||
--ring-color 2f4058 \
|
||||
--inside-color 1f1f28 \
|
||||
--line-color 00000000 \
|
||||
--separator-color 3a3a46 \
|
||||
--key-hl-color 6daeea \
|
||||
--bs-hl-color c7162b \
|
||||
--ring-ver-color 4a90d9 \
|
||||
--inside-ver-color 1f1f28 \
|
||||
--ring-wrong-color c7162b \
|
||||
--inside-wrong-color 1f1f28 \
|
||||
--text-color d0d0d0
|
||||
WALLPAPER="$HOME/.config/sway/wallpapers/maxresdefault.jpg"
|
||||
STYLE_TMP=$(mktemp /tmp/gtklock-XXXXXX.css)
|
||||
|
||||
cat "$HOME/.config/gtklock/style.css" > "$STYLE_TMP"
|
||||
printf '\nwindow { background-image: url("file://%s"); background-size: cover; background-position: center; background-repeat: no-repeat; }\n' \
|
||||
"$WALLPAPER" >> "$STYLE_TMP"
|
||||
|
||||
gtklock --style "$STYLE_TMP"
|
||||
rm -f "$STYLE_TMP"
|
||||
|
||||
BIN
dotfiles/desktop/.config/sway/wallpapers/darth-vader-sam.jpg
Executable file
BIN
dotfiles/desktop/.config/sway/wallpapers/darth-vader-sam.jpg
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 109 KiB |
@@ -1,5 +1,5 @@
|
||||
* {
|
||||
font-family: "LiterationMono Nerd Font", "Symbols Nerd Font Mono", monospace;
|
||||
font-family: "NotoSans NF";
|
||||
font-size: 10pt;
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
@@ -7,10 +7,10 @@
|
||||
(load-theme 'nordic-night t))
|
||||
|
||||
;; Setting default font
|
||||
(set-frame-font "LiterationMono Nerd Font 14" nil t)
|
||||
(set-frame-font "UbuntuSansMono Nerd Font 14" nil t)
|
||||
|
||||
(add-to-list 'default-frame-alist
|
||||
'(font . "FantasqueSansM Nerd Font-14"))
|
||||
'(font . "UbuntuSansMono Nerd Font-14"))
|
||||
|
||||
;; Remove toolbar
|
||||
(tool-bar-mode -1)
|
||||
|
||||
Reference in New Issue
Block a user