diff --git a/i3/config b/i3/config index 73eec4e..4a60ce2 100644 --- a/i3/config +++ b/i3/config @@ -10,7 +10,7 @@ # Please see https://i3wm.org/docs/userguide.html for a complete reference! set $mod Mod4 -set $term alacritty +set $term kitty # Font for window titles. Will also be used by the bar unless a different font # 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 picom -b 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 insync start @@ -48,10 +48,11 @@ for_window [class="eog"] floating enable for_window [class="Transmission-gtk"] floating enable for_window [class="io.github.celluloid_player.Celluloid"] floating enable for_window [class="Alacritty"] floating enable +for_window [class="kitty"] floating enable for_window [class="URxvt"] floating enable for_window [class="zenity"] 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. 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 # .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+l exec --no-startup-id i3lock -c 000000 +bindsym $mod+l exec --no-startup-id "i3lock -c 000000" # change focus bindsym $mod+Left focus left @@ -187,7 +188,7 @@ gaps top 40 # # Titlebars # -default_border pixel 2 +default_border pixel 5 default_floating_border normal hide_edge_borders none #titlebar_border_thickness 2 diff --git a/kitty/kitty.conf b/kitty/kitty.conf index 20d00dd..7aaa6c2 100644 --- a/kitty/kitty.conf +++ b/kitty/kitty.conf @@ -494,7 +494,7 @@ window_margin_width 20 #: Fade the text in inactive windows by the specified amount (a number #: 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 #: yes. On macOS, titlebar-only can be used to only hide the titlebar. diff --git a/nwg-launchers/nwggrid/style.css b/nwg-launchers/nwggrid/style.css new file mode 100644 index 0000000..91f973f --- /dev/null +++ b/nwg-launchers/nwggrid/style.css @@ -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 +} diff --git a/nwg-launchers/nwggrid/terminal b/nwg-launchers/nwggrid/terminal new file mode 100644 index 0000000..e6feb0f --- /dev/null +++ b/nwg-launchers/nwggrid/terminal @@ -0,0 +1 @@ +kitty diff --git a/picom/picom.conf b/picom/picom.conf index fa15aa6..c1c689d 100644 --- a/picom/picom.conf +++ b/picom/picom.conf @@ -416,7 +416,7 @@ log-level = "warn"; # you can set this to `true`. # -#corner-radius = 8; +corner-radius = 5; wintypes: { diff --git a/sway/config b/sway/config index 4990bc0..c50f98b 100644 --- a/sway/config +++ b/sway/config @@ -16,6 +16,7 @@ set $mod Mod4 set $term kitty # Your preferred application launcher set $menu wofi -c ~/.config/wofi/config -s ~/.config/wofi/style.css -I +#set $menu nwggrid -f ### Gnome settings 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 [title="Open Files"] 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 # @@ -245,7 +246,7 @@ smart_gaps off # Titlebars # font pango:KanitMedium 10 -default_border pixel 2 +default_border pixel 5 default_floating_border normal hide_edge_borders none titlebar_border_thickness 2 diff --git a/wal/templates/colors-dunstrc b/wal/templates/colors-dunstrc index fd8a178..ae0a71a 100644 --- a/wal/templates/colors-dunstrc +++ b/wal/templates/colors-dunstrc @@ -30,7 +30,7 @@ # the top and down respectively. # The width can be negative. In this case the actual width is the # 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). indicate_hidden = yes diff --git a/wal/templates/colors-mako b/wal/templates/colors-mako index 1e77a57..ab4da1a 100644 --- a/wal/templates/colors-mako +++ b/wal/templates/colors-mako @@ -7,7 +7,7 @@ icon-path=~/.icons/DarK-svg width=400 height=150 margin=20 -border-size=3 +border-size=5 border-radius=10 max-icon-size=32 diff --git a/waybar/config b/waybar/config index 244824e..9526e9d 100644 --- a/waybar/config +++ b/waybar/config @@ -76,7 +76,7 @@ "format-icons": { "1": "", "2": "", - "3": "", + "3": "", "4": "", "urgent": "", "focused": "", diff --git a/waybar/style.css b/waybar/style.css index ff5243b..f8fdaf5 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -8,7 +8,8 @@ * { 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 { diff --git a/wofi/config b/wofi/config index cd2462d..2487204 100644 --- a/wofi/config +++ b/wofi/config @@ -1,10 +1,10 @@ show=drun prompt= -term=alacritty +term=kitty layer=overlay always_parse_args=true allow_images=true -image_size=16 +image_size=24 width=25% insensitive=true key_expand=Shift_L-Right diff --git a/wofi/style.css b/wofi/style.css index 6e7f339..a4bb8eb 100644 --- a/wofi/style.css +++ b/wofi/style.css @@ -2,7 +2,7 @@ #window { border-radius: 10px; - border: 2px solid @color6; + border: 5px solid @color6; } #text {