Compare commits
2 Commits
921c4cf595
...
7f98d11cc9
| Author | SHA1 | Date |
|---|---|---|
|
|
7f98d11cc9 | |
|
|
32d66dac1b |
|
|
@ -1,11 +1,11 @@
|
|||
# sway # statusbar
|
||||
|
||||
# bar with waybar with desktop icons, glyphs and infos
|
||||
bar {
|
||||
mode dock
|
||||
hidden_state hide
|
||||
swaybar_command waybar
|
||||
}
|
||||
#bar {
|
||||
# mode dock
|
||||
# hidden_state hide
|
||||
# swaybar_command waybar
|
||||
#}
|
||||
|
||||
# bar with swaybar with options: [1]command, [2]infobar or [3]i3status
|
||||
#bar {
|
||||
|
|
|
|||
|
|
@ -0,0 +1,2 @@
|
|||
enable-ssh-support
|
||||
pinentry-program /usr/bin/pinentry-qt
|
||||
|
|
@ -0,0 +1,58 @@
|
|||
config_version = 8
|
||||
|
||||
[lockscreen_widgets]
|
||||
enabled = false
|
||||
schema_version = 2
|
||||
widget_order = [ "lockscreen-login-box@eDP-1" ]
|
||||
|
||||
[lockscreen_widgets.grid]
|
||||
cell_size = 16
|
||||
major_interval = 4
|
||||
visible = true
|
||||
|
||||
[lockscreen_widgets.widget."lockscreen-login-box@eDP-1"]
|
||||
box_height = 196.0
|
||||
box_width = 810.0
|
||||
cx = 960.0
|
||||
cy = 898.0
|
||||
output = "eDP-1"
|
||||
rotation = 0.0
|
||||
type = "login_box"
|
||||
|
||||
[lockscreen_widgets.widget."lockscreen-login-box@eDP-1".settings]
|
||||
background_color = "surface_variant"
|
||||
background_opacity = 0.88
|
||||
background_radius = 12.0
|
||||
center_password_text = false
|
||||
input_opacity = 1.0
|
||||
input_radius = 6.0
|
||||
layout = "regular"
|
||||
show_caps_lock = true
|
||||
show_keyboard_layout = true
|
||||
show_login_button = true
|
||||
show_media = true
|
||||
show_session_buttons = true
|
||||
show_unlock_hint = true
|
||||
show_weather = true
|
||||
|
||||
[plugins]
|
||||
enabled = []
|
||||
|
||||
[theme]
|
||||
builtin = "Nord"
|
||||
community_palette = "Oxocarbon"
|
||||
mode = "dark"
|
||||
source = "wallpaper"
|
||||
wallpaper_scheme = "vibrant"
|
||||
|
||||
[wallpaper]
|
||||
directory = "/home/gil/.local/share/background"
|
||||
|
||||
[wallpaper.default]
|
||||
path = "/home/gil/.local/share/background/2001-ng.jpg"
|
||||
|
||||
[wallpaper.last]
|
||||
path = "/home/gil/.local/share/background/2001-ng.jpg"
|
||||
|
||||
[wallpaper.monitors.eDP-1]
|
||||
path = "/home/gil/.local/share/background/2001-ng.jpg"
|
||||
|
|
@ -14,7 +14,7 @@ apt install -y noctalia; }
|
|||
sudo apt update
|
||||
sudo apt install -y yadm vim-gtk3 vim vim-nox fzf cmake zsh \
|
||||
webext-browserpass webext-ublock-origin-firefox curl pass python3 ripgrep fonts-firacode fd-find postgresql rsync \
|
||||
nextcloud-desktop tig locate htop make screenfetch isync notmuch lynx urlview\
|
||||
nextcloud-desktop tig locate htop make screenfetch isync notmuch lynx urlview pinentry-qt\
|
||||
gcc inkscape python3-pip kubectl kubectx imagemagick pdfarranger firefox gpaste-2 jq color-picker
|
||||
sudo apt autoremove
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue