update dotfiles
This commit is contained in:
parent
0f887d7a6f
commit
d4041aa325
7 changed files with 19 additions and 13 deletions
|
|
@ -1 +0,0 @@
|
||||||
/home/pogmommy/.config/sway/assets/wallpaper/DP-3/0.jpg
|
|
||||||
|
|
@ -41,7 +41,8 @@
|
||||||
:orientation 'v'
|
:orientation 'v'
|
||||||
(label
|
(label
|
||||||
:class 'title'
|
:class 'title'
|
||||||
:text "${server.address}"
|
:style "${( (server.ping==0.0)? 'color: red' : '' )}"
|
||||||
|
:text "${( (server.ping==0.0)? ' ' : '' )}${server.address}"
|
||||||
)
|
)
|
||||||
(label
|
(label
|
||||||
:visible {(server.ping!=0.0)}
|
:visible {(server.ping!=0.0)}
|
||||||
|
|
@ -61,12 +62,6 @@
|
||||||
:xalign 0
|
:xalign 0
|
||||||
:text " ${round(server.ping,0)}ms"
|
:text " ${round(server.ping,0)}ms"
|
||||||
)
|
)
|
||||||
(label
|
|
||||||
:visible {(server.ping==0.0)}
|
|
||||||
:style "color: red"
|
|
||||||
:xalign 0
|
|
||||||
:text " offline"
|
|
||||||
)
|
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
[Settings]
|
[Settings]
|
||||||
gtk-theme-name=pogmom-gtk
|
gtk-theme-name=pogmom-gtk
|
||||||
gtk-icon-theme-name=breeze-dark
|
gtk-icon-theme-name=breeze-dark
|
||||||
gtk-font-name=Adwaita Sans 11
|
gtk-font-name=Overpass Nerd Font Propo 10
|
||||||
gtk-cursor-theme-name=Adwaita
|
gtk-cursor-theme-name=Adwaita
|
||||||
gtk-cursor-theme-size=24
|
gtk-cursor-theme-size=24
|
||||||
gtk-toolbar-style=GTK_TOOLBAR_ICONS
|
gtk-toolbar-style=GTK_TOOLBAR_ICONS
|
||||||
|
|
@ -14,4 +14,4 @@ gtk-xft-antialias=1
|
||||||
gtk-xft-hinting=1
|
gtk-xft-hinting=1
|
||||||
gtk-xft-hintstyle=hintslight
|
gtk-xft-hintstyle=hintslight
|
||||||
gtk-xft-rgba=rgb
|
gtk-xft-rgba=rgb
|
||||||
gtk-application-prefer-dark-theme=0
|
gtk-application-prefer-dark-theme=1
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ Locked=1
|
||||||
Name=Development
|
Name=Development
|
||||||
IsRelative=1
|
IsRelative=1
|
||||||
Path=development
|
Path=development
|
||||||
StoreID=2ccf13ae
|
StoreID=30267575
|
||||||
ShowSelector=1
|
ShowSelector=1
|
||||||
|
|
||||||
[Profile0]
|
[Profile0]
|
||||||
|
|
@ -19,7 +19,7 @@ Name=Penelope
|
||||||
IsRelative=1
|
IsRelative=1
|
||||||
Path=penelope
|
Path=penelope
|
||||||
Default=1
|
Default=1
|
||||||
StoreID=0585997e
|
StoreID=bf331188
|
||||||
ShowSelector=0
|
ShowSelector=0
|
||||||
|
|
||||||
[General]
|
[General]
|
||||||
|
|
|
||||||
|
|
@ -42,4 +42,6 @@ bindsym {
|
||||||
$mod+shift+g exec gocryptfs-wofi
|
$mod+shift+g exec gocryptfs-wofi
|
||||||
#emoji
|
#emoji
|
||||||
$mod+e exec "$HOME/.config/sway/scripts/wofi-emoji"
|
$mod+e exec "$HOME/.config/sway/scripts/wofi-emoji"
|
||||||
|
#macros
|
||||||
|
$mod+m exec "$HOME/.config/sway/scripts/wofi-macros"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ include $HOME/.config/sway/config.d/window_rules.d/*
|
||||||
set {
|
set {
|
||||||
#window behavior
|
#window behavior
|
||||||
$ii inhibit_idle focus
|
$ii inhibit_idle focus
|
||||||
$popup floating enable, shadows enable, border pixel 3, sticky enable, resize set 25ppt 25ppt
|
$popup floating enable, shadows enable, border pixel 3, sticky enable, resize set 50ppt 50ppt
|
||||||
$float floating enable, shadows enable, resize set 50ppt 50ppt
|
$float floating enable, shadows enable, resize set 50ppt 50ppt
|
||||||
$game inhibit_idle focus, floating enable, border none, fullscreen enable, shadows disable
|
$game inhibit_idle focus, floating enable, border none, fullscreen enable, shadows disable
|
||||||
$scratch move scratchpad, floating enable, resize set 50ppt 50ppt, scratchpad hide
|
$scratch move scratchpad, floating enable, resize set 50ppt 50ppt, scratchpad hide
|
||||||
|
|
|
||||||
10
wayland/config/sway/scripts/wofi-macros
Executable file
10
wayland/config/sway/scripts/wofi-macros
Executable file
|
|
@ -0,0 +1,10 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
set -euo pipefail
|
||||||
|
|
||||||
|
EMOJI="$(sed '1,/^### DATA ###$/d' $0 | wofi -p "emoji" --show dmenu -i | cut -d ' ' -f 1 | tr -d '\n')"
|
||||||
|
wtype "$EMOJI"; wl-copy "$EMOJI"
|
||||||
|
exit
|
||||||
|
### DATA ###
|
||||||
|
Ɛ> backwards heart hort
|
||||||
|
Ɛ backwards 3
|
||||||
|
‽ interrobang
|
||||||
Loading…
Add table
Reference in a new issue