Compare commits
No commits in common. "7f98d11cc9c9dd3fa81b03bb6234b042c2ea32d3" and "921c4cf595face24bcf3258210aaf2e3c5f3c87a" have entirely different histories.
7f98d11cc9
...
921c4cf595
|
|
@ -1,11 +1,11 @@
|
||||||
# sway # statusbar
|
# sway # statusbar
|
||||||
|
|
||||||
# bar with waybar with desktop icons, glyphs and infos
|
# bar with waybar with desktop icons, glyphs and infos
|
||||||
#bar {
|
bar {
|
||||||
# mode dock
|
mode dock
|
||||||
# hidden_state hide
|
hidden_state hide
|
||||||
# swaybar_command waybar
|
swaybar_command waybar
|
||||||
#}
|
}
|
||||||
|
|
||||||
# bar with swaybar with options: [1]command, [2]infobar or [3]i3status
|
# bar with swaybar with options: [1]command, [2]infobar or [3]i3status
|
||||||
#bar {
|
#bar {
|
||||||
|
|
|
||||||
|
|
@ -1,2 +0,0 @@
|
||||||
enable-ssh-support
|
|
||||||
pinentry-program /usr/bin/pinentry-qt
|
|
||||||
|
|
@ -1,58 +0,0 @@
|
||||||
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 update
|
||||||
sudo apt install -y yadm vim-gtk3 vim vim-nox fzf cmake zsh \
|
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 \
|
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 pinentry-qt\
|
nextcloud-desktop tig locate htop make screenfetch isync notmuch lynx urlview\
|
||||||
gcc inkscape python3-pip kubectl kubectx imagemagick pdfarranger firefox gpaste-2 jq color-picker
|
gcc inkscape python3-pip kubectl kubectx imagemagick pdfarranger firefox gpaste-2 jq color-picker
|
||||||
sudo apt autoremove
|
sudo apt autoremove
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue