mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2024-11-24 07:44:09 +01:00
new, darker, colour scheme
This commit is contained in:
parent
6473862f8e
commit
01122b34e2
@ -2,6 +2,8 @@
|
||||
alias phpserver='docker run --rm -p 2000:80 -v "$PWD":/var/www/html mastermindzh/php-xdebug'
|
||||
alias nodeserver='docker run --rm -p 3000:3000 -v "$PWD":/app mastermindzh/generic_node'
|
||||
alias reactserver='docker run --rm -p 8080:8080 -v "$PWD":/app mastermindzh/generic_node'
|
||||
alias mongoserver='docker run -d --rm -p 27017:27017 --name mongo-server -e MONGO_INITDB_ROOT_USERNAME=admin -e MONGO_INITDB_ROOT_PASSWORD=123 -v ~/.db/mongo:/data/db mongo'
|
||||
alias sqlserver='docker run -d --rm -e "ACCEPT_EULA=Y" -e "SA_PASSWORD=YourPassword123" -p 1433:1433 -v ~/.db/mssql:/var/opt/mssql microsoft/mssql-server-linux'
|
||||
|
||||
# useful docker commands
|
||||
alias stop-dockers='docker stop $(docker ps -aq)'
|
||||
|
21
i3/config
21
i3/config
@ -14,13 +14,15 @@ floating_modifier $mod
|
||||
############################################
|
||||
|
||||
set $urgentTextColour #101218
|
||||
set $primaryBackgroundColour #1f222d
|
||||
set $secondaryBackgroundColour #252936
|
||||
set $textColour #7780a1
|
||||
set $primaryBackgroundColour #1e1e1e
|
||||
set $secondaryBackgroundColour #252526
|
||||
set $tertiaryBackgroundColour #333333
|
||||
|
||||
set $textColour #848484
|
||||
set $focusedTextColour #f6f6f7
|
||||
|
||||
set $statusLineColour #d1d4e0
|
||||
set $focusedTextColour #ffffff
|
||||
set $urgentBackground #ee829f
|
||||
set $urgentBackground #ef5350
|
||||
set $indicatorColour #fcc09e
|
||||
|
||||
set $workspace1 "1: "
|
||||
@ -119,8 +121,11 @@ bindsym $mod+Print exec /bin/bash ~/.config/i3/scripts/screenshot.sh # Show s
|
||||
bindsym $mod+shift+b exec /bin/bash ~/.config/i3/scripts/brightness.sh
|
||||
|
||||
# Rofi
|
||||
bindsym $mod+d exec "rofi -color-window '#273238, #273238, #1e2529' -color-normal '#273238, #c1c1c1, #273238, #394249, #ffffff' -color-active '#273238, #80cbc4, #273238, #394249, #80cbc4' -color-urgent '#273238, #ff1844, #273238, #394249, #ff1844' -lines 10 -line-padding 5 -show run"
|
||||
bindsym $mod+Tab exec "rofi -color-window '#273238, #273238, #1e2529' -color-normal '#273238, #c1c1c1, #273238, #394249, #ffffff' -color-active '#273238, #80cbc4, #273238, #394249, #80cbc4' -color-urgent '#273238, #ff1844, #273238, #394249, #ff1844' -lines 10 -line-padding 5 -show"
|
||||
# window: background border dividerline
|
||||
# normal: odd lines - text colour - even lines - hover lines - hover text colour
|
||||
# active: background
|
||||
bindsym $mod+d exec "rofi -color-window '#1e1e1e, #333333, #333333' -color-normal '#1e1e1e, #848484, #1e1e1e, #333333, #f6f6f7' -lines 10 -line-padding 5 -show run"
|
||||
bindsym $mod+Tab exec "rofi -color-window '#1e1e1e, #333333, #333333' -color-normal '#1e1e1e, #848484, #1e1e1e, #333333, #f6f6f7' -color-active '#333333, #ef5350, #0000ff, #333333, #f6f6f7' -lines 10 -line-padding 5 -show"
|
||||
|
||||
############################################
|
||||
# Media keys #
|
||||
@ -200,7 +205,7 @@ bar {
|
||||
new_window 1pixel
|
||||
hide_edge_borders both
|
||||
|
||||
# Widow Colours
|
||||
# Window Colours
|
||||
# border background text indicator
|
||||
client.focused $primaryBackgroundColour $primaryBackgroundColour $focusedTextColour $indicatorColour
|
||||
client.focused_inactive $secondaryBackgroundColour $secondaryBackgroundColour $textColour $indicatorColour
|
||||
|
@ -44,11 +44,13 @@ color=#e29e0b
|
||||
command=bash ~/.config/i3/scripts/blocks/temp.sh
|
||||
label=
|
||||
interval=1
|
||||
color=#999999
|
||||
|
||||
[load_average]
|
||||
label=
|
||||
interval=10
|
||||
separator=true
|
||||
color=#999999
|
||||
|
||||
# Memory usage
|
||||
#
|
||||
@ -57,6 +59,7 @@ separator=true
|
||||
label=
|
||||
separator=true
|
||||
interval=30
|
||||
color=#999999
|
||||
|
||||
# Disk usage
|
||||
# The directory defaults to $HOME if the instance is not specified.
|
||||
@ -67,6 +70,7 @@ label=
|
||||
instance=/
|
||||
interval=5
|
||||
separator=true
|
||||
color=#999999
|
||||
|
||||
# Updates
|
||||
[updates]
|
||||
@ -74,6 +78,7 @@ label=
|
||||
command=pacman -Qu | wc -l
|
||||
interval=60
|
||||
separator=true
|
||||
color=#999999
|
||||
|
||||
# Network interface monitoring
|
||||
#
|
||||
@ -92,6 +97,7 @@ label=
|
||||
command=ping -c 2 8.8.8.8 | tail -1| awk '{print $4}' | cut -d '/' -f 2 | cut -f1 -d"."
|
||||
interval=60
|
||||
separator=true
|
||||
color=#999999
|
||||
|
||||
# Volume indicator
|
||||
#
|
||||
@ -105,6 +111,7 @@ interval=1
|
||||
command=/usr/lib/i3blocks/volume 5 pulse
|
||||
signal=10
|
||||
separator=true
|
||||
color=#999999
|
||||
|
||||
# Battery indicator
|
||||
# The battery instance defaults to 0.
|
||||
@ -114,6 +121,7 @@ label=
|
||||
#instance=1
|
||||
interval=30
|
||||
separator=true
|
||||
color=#999999
|
||||
|
||||
# Date Time
|
||||
[time]
|
||||
@ -121,4 +129,4 @@ label=
|
||||
command=date '+%Y-%m-%d %H:%M:%S'
|
||||
interval=1
|
||||
separator=true
|
||||
|
||||
color=#999999
|
||||
|
Loading…
Reference in New Issue
Block a user