mirror of
https://github.com/bvanroll/dotfiles-2022.git
synced 2025-08-29 20:12:45 +00:00
finishing theme, splitting i3 and sway completely now, switch back to xorg anytime
This commit is contained in:
@@ -473,91 +473,27 @@ adjust_line_height 100%
|
|||||||
|
|
||||||
#: Color scheme {{{
|
#: Color scheme {{{
|
||||||
|
|
||||||
foreground #f0fdff
|
background #2b2c2e
|
||||||
background #2a2e38
|
foreground #d2d8d9
|
||||||
|
cursor #708183
|
||||||
#: The foreground and background colors
|
selection_background #e3e8ed
|
||||||
|
color0 #7c8a8f
|
||||||
background_opacity 0.8
|
color8 #888888
|
||||||
|
color1 #b23a51
|
||||||
#: The opacity of the background. A number between 0 and 1, where 1 is
|
color9 #f24840
|
||||||
#: opaque and 0 is fully transparent. This will only work if
|
color2 #789a69
|
||||||
#: supported by the OS (for instance, when using a compositor under
|
color10 #80c46f
|
||||||
#: X11). Note that it only sets the default background color's
|
color3 #b9ab4a
|
||||||
#: opacity. This is so that things like the status bar in vim,
|
color11 #ffeb62
|
||||||
#: powerline prompts, etc. still look good. But it means that if you
|
color4 #2a7fac
|
||||||
#: use a color theme with a background color in your editor, it will
|
color12 #4095ff
|
||||||
#: not be rendered as transparent. Instead you should change the
|
color5 #bc4f5a
|
||||||
#: default background color in your kitty config and not use a
|
color13 #fb5175
|
||||||
#: background color in the editor color scheme. Or use the escape
|
color6 #44a799
|
||||||
#: codes to set the terminals default colors in a shell script to
|
color14 #52ccbd
|
||||||
#: launch your editor. Be aware that using a value less than 1.0 is a
|
color7 #d2d8d9
|
||||||
#: (possibly significant) performance hit. If you want to dynamically
|
color15 #d2d8d9
|
||||||
#: change transparency of windows set dynamic_background_opacity to
|
selection_foreground #2b2c2e
|
||||||
#: yes (this is off by default as it has a performance cost)
|
|
||||||
|
|
||||||
# dynamic_background_opacity no
|
|
||||||
|
|
||||||
#: Allow changing of the background_opacity dynamically, using either
|
|
||||||
#: keyboard shortcuts (increase_background_opacity and
|
|
||||||
#: decrease_background_opacity) or the remote control facility.
|
|
||||||
|
|
||||||
# dim_opacity 0.75
|
|
||||||
|
|
||||||
#: How much to dim text that has the DIM/FAINT attribute set. One
|
|
||||||
#: means no dimming and zero means fully dimmed (i.e. invisible).
|
|
||||||
|
|
||||||
# selection_foreground #000000
|
|
||||||
|
|
||||||
#: The foreground for text selected with the mouse. A value of none
|
|
||||||
#: means to leave the color unchanged.
|
|
||||||
|
|
||||||
# selection_background #fffacd
|
|
||||||
|
|
||||||
#: The background for text selected with the mouse.
|
|
||||||
|
|
||||||
|
|
||||||
#: The 16 terminal colors. There are 8 basic colors, each color has a
|
|
||||||
#: dull and bright version. You can also set the remaining colors from
|
|
||||||
#: the 256 color table as color16 to color255.
|
|
||||||
|
|
||||||
|
|
||||||
#: black
|
|
||||||
color0 #2a2e38
|
|
||||||
color8 #71798a
|
|
||||||
|
|
||||||
#: red
|
|
||||||
color1 #d08785
|
|
||||||
color9 #ff3334
|
|
||||||
|
|
||||||
#: green
|
|
||||||
color2 #6f98b3
|
|
||||||
color10 #9ec400
|
|
||||||
|
|
||||||
#: yellow
|
|
||||||
|
|
||||||
color3 #fdf8ce
|
|
||||||
color11 #e7c547
|
|
||||||
|
|
||||||
#: blue
|
|
||||||
|
|
||||||
color4 #a6b8cc
|
|
||||||
color12 #7aa6da
|
|
||||||
|
|
||||||
#: magenta
|
|
||||||
|
|
||||||
color5 #fcdbd9
|
|
||||||
color13 #b77ee0
|
|
||||||
|
|
||||||
#: cyan
|
|
||||||
|
|
||||||
color6 #ffd17f
|
|
||||||
color14 #54ced6
|
|
||||||
|
|
||||||
#: white
|
|
||||||
|
|
||||||
color7 #f0fdff
|
|
||||||
color15 #ffffff
|
|
||||||
|
|
||||||
#: }}}
|
#: }}}
|
||||||
|
|
||||||
|
@@ -152,6 +152,8 @@ bindsym $mod+minus scratchpad show
|
|||||||
bindsym $mod+Ctrl+Right workspace next
|
bindsym $mod+Ctrl+Right workspace next
|
||||||
bindsym $mod+Ctrl+Left workspace prev
|
bindsym $mod+Ctrl+Left workspace prev
|
||||||
|
|
||||||
|
bindsym $mod+e exec ranger
|
||||||
|
|
||||||
# Workspace names
|
# Workspace names
|
||||||
# to display names or symbols instead of plain workspace numbers you can use
|
# to display names or symbols instead of plain workspace numbers you can use
|
||||||
# something like: set $ws1 1:mail
|
# something like: set $ws1 1:mail
|
||||||
|
@@ -4,7 +4,7 @@ PartOf=graphical-session.target
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
#ExecStart=/usr/bin/xautolock -time 10 -locker "i3exit suspend" -detectsleep
|
#ExecStart=/usr/bin/xautolock -time 10 -locker "i3exit suspend" -detectsleep
|
||||||
ExecStart=/usr/bin/swayidle -w timeout 300 'swaylock -f -c 262626' timeout 600 'systemctl suspend' before-sleep 'swaylock -f -c 262626'
|
ExecStart=/usr/bin/swayidle -w timeout 300 'swaylock -f -c 262626' timeout 600 'systemctl suspend' before-sleep 'swaylock -f -i /home/beppe/Pictures/wallhaven-y8w1zg.jpg'
|
||||||
Environment=WAYLAND_DISPLAY=wayland-1
|
Environment=WAYLAND_DISPLAY=wayland-1
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
@@ -7,7 +7,7 @@
|
|||||||
// Choose the order of the modules
|
// Choose the order of the modules
|
||||||
"modules-left": ["sway/workspaces", "sway/mode", "custom/media"],
|
"modules-left": ["sway/workspaces", "sway/mode", "custom/media"],
|
||||||
"modules-center": [],
|
"modules-center": [],
|
||||||
"modules-right": [ "idle_inhibitor", "pulseaudio", "network", "cpu", "memory", "temperature", "backlight", "battery", "battery#bat2", "clock", "tray"],
|
"modules-right": [ "idle_inhibitor", "pulseaudio", "network", "cpu", "memory", "temperature", "clock", "tray"],
|
||||||
// Modules configuration
|
// Modules configuration
|
||||||
// "sway/workspaces": {
|
// "sway/workspaces": {
|
||||||
// "disable-scroll": true,
|
// "disable-scroll": true,
|
||||||
|
@@ -120,6 +120,8 @@ bindsym $mod+v split toggle
|
|||||||
# toggle fullscreen mode for the focused container
|
# toggle fullscreen mode for the focused container
|
||||||
bindsym $mod+f fullscreen toggle
|
bindsym $mod+f fullscreen toggle
|
||||||
|
|
||||||
|
bindsym $mod+e exec ranger
|
||||||
|
|
||||||
# change container layout (stacked, tabbed, toggle split)
|
# change container layout (stacked, tabbed, toggle split)
|
||||||
bindsym $mod+s layout stacking
|
bindsym $mod+s layout stacking
|
||||||
bindsym $mod+w layout tabbed
|
bindsym $mod+w layout tabbed
|
||||||
|
Reference in New Issue
Block a user