mirror of
https://github.com/nboughton/dotfiles
synced 2024-11-22 14:51:56 +01:00
most recent changes
This commit is contained in:
parent
9ef831781d
commit
607951396b
11
i3/config
11
i3/config
@ -10,7 +10,7 @@
|
|||||||
# Please see https://i3wm.org/docs/userguide.html for a complete reference!
|
# Please see https://i3wm.org/docs/userguide.html for a complete reference!
|
||||||
|
|
||||||
set $mod Mod4
|
set $mod Mod4
|
||||||
set $term alacritty
|
set $term kitty
|
||||||
|
|
||||||
# Font for window titles. Will also be used by the bar unless a different font
|
# Font for window titles. Will also be used by the bar unless a different font
|
||||||
# is used in the bar {} block below.
|
# is used in the bar {} block below.
|
||||||
@ -33,7 +33,7 @@ exec --no-startup-id ~/.fehbg
|
|||||||
exec --no-startup-id redshift-gtk
|
exec --no-startup-id redshift-gtk
|
||||||
exec --no-startup-id picom -b
|
exec --no-startup-id picom -b
|
||||||
exec --no-startup-id dunst
|
exec --no-startup-id dunst
|
||||||
exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork
|
exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock -c 000000 --nofork
|
||||||
exec --no-startup-id nm-applet --indicator
|
exec --no-startup-id nm-applet --indicator
|
||||||
exec --no-startup-id insync start
|
exec --no-startup-id insync start
|
||||||
|
|
||||||
@ -48,10 +48,11 @@ for_window [class="eog"] floating enable
|
|||||||
for_window [class="Transmission-gtk"] floating enable
|
for_window [class="Transmission-gtk"] floating enable
|
||||||
for_window [class="io.github.celluloid_player.Celluloid"] floating enable
|
for_window [class="io.github.celluloid_player.Celluloid"] floating enable
|
||||||
for_window [class="Alacritty"] floating enable
|
for_window [class="Alacritty"] floating enable
|
||||||
|
for_window [class="kitty"] floating enable
|
||||||
for_window [class="URxvt"] floating enable
|
for_window [class="URxvt"] floating enable
|
||||||
for_window [class="zenity"] floating enable
|
for_window [class="zenity"] floating enable
|
||||||
for_window [class="apostrophe" title="Export"] floating enable
|
for_window [class="apostrophe" title="Export"] floating enable
|
||||||
for_window [class=".*"] border pixel 2
|
for_window [class=".*"] border pixel 5
|
||||||
|
|
||||||
# Use pactl to adjust volume in PulseAudio.
|
# Use pactl to adjust volume in PulseAudio.
|
||||||
set $refresh_i3status killall -SIGUSR1 i3status
|
set $refresh_i3status killall -SIGUSR1 i3status
|
||||||
@ -76,7 +77,7 @@ bindsym $mod+d exec --no-startup-id "~/.config/rofi/bin/launcher_colorful"
|
|||||||
# There also is i3-dmenu-desktop which only displays applications shipping a
|
# There also is i3-dmenu-desktop which only displays applications shipping a
|
||||||
# .desktop file. It is a wrapper around dmenu, so you need that installed.
|
# .desktop file. It is a wrapper around dmenu, so you need that installed.
|
||||||
#bindsym $mod+d exec --no-startup-id i3-dmenu-desktop
|
#bindsym $mod+d exec --no-startup-id i3-dmenu-desktop
|
||||||
bindsym $mod+l exec --no-startup-id i3lock -c 000000
|
bindsym $mod+l exec --no-startup-id "i3lock -c 000000"
|
||||||
|
|
||||||
# change focus
|
# change focus
|
||||||
bindsym $mod+Left focus left
|
bindsym $mod+Left focus left
|
||||||
@ -187,7 +188,7 @@ gaps top 40
|
|||||||
#
|
#
|
||||||
# Titlebars
|
# Titlebars
|
||||||
#
|
#
|
||||||
default_border pixel 2
|
default_border pixel 5
|
||||||
default_floating_border normal
|
default_floating_border normal
|
||||||
hide_edge_borders none
|
hide_edge_borders none
|
||||||
#titlebar_border_thickness 2
|
#titlebar_border_thickness 2
|
||||||
|
@ -494,7 +494,7 @@ window_margin_width 20
|
|||||||
#: Fade the text in inactive windows by the specified amount (a number
|
#: Fade the text in inactive windows by the specified amount (a number
|
||||||
#: between zero and one, with zero being fully faded).
|
#: between zero and one, with zero being fully faded).
|
||||||
|
|
||||||
# hide_window_decorations no
|
hide_window_decorations yes
|
||||||
|
|
||||||
#: Hide the window decorations (title-bar and window borders) with
|
#: Hide the window decorations (title-bar and window borders) with
|
||||||
#: yes. On macOS, titlebar-only can be used to only hide the titlebar.
|
#: yes. On macOS, titlebar-only can be used to only hide the titlebar.
|
||||||
|
41
nwg-launchers/nwggrid/style.css
Normal file
41
nwg-launchers/nwggrid/style.css
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
@import "/home/nick/.cache/wal/colors-waybar.css";
|
||||||
|
|
||||||
|
button, label, image {
|
||||||
|
background: none;
|
||||||
|
border: 2px solid rgba(200, 200, 200, 0);
|
||||||
|
box-shadow: none;
|
||||||
|
color: @color5;
|
||||||
|
}
|
||||||
|
|
||||||
|
button {
|
||||||
|
padding: 5px;
|
||||||
|
margin: 5px
|
||||||
|
}
|
||||||
|
|
||||||
|
button:hover {
|
||||||
|
background-color: @background;
|
||||||
|
}
|
||||||
|
|
||||||
|
button:focus {
|
||||||
|
border: 2px solid @color6;
|
||||||
|
}
|
||||||
|
|
||||||
|
#searchbox {
|
||||||
|
background: none;
|
||||||
|
border-color: @color6;
|
||||||
|
color: @color4;
|
||||||
|
margin-top: 20px;
|
||||||
|
margin-bottom: 20px
|
||||||
|
}
|
||||||
|
|
||||||
|
#separator {
|
||||||
|
background-color: rgba(200, 200, 200, 0.5);
|
||||||
|
margin-left: 500px;
|
||||||
|
margin-right: 500px;
|
||||||
|
margin-top: 10px;
|
||||||
|
margin-bottom: 10px
|
||||||
|
}
|
||||||
|
|
||||||
|
#description {
|
||||||
|
margin-bottom: 20px
|
||||||
|
}
|
1
nwg-launchers/nwggrid/terminal
Normal file
1
nwg-launchers/nwggrid/terminal
Normal file
@ -0,0 +1 @@
|
|||||||
|
kitty
|
@ -416,7 +416,7 @@ log-level = "warn";
|
|||||||
# you can set this to `true`.
|
# you can set this to `true`.
|
||||||
#
|
#
|
||||||
|
|
||||||
#corner-radius = 8;
|
corner-radius = 5;
|
||||||
|
|
||||||
wintypes:
|
wintypes:
|
||||||
{
|
{
|
||||||
|
@ -16,6 +16,7 @@ set $mod Mod4
|
|||||||
set $term kitty
|
set $term kitty
|
||||||
# Your preferred application launcher
|
# Your preferred application launcher
|
||||||
set $menu wofi -c ~/.config/wofi/config -s ~/.config/wofi/style.css -I
|
set $menu wofi -c ~/.config/wofi/config -s ~/.config/wofi/style.css -I
|
||||||
|
#set $menu nwggrid -f
|
||||||
|
|
||||||
### Gnome settings
|
### Gnome settings
|
||||||
set $gnome-schema org.gnome.desktop.interface
|
set $gnome-schema org.gnome.desktop.interface
|
||||||
@ -68,7 +69,7 @@ for_window [title="Firefox — Sharing Indicator"] floating enable
|
|||||||
for_window [app_id=file-roller] floating enable
|
for_window [app_id=file-roller] floating enable
|
||||||
for_window [title="Open Files"] floating enable
|
for_window [title="Open Files"] floating enable
|
||||||
for_window [app_id=gedit] floating enable
|
for_window [app_id=gedit] floating enable
|
||||||
for_window [app_id=".*"] border pixel 2
|
for_window [app_id=".*"] border pixel 5
|
||||||
|
|
||||||
### Key bindings
|
### Key bindings
|
||||||
#
|
#
|
||||||
@ -245,7 +246,7 @@ smart_gaps off
|
|||||||
# Titlebars
|
# Titlebars
|
||||||
#
|
#
|
||||||
font pango:KanitMedium 10
|
font pango:KanitMedium 10
|
||||||
default_border pixel 2
|
default_border pixel 5
|
||||||
default_floating_border normal
|
default_floating_border normal
|
||||||
hide_edge_borders none
|
hide_edge_borders none
|
||||||
titlebar_border_thickness 2
|
titlebar_border_thickness 2
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
# the top and down respectively.
|
# the top and down respectively.
|
||||||
# The width can be negative. In this case the actual width is the
|
# The width can be negative. In this case the actual width is the
|
||||||
# screen width minus the width defined in within the geometry option.
|
# screen width minus the width defined in within the geometry option.
|
||||||
geometry = "300x5-50+20"
|
geometry = "300x5-30+70"
|
||||||
|
|
||||||
# Show how many messages are currently hidden (because of geometry).
|
# Show how many messages are currently hidden (because of geometry).
|
||||||
indicate_hidden = yes
|
indicate_hidden = yes
|
||||||
|
@ -7,7 +7,7 @@ icon-path=~/.icons/DarK-svg
|
|||||||
width=400
|
width=400
|
||||||
height=150
|
height=150
|
||||||
margin=20
|
margin=20
|
||||||
border-size=3
|
border-size=5
|
||||||
border-radius=10
|
border-radius=10
|
||||||
max-icon-size=32
|
max-icon-size=32
|
||||||
|
|
||||||
|
@ -76,7 +76,7 @@
|
|||||||
"format-icons": {
|
"format-icons": {
|
||||||
"1": "",
|
"1": "",
|
||||||
"2": "",
|
"2": "",
|
||||||
"3": "",
|
"3": "",
|
||||||
"4": "",
|
"4": "",
|
||||||
"urgent": "",
|
"urgent": "",
|
||||||
"focused": "",
|
"focused": "",
|
||||||
|
@ -8,7 +8,8 @@
|
|||||||
|
|
||||||
* {
|
* {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-family: "Source Code Pro Medium", "Font Awesome 5 Free";
|
/*font-family: "Source Code Pro Medium", "Font Awesome 5 Free";*/
|
||||||
|
font-family: "Kanit Medium", "Font Awesome 5 Free";
|
||||||
}
|
}
|
||||||
|
|
||||||
window#waybar {
|
window#waybar {
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
show=drun
|
show=drun
|
||||||
prompt=
|
prompt=
|
||||||
term=alacritty
|
term=kitty
|
||||||
layer=overlay
|
layer=overlay
|
||||||
always_parse_args=true
|
always_parse_args=true
|
||||||
allow_images=true
|
allow_images=true
|
||||||
image_size=16
|
image_size=24
|
||||||
width=25%
|
width=25%
|
||||||
insensitive=true
|
insensitive=true
|
||||||
key_expand=Shift_L-Right
|
key_expand=Shift_L-Right
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
#window {
|
#window {
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
border: 2px solid @color6;
|
border: 5px solid @color6;
|
||||||
}
|
}
|
||||||
|
|
||||||
#text {
|
#text {
|
||||||
|
Loading…
Reference in New Issue
Block a user