mirror of
https://github.com/edu4rdshl/linuxscripts.git
synced 2026-07-17 23:24:52 +00:00
Added files
This commit is contained in:
parent
f0b9fdeecc
commit
e0ebddc160
7 changed files with 42 additions and 5 deletions
|
|
@ -30,7 +30,7 @@ font pango:monospace 10
|
|||
floating_modifier $mod
|
||||
|
||||
# Use tabbed layout mode
|
||||
workspace_layout tabbed
|
||||
# workspace_layout tabbed
|
||||
|
||||
# Disable mouse focus
|
||||
focus_follows_mouse no
|
||||
|
|
@ -42,7 +42,7 @@ exec numlockx
|
|||
# Clipboard manager
|
||||
exec parcellite
|
||||
# Background
|
||||
exec feh --bg-fill "/home/sechacklabs/Pictures/SHL/Nuevos Logos/logoSHLcommunity.png"
|
||||
exec feh --bg-fill '/home/sechacklabs/Pictures/SHL/Nuevos Logos/shl-fin.png'
|
||||
# Keyring daemon
|
||||
exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
# Battery icon, used to get notifications in battery critical level and more
|
||||
|
|
@ -56,7 +56,7 @@ exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
|||
bindsym $mod+Return exec xfce4-terminal
|
||||
|
||||
# Screen lock
|
||||
bindsym $mod+l exec "i3lock -e -u -t -i '/home/sechacklabs/Pictures/SHL/Nuevos Logos/logoSHLcommunity.png'"
|
||||
bindsym $mod+l exec i3lock -e -u -t -i '/home/sechacklabs/Pictures/SHL/Nuevos Logos/shl-fin.png'
|
||||
|
||||
# Gajim XMPP client
|
||||
bindsym $mod+x exec gajim
|
||||
|
|
@ -65,13 +65,14 @@ bindsym $mod+x exec gajim
|
|||
bindsym $mod+F3 exec pcmanfm
|
||||
|
||||
# Firefox
|
||||
bindsym $mod+f exec firefox
|
||||
# bindsym $mod+f exec firefox
|
||||
bindsym $mod+f exec firefox-nightly
|
||||
|
||||
# SMPlayer
|
||||
bindsym $mod+p exec vlc
|
||||
|
||||
# Signal Desktop
|
||||
# bindsym $mod+s exec signal-desktop # uninstalled because the electron shit
|
||||
# bindsym $mod+s exec "signal-desktop --disable-gpu"
|
||||
|
||||
# Discord
|
||||
bindsym $mod+d exec discord
|
||||
|
|
|
|||
|
|
@ -0,0 +1,6 @@
|
|||
[Scheme]
|
||||
Name=gruvbox dark hard
|
||||
ColorForeground=#ebdbb2
|
||||
ColorBackground=#1d2021
|
||||
ColorPalette=#282828;#cc241d;#98971a;#d79921;#458588;#b16286;#689d6a;#a89984;#928374;#fb4934;#b8bb26;#fabd2f;#83a598;#d3869b;#8ec07c;#ebdbb2
|
||||
TabActivityColor=#bf4040
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
[Scheme]
|
||||
Name=gruvbox dark soft
|
||||
ColorForeground=#ebdbb2
|
||||
ColorBackground=#32302f
|
||||
ColorPalette=#282828;#cc241d;#98971a;#d79921;#458588;#b16286;#689d6a;#a89984;#928374;#fb4934;#b8bb26;#fabd2f;#83a598;#d3869b;#8ec07c;#ebdbb2
|
||||
TabActivityColor=#bf4040
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
[Scheme]
|
||||
Name=gruvbox dark
|
||||
ColorForeground=#ebdbb2
|
||||
ColorBackground=#282828
|
||||
ColorPalette=#282828;#cc241d;#98971a;#d79921;#458588;#b16286;#689d6a;#a89984;#928374;#fb4934;#b8bb26;#fabd2f;#83a598;#d3869b;#8ec07c;#ebdbb2
|
||||
TabActivityColor=#bf4040
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
[Scheme]
|
||||
Name=gruvbox light hard
|
||||
ColorForeground=#3c3836
|
||||
ColorBackground=#f9f5d7
|
||||
ColorPalette=#fdf4c1;#cc241d;#98971a;#d79921;#458588;#b16286;#689d6a;#7c6f64;#928374;#9d0006;#79740e;#b57614;#076678;#8f3f71;#427b58;#3c3836
|
||||
TabActivityColor=#bf4040
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
[Scheme]
|
||||
Name=gruvbox light soft
|
||||
ColorForeground=#3c3836
|
||||
ColorBackground=#f2e5bc
|
||||
ColorPalette=#fdf4c1;#cc241d;#98971a;#d79921;#458588;#b16286;#689d6a;#7c6f64;#928374;#9d0006;#79740e;#b57614;#076678;#8f3f71;#427b58;#3c3836
|
||||
TabActivityColor=#bf4040
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
[Scheme]
|
||||
Name=gruvbox light
|
||||
ColorForeground=#3c3836
|
||||
ColorBackground=#fbf1c7
|
||||
ColorPalette=#fdf4c1;#cc241d;#98971a;#d79921;#458588;#b16286;#689d6a;#7c6f64;#928374;#9d0006;#79740e;#b57614;#076678;#8f3f71;#427b58;#3c3836
|
||||
TabActivityColor=#bf4040
|
||||
Loading…
Add table
Add a link
Reference in a new issue