mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-10-31 23:49:25 +01:00
Compare commits
2 Commits
74a72aab0b
...
07e1466da4
Author | SHA1 | Date | |
---|---|---|---|
07e1466da4 | |||
405127fb72 |
@ -1,3 +1,3 @@
|
||||
# Very Important Communication Programs, P2P, not expected to get sold
|
||||
exec --no-startup-id flatpak run net.jami.Jami
|
||||
exec --no-startup-id flatpak run org.briarproject.Briar
|
||||
exec --no-startup-id flatpak run org.briarproject.Briar//stable
|
||||
|
@ -30,19 +30,19 @@ set $br_violet #bd96fa
|
||||
# Start i3bar to display a workspace bar (plus the system information i3status
|
||||
# finds out, if available)
|
||||
#bar {
|
||||
# font pango:DejaVu Sans Mono 10
|
||||
#mode hide
|
||||
# status_command i3status --config ~/.config/i3/i3status.conf
|
||||
# font pango:DejaVu Sans Mono 10
|
||||
#mode hide
|
||||
# status_command i3status --config ~/.config/i3/i3status.conf
|
||||
|
||||
# colors {
|
||||
# separator $blue
|
||||
# background $bg
|
||||
# statusline $br_white
|
||||
# focused_workspace $green $green $bg
|
||||
# active_workspace $cyan $blue $black
|
||||
# inactive_workspace $black $black $fg
|
||||
# urgent_workspace $yellow $yellow $black
|
||||
# }
|
||||
# colors {
|
||||
# separator $blue
|
||||
# background $bg
|
||||
# statusline $br_white
|
||||
# focused_workspace $green $green $bg
|
||||
# active_workspace $cyan $blue $black
|
||||
# inactive_workspace $black $black $fg
|
||||
# urgent_workspace $yellow $yellow $black
|
||||
# }
|
||||
#}
|
||||
|
||||
# clientclass border backgr. text indicator
|
||||
|
@ -4,17 +4,17 @@
|
||||
#
|
||||
# Read `man 5 sway-bar` for more information about this section.
|
||||
bar {
|
||||
position top
|
||||
position top
|
||||
|
||||
#i3status
|
||||
status_command i3status-rs /home/mikaela/.config/i3status-rs/config.toml
|
||||
#i3status
|
||||
status_command i3status-rs /home/mikaela/.config/i3status-rs/config.toml
|
||||
|
||||
colors {
|
||||
#statusline #ffffff
|
||||
statusline $br_white
|
||||
#background #323232
|
||||
background $bg
|
||||
#inactive_workspace #32323200 #32323200 #5c5c5c
|
||||
inactive_workspace $black $black $fg
|
||||
}
|
||||
colors {
|
||||
#statusline #ffffff
|
||||
statusline $br_white
|
||||
#background #323232
|
||||
background $bg
|
||||
#inactive_workspace #32323200 #32323200 #5c5c5c
|
||||
inactive_workspace $black $black $fg
|
||||
}
|
||||
}
|
||||
|
@ -4,17 +4,17 @@
|
||||
#
|
||||
# Read `man 5 sway-bar` for more information about this section.
|
||||
bar {
|
||||
position top
|
||||
position top
|
||||
|
||||
#i3status
|
||||
status_command i3status
|
||||
#i3status
|
||||
status_command i3status
|
||||
|
||||
colors {
|
||||
#statusline #ffffff
|
||||
statusline $br_white
|
||||
#background #323232
|
||||
background $bg
|
||||
#inactive_workspace #32323200 #32323200 #5c5c5c
|
||||
inactive_workspace $black $black $fg
|
||||
}
|
||||
colors {
|
||||
#statusline #ffffff
|
||||
statusline $br_white
|
||||
#background #323232
|
||||
background $bg
|
||||
#inactive_workspace #32323200 #32323200 #5c5c5c
|
||||
inactive_workspace $black $black $fg
|
||||
}
|
||||
}
|
||||
|
@ -5,8 +5,8 @@
|
||||
# I am not sure Wayland recognises terminate, but here it is anyway.
|
||||
|
||||
input "type:keyboard" {
|
||||
xkb_layout fi,us,epo,ru
|
||||
xkb_variant ,altgr-intl,,phonetic_winkeys
|
||||
xkb_numlock enable
|
||||
xkb_options grp:alt_shift_toggle,shift:both_capslock,caps:backspace,nbsp:none,terminate:ctrl_alt_bksp,compose:menu
|
||||
}
|
||||
xkb_layout fi,us,epo,ru
|
||||
xkb_variant ,altgr-intl,,phonetic_winkeys
|
||||
xkb_numlock enable
|
||||
xkb_options grp:alt_shift_toggle,shift:both_capslock,caps:backspace,nbsp:none,terminate:ctrl_alt_bksp,compose:menu
|
||||
}
|
||||
|
@ -6,7 +6,7 @@
|
||||
# counter-productive
|
||||
|
||||
input "type:pointer" {
|
||||
#accel_profile adaptive
|
||||
accel_profile flat
|
||||
pointer_accel 0
|
||||
}
|
||||
#accel_profile adaptive
|
||||
accel_profile flat
|
||||
pointer_accel 0
|
||||
}
|
||||
|
@ -4,18 +4,18 @@
|
||||
#
|
||||
# Read `man 5 sway-bar` for more information about this section.
|
||||
bar {
|
||||
position top
|
||||
position top
|
||||
|
||||
# When the status_command prints a new line to stdout, swaybar updates.
|
||||
# The default just shows the current date and time.
|
||||
status_command while date +'%z/%Z: %G-W%V-%u / %Y-%j / %a %d. %B %Y | %F %H:%M:%S';do sleep 1; done
|
||||
# When the status_command prints a new line to stdout, swaybar updates.
|
||||
# The default just shows the current date and time.
|
||||
status_command while date +'%z/%Z: %G-W%V-%u / %Y-%j / %a %d. %B %Y | %F %H:%M:%S';do sleep 1; done
|
||||
|
||||
colors {
|
||||
#statusline #ffffff
|
||||
statusline $br_white
|
||||
#background #323232
|
||||
background $bg
|
||||
#inactive_workspace #32323200 #32323200 #5c5c5c
|
||||
inactive_workspace $black $black $fg
|
||||
}
|
||||
colors {
|
||||
#statusline #ffffff
|
||||
statusline $br_white
|
||||
#background #323232
|
||||
background $bg
|
||||
#inactive_workspace #32323200 #32323200 #5c5c5c
|
||||
inactive_workspace $black $black $fg
|
||||
}
|
||||
}
|
||||
|
@ -5,7 +5,7 @@
|
||||
# when resumed. It will also lock your screen before your computer goes to
|
||||
# sleep.
|
||||
exec swayidle -w \
|
||||
timeout 300 "\"$ScreenLockCmd\"" \
|
||||
timeout 600 'swaymsg "output * dpms off"' \
|
||||
resume 'swaymsg "output * dpms on"' \
|
||||
before-sleep "\"$ScreenLockCmd\""
|
||||
timeout 300 "\"$ScreenLockCmd\"" \
|
||||
timeout 600 'swaymsg "output * dpms off"' \
|
||||
resume 'swaymsg "output * dpms on"' \
|
||||
before-sleep "\"$ScreenLockCmd\""
|
||||
|
@ -1,3 +1,3 @@
|
||||
bar {
|
||||
swaybar_command waybar
|
||||
swaybar_command waybar
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user