mirror of
https://github.com/stronk-dev/Tokyo-Night-Linux.git
synced 2025-04-24 23:45:10 +02:00
I3 update
This commit is contained in:
parent
2cf242d1d5
commit
a64f1b8d18
@ -19,9 +19,9 @@
|
|||||||
|
|
||||||
# Borders
|
# Borders
|
||||||
# Also removes all title bars
|
# Also removes all title bars
|
||||||
for_window [class="^.*"] border pixel 6
|
for_window [class="^.*"] border pixel 5
|
||||||
default_border pixel 6
|
default_border pixel 5
|
||||||
default_floating_border pixel 6
|
default_floating_border pixel 5
|
||||||
|
|
||||||
# Hide borders at the edge of the screen
|
# Hide borders at the edge of the screen
|
||||||
hide_edge_borders smart
|
hide_edge_borders smart
|
||||||
@ -48,7 +48,7 @@
|
|||||||
# unfocused #333333 #222222 #888888 #292d2e #222222
|
# unfocused #333333 #222222 #888888 #292d2e #222222
|
||||||
# urgent #2f343a #900000 #ffffff #900000 #900000
|
# urgent #2f343a #900000 #ffffff #900000 #900000
|
||||||
# placeholder #000000 #0c0c0c #ffffff #000000 #0c0c0c
|
# placeholder #000000 #0c0c0c #ffffff #000000 #0c0c0c
|
||||||
client.focused #343b58 #343b58 #c0caf5 #343b58 #343b58
|
client.focused #565f89 #565f89 #c0caf5 #565f89 #565f89
|
||||||
client.focused_inactive #16161d #16161d #c0caf5 #16161d #16161d
|
client.focused_inactive #16161d #16161d #c0caf5 #16161d #16161d
|
||||||
client.unfocused #16161d #16161d #c0caf5 #16161d #16161d
|
client.unfocused #16161d #16161d #c0caf5 #16161d #16161d
|
||||||
|
|
||||||
@ -92,11 +92,9 @@
|
|||||||
|
|
||||||
# Switch workspace to another monitor
|
# Switch workspace to another monitor
|
||||||
bindsym $mod+Shift+h move workspace to output left
|
bindsym $mod+Shift+h move workspace to output left
|
||||||
bindsym $mod+Shift+Tab move workspace to output left
|
|
||||||
bindsym $mod+Shift+j move workspace to output down
|
bindsym $mod+Shift+j move workspace to output down
|
||||||
bindsym $mod+Shift+k move workspace to output up
|
bindsym $mod+Shift+k move workspace to output up
|
||||||
bindsym $mod+Shift+l move workspace to output right
|
bindsym $mod+Shift+l move workspace to output right
|
||||||
bindsym $mod+Tab move workspace to output right
|
|
||||||
|
|
||||||
# Kill focused window
|
# Kill focused window
|
||||||
bindsym $mod+Shift+q kill
|
bindsym $mod+Shift+q kill
|
||||||
@ -130,7 +128,7 @@
|
|||||||
bindsym $mod+0 workspace number 10
|
bindsym $mod+0 workspace number 10
|
||||||
|
|
||||||
# Move focused container to workspace
|
# Move focused container to workspace
|
||||||
bindsym $mod+Shift+1 move container to workspace number 1
|
bindsym $mod+Shift+1 move container to autotiling &workspace number 1
|
||||||
bindsym $mod+Shift+2 move container to workspace number 2
|
bindsym $mod+Shift+2 move container to workspace number 2
|
||||||
bindsym $mod+Shift+3 move container to workspace number 3
|
bindsym $mod+Shift+3 move container to workspace number 3
|
||||||
bindsym $mod+Shift+4 move container to workspace number 4
|
bindsym $mod+Shift+4 move container to workspace number 4
|
||||||
@ -238,12 +236,15 @@
|
|||||||
|
|
||||||
######### Launch Programs #########
|
######### Launch Programs #########
|
||||||
### We need dis stuff ###
|
### We need dis stuff ###
|
||||||
|
|
||||||
# Applets
|
# Applets
|
||||||
exec --no-startup-id nm-applet &
|
exec --no-startup-id nm-applet &
|
||||||
|
|
||||||
# Arch update notifications
|
# Arch update notifications
|
||||||
#exec --no-startup-id kalu
|
exec --no-startup-id kalu &
|
||||||
|
|
||||||
|
# NOTE: we are using autotiling based on window dimensions
|
||||||
|
# See https://github.com/nwg-piotr/autotiling
|
||||||
|
exec --no-startup-id autotiling &
|
||||||
|
|
||||||
# Gnome Keyring
|
# Gnome Keyring
|
||||||
exec --no-startup-id eval $(gnome-keyring-daemon --start)
|
exec --no-startup-id eval $(gnome-keyring-daemon --start)
|
||||||
@ -256,6 +257,7 @@
|
|||||||
exec --no-startup-id spotify &
|
exec --no-startup-id spotify &
|
||||||
exec --no-startup-id gimp &
|
exec --no-startup-id gimp &
|
||||||
exec --no-startup-id bitwarden &
|
exec --no-startup-id bitwarden &
|
||||||
|
#exec --no-startup-id bitwarden-desktop &
|
||||||
exec --no-startup-id thunderbird &
|
exec --no-startup-id thunderbird &
|
||||||
exec --no-startup-id /home/marco/.config/i3/launchTerminals
|
exec --no-startup-id /home/marco/.config/i3/launchTerminals
|
||||||
exec --no-startup-id /home/marco/.config/i3/launchNemos
|
exec --no-startup-id /home/marco/.config/i3/launchNemos
|
||||||
|
@ -138,9 +138,9 @@ font-1 = "feather:size=12;3"
|
|||||||
; modules-center = xwindow xbacklight
|
; modules-center = xwindow xbacklight
|
||||||
; modules-right = ipc clock
|
; modules-right = ipc clock
|
||||||
|
|
||||||
modules-left = menu workspaces cpu memory filesystem temperature title
|
modules-left = menu workspaces title
|
||||||
modules-center =
|
modules-center =
|
||||||
modules-right = updates alsa mpd backlight battery date sysmenu
|
modules-right = cpu memory temperature updates pulseaudio date sysmenu
|
||||||
|
|
||||||
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
||||||
|
|
||||||
|
@ -46,7 +46,7 @@ master-mixer = Master
|
|||||||
|
|
||||||
; Interval for volume increase/decrease (in percent points)
|
; Interval for volume increase/decrease (in percent points)
|
||||||
; Default: 5
|
; Default: 5
|
||||||
interval = 5
|
interval = 1
|
||||||
|
|
||||||
; Available tags:
|
; Available tags:
|
||||||
; <label-volume> (default)
|
; <label-volume> (default)
|
||||||
@ -405,7 +405,7 @@ interval = 1.0
|
|||||||
;;date = %Y-%m-%d%
|
;;date = %Y-%m-%d%
|
||||||
|
|
||||||
; Optional time format
|
; Optional time format
|
||||||
time = " %H:%M %a, %d %b %Y"
|
time = " %a, %d %b %Y %H:%M"
|
||||||
|
|
||||||
; if `date-alt` or `time-alt` is defined, clicking
|
; if `date-alt` or `time-alt` is defined, clicking
|
||||||
; the module will toggle between formats
|
; the module will toggle between formats
|
||||||
@ -434,7 +434,7 @@ type = internal/fs
|
|||||||
|
|
||||||
; Mountpoints to display
|
; Mountpoints to display
|
||||||
mount-0 = /
|
mount-0 = /
|
||||||
;;mount-1 = /home
|
;mount-1 = /mnt/koios
|
||||||
;;mount-2 = /var
|
;;mount-2 = /var
|
||||||
|
|
||||||
; Seconds to sleep between updates
|
; Seconds to sleep between updates
|
||||||
@ -482,7 +482,7 @@ format-unmounted-padding = 2
|
|||||||
; %free%
|
; %free%
|
||||||
; %used%
|
; %used%
|
||||||
; Default: %mountpoint% %percentage_free%%
|
; Default: %mountpoint% %percentage_free%%
|
||||||
label-mounted = " %free%"
|
label-mounted = " %mountpoint% %used%/%total%"
|
||||||
|
|
||||||
; Available tokens:
|
; Available tokens:
|
||||||
; %mountpoint%
|
; %mountpoint%
|
||||||
@ -679,14 +679,25 @@ format-padding = 2
|
|||||||
label = " %mb_used%"
|
label = " %mb_used%"
|
||||||
|
|
||||||
; Only applies if <ramp-used> is used
|
; Only applies if <ramp-used> is used
|
||||||
;;ramp-used-0 = ${memory.used0}
|
ramp-used-0 = ▁
|
||||||
;;ramp-used-1 = ${memory.used1}
|
ramp-used-1 = ▂
|
||||||
;;ramp-used-2 = ${memory.used2}
|
ramp-used-2 = ▃
|
||||||
|
ramp-used-3 = ▄
|
||||||
|
ramp-used-4 = ▅
|
||||||
|
ramp-used-5 = ▆
|
||||||
|
ramp-used-6 = ▇
|
||||||
|
ramp-used-7 = █
|
||||||
|
|
||||||
|
|
||||||
; Only applies if <ramp-free> is used
|
; Only applies if <ramp-free> is used
|
||||||
;;ramp-free-0 = ${memory.free0}
|
ramp-free-0 = ▁
|
||||||
;;ramp-free-1 = ${memory.free1}
|
ramp-free-1 = ▂
|
||||||
;;ramp-free-2 = ${memory.free2}
|
ramp-free-2 = ▃
|
||||||
|
ramp-free-3 = ▄
|
||||||
|
ramp-free-4 = ▅
|
||||||
|
ramp-free-5 = ▆
|
||||||
|
ramp-free-6 = ▇
|
||||||
|
ramp-free-7 = █
|
||||||
|
|
||||||
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
||||||
|
|
||||||
@ -896,11 +907,11 @@ type = internal/pulseaudio
|
|||||||
|
|
||||||
; Sink to be used, if it exists (find using `pacmd list-sinks`, name field)
|
; Sink to be used, if it exists (find using `pacmd list-sinks`, name field)
|
||||||
; If not, uses default sink
|
; If not, uses default sink
|
||||||
sink = alsa_output.pci-0000_03_00.6.analog-stereo
|
sink = alsa_output.usb-BEHRINGER_UMC404HD_192k-00.analog-surround-40
|
||||||
|
|
||||||
; Use PA_VOLUME_UI_MAX (~153%) if true, or PA_VOLUME_NORM (100%) if false
|
; Use PA_VOLUME_UI_MAX (~153%) if true, or PA_VOLUME_NORM (100%) if false
|
||||||
; Default: true
|
; Default: true
|
||||||
use-ui-max = false
|
use-ui-max = true
|
||||||
|
|
||||||
; Interval for volume increase/decrease (in percent points)
|
; Interval for volume increase/decrease (in percent points)
|
||||||
; Default: 5
|
; Default: 5
|
||||||
|
@ -56,7 +56,7 @@
|
|||||||
# unfocused #333333 #222222 #888888 #292d2e #222222
|
# unfocused #333333 #222222 #888888 #292d2e #222222
|
||||||
# urgent #2f343a #900000 #ffffff #900000 #900000
|
# urgent #2f343a #900000 #ffffff #900000 #900000
|
||||||
# placeholder #000000 #0c0c0c #ffffff #000000 #0c0c0c
|
# placeholder #000000 #0c0c0c #ffffff #000000 #0c0c0c
|
||||||
client.focused #343b58 #343b58 #c0caf5 #343b58 #343b58
|
client.focused #565f89 #565f89 #c0caf5 #565f89 #565f89
|
||||||
client.focused_inactive #16161d #16161d #c0caf5 #16161d #16161d
|
client.focused_inactive #16161d #16161d #c0caf5 #16161d #16161d
|
||||||
client.unfocused #16161d #16161d #c0caf5 #16161d #16161d
|
client.unfocused #16161d #16161d #c0caf5 #16161d #16161d
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user