diff --git a/README.md b/README.md index 44bdda0..72e12d2 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ My personal configurations, managed with the 'dotdrop' submodule. [Nord-themed.](https://www.nordtheme.com/) +[Lock Screen Wallpaper](https://i.imgur.com/csyOJZJ.jpg) + ![home](https://i.imgur.com/zayLDb6.png) ![vim](https://i.imgur.com/aihcZMe.png) ![spotify](https://i.imgur.com/hFKH7y1.png) diff --git a/dotfiles/config/alacritty/alacritty.yml b/dotfiles/config/alacritty/alacritty.yml index b83a304..eeeb98f 100644 --- a/dotfiles/config/alacritty/alacritty.yml +++ b/dotfiles/config/alacritty/alacritty.yml @@ -34,7 +34,7 @@ window: # Blank space added around the window in pixels. This padding is scaled # by DPI and the specified value is always added at both opposing sides. padding: - x: 15 + x: 20 y: 15 # Spread additional padding evenly around the terminal content. @@ -279,7 +279,7 @@ visual_bell: # # Window opacity as a floating point number from `0.0` to `1.0`. # The value `0.0` is completely transparent and `1.0` is opaque. -background_opacity: 0.95 +background_opacity: 0.98 selection: #semantic_escape_chars: ",│`|:\"' ()[]{}<>\t" diff --git a/dotfiles/config/i3/config b/dotfiles/config/i3/config index 6893006..fc97828 100644 --- a/dotfiles/config/i3/config +++ b/dotfiles/config/i3/config @@ -50,10 +50,11 @@ bindsym $mod+n workspace next bindsym $mod+p workspace prev # Rofi and dmenu -bindsym $mod+space exec "rofi -show" +bindsym $mod+space exec "~/.config/rofi/launchers-git/launcher.sh" bindsym $mod+d exec "dmenu_run -fn 'InconsolataLGC Nerd Font Mono' -nb '#2E3440' -sb '#5E81AC' -nf '#ECEFF4' -sf '#ECEFF4' -bindsym --release $mod+Shift+p exec"import ~/screenshots/Screenshot-$(date '+%Y%m%d-%H%M%S').png" +#bindsym --release $mod+Shift+p exec"import ~/screenshots/Screenshot-$(date '+%Y%m%d-%H%M%S').png" +bindsym $mod+Shift+p exec "flameshot gui" # Screen brightness bindsym XF86MonBrightnessUp exec light -A 5 # increase @@ -112,7 +113,7 @@ bindsym $mod+Shift+r restart ### Design ### new_window 1pixel -for_window [class="^.*"] border pixel 2 +for_window [class="^.*"] border pixel 0 # Colors from https://www.nordtheme.com/ set $nord0 "#2e3440" @@ -133,15 +134,12 @@ client.unfocused $nord0 $nord0 $frost0 $blue1 $nord0 client.urgent $red $red $frost2 $red $red client.background #ffffff -exec "~/scripts/startup-laptop" +exec "~/scripts/startup-laptop.sh" # i3 doesnt let me put this in the startscript -exec_always --no-startup-id ~/.config/polybar/start.sh & - -# Powermenu -bindsym $mod+Shift+e exec "~/scripts/powermenu" +exec_always --no-startup-id ~/.config/polybar/launch.sh & # Locking -bindsym $mod+Shift+BackSpace exec "~/scripts/lock-laptop" +bindsym $mod+Shift+BackSpace exec "~/scripts/lock-laptop.sh" # Monitors set $monitor1 "eDP-1" diff --git a/dotfiles/config/marc-polybar/config b/dotfiles/config/marc-polybar/config new file mode 100644 index 0000000..52abe2d --- /dev/null +++ b/dotfiles/config/marc-polybar/config @@ -0,0 +1,351 @@ +; vim: ft=dosini + +[colors] +transparent = #00000000 + +red = #BF616A +orange = #D08770 +yellow = #EBCB8B +green = #A3BE8C +purple = #B48EAD + +blue0 = #8FBCBB +blue1 = #88C0D0 +blue2 = #81A1C1 +blue3 = #5E81AC + +nord0 = #2E3440 +nord1 = #3b4252 +nord2 = #434c5e +nord3 = #4C566A + +frost0 = #d8dee9 +frost1 = #e5e9f0 +frost2 = #ECEFF4 + +accent = ${colors.green} +foreground = ${colors.frost2} +background = ${colors.nord0} + +tray = ${colors.nord0} + +############################################################################### +[settings] +screenchange-reload = true + +############################################################################### +[bar/main] +monitor = ${env:MONITOR} +enable-ipc = false + +# FONTS PROVIDED WITH DOTFILES +# https://github.com/stark/siji + +font-0 = "InconsolataLGC Nerd Font Mono:pixelsize=9;2" +font-1 = "IPAGothic:fontformat=truetype:antialias=false:pixelsize=11;2" +font-2 = "Siji:size=7;2" + +bottom = false +fixed-center = true + +padding-left = 0 +padding-right = 0 + +radius = 0.0 + +foreground = ${colors.foreground} +background = ${colors.transparent} + +tray-position = right +tray-padding = 2 +tray-background = ${colors.tray} +tray-offset-x = 8 +tray-offset-y = 0 + +# 100%-16px(gaps)-8px(tray) +width = 100%:-24px +#width = 100%:-16px +height = 27 + +offset-y = 8px +offset-x = 8px + +override-redirect = true + +modules-left = i3 spotify +modules-center = +modules-right = ip backlight volume battery date +separator = + +module-margin= 0 + +wm-name = i3 +wm-restack = i3 + +############################################################################### +[module/i3] +type = internal/i3 + +pin-workspaces = true +index-sort = true +enable-click = true +enable-scroll = true +wrapping-scroll = false + +format = + +background = ${colors.nord0} + +ws-icon-0 = 1;1 +ws-icon-1 = 2;2 +ws-icon-2 = 3;3 +ws-icon-3 = 4;4 +ws-icon-4 = 5;5 +ws-icon-5 = 6;6 +ws-icon-6 = 7;7 +ws-icon-7 = 8;8 +ws-icon-8 = 9;9 +ws-icon-9 = 10;10 + +label-focused = %icon% +label-focused-foreground = ${self.background} +label-focused-background = ${colors.accent} +label-focused-padding = 2 + +label-unfocused = %index% +label-unfocused-foreground = ${colors.foreground} +label-unfocused-background = ${self.background} +label-unfocused-padding = 2 + +label-visible = %index% +label-visible-foreground = ${colors.foreground} +label-visible-background = ${self.background} +label-visible-padding = 2 + +label-urgent = %index% +label-urgent-foreground = ${colors.foreground} +label-urgent-background = ${colors.red} +label-urgent-padding = 2 + +############################################################################### +[module/date] +type = internal/date + +format-padding = 1 +format-background = ${colors.background} + +interval = 1.0 + +time =  %I:%M %p - %A, %d %B %Y +time-alt =  %I:%M %p + +format =