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 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 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 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
|
# useful docker commands
|
||||||
alias stop-dockers='docker stop $(docker ps -aq)'
|
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 $urgentTextColour #101218
|
||||||
set $primaryBackgroundColour #1f222d
|
set $primaryBackgroundColour #1e1e1e
|
||||||
set $secondaryBackgroundColour #252936
|
set $secondaryBackgroundColour #252526
|
||||||
set $textColour #7780a1
|
set $tertiaryBackgroundColour #333333
|
||||||
|
|
||||||
|
set $textColour #848484
|
||||||
|
set $focusedTextColour #f6f6f7
|
||||||
|
|
||||||
set $statusLineColour #d1d4e0
|
set $statusLineColour #d1d4e0
|
||||||
set $focusedTextColour #ffffff
|
set $urgentBackground #ef5350
|
||||||
set $urgentBackground #ee829f
|
|
||||||
set $indicatorColour #fcc09e
|
set $indicatorColour #fcc09e
|
||||||
|
|
||||||
set $workspace1 "1: "
|
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
|
bindsym $mod+shift+b exec /bin/bash ~/.config/i3/scripts/brightness.sh
|
||||||
|
|
||||||
# Rofi
|
# 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"
|
# window: background border dividerline
|
||||||
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"
|
# 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 #
|
# Media keys #
|
||||||
@ -200,7 +205,7 @@ bar {
|
|||||||
new_window 1pixel
|
new_window 1pixel
|
||||||
hide_edge_borders both
|
hide_edge_borders both
|
||||||
|
|
||||||
# Widow Colours
|
# Window Colours
|
||||||
# border background text indicator
|
# border background text indicator
|
||||||
client.focused $primaryBackgroundColour $primaryBackgroundColour $focusedTextColour $indicatorColour
|
client.focused $primaryBackgroundColour $primaryBackgroundColour $focusedTextColour $indicatorColour
|
||||||
client.focused_inactive $secondaryBackgroundColour $secondaryBackgroundColour $textColour $indicatorColour
|
client.focused_inactive $secondaryBackgroundColour $secondaryBackgroundColour $textColour $indicatorColour
|
||||||
|
@ -44,11 +44,13 @@ color=#e29e0b
|
|||||||
command=bash ~/.config/i3/scripts/blocks/temp.sh
|
command=bash ~/.config/i3/scripts/blocks/temp.sh
|
||||||
label=
|
label=
|
||||||
interval=1
|
interval=1
|
||||||
|
color=#999999
|
||||||
|
|
||||||
[load_average]
|
[load_average]
|
||||||
label=
|
label=
|
||||||
interval=10
|
interval=10
|
||||||
separator=true
|
separator=true
|
||||||
|
color=#999999
|
||||||
|
|
||||||
# Memory usage
|
# Memory usage
|
||||||
#
|
#
|
||||||
@ -57,6 +59,7 @@ separator=true
|
|||||||
label=
|
label=
|
||||||
separator=true
|
separator=true
|
||||||
interval=30
|
interval=30
|
||||||
|
color=#999999
|
||||||
|
|
||||||
# Disk usage
|
# Disk usage
|
||||||
# The directory defaults to $HOME if the instance is not specified.
|
# The directory defaults to $HOME if the instance is not specified.
|
||||||
@ -67,6 +70,7 @@ label=
|
|||||||
instance=/
|
instance=/
|
||||||
interval=5
|
interval=5
|
||||||
separator=true
|
separator=true
|
||||||
|
color=#999999
|
||||||
|
|
||||||
# Updates
|
# Updates
|
||||||
[updates]
|
[updates]
|
||||||
@ -74,6 +78,7 @@ label=
|
|||||||
command=pacman -Qu | wc -l
|
command=pacman -Qu | wc -l
|
||||||
interval=60
|
interval=60
|
||||||
separator=true
|
separator=true
|
||||||
|
color=#999999
|
||||||
|
|
||||||
# Network interface monitoring
|
# 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"."
|
command=ping -c 2 8.8.8.8 | tail -1| awk '{print $4}' | cut -d '/' -f 2 | cut -f1 -d"."
|
||||||
interval=60
|
interval=60
|
||||||
separator=true
|
separator=true
|
||||||
|
color=#999999
|
||||||
|
|
||||||
# Volume indicator
|
# Volume indicator
|
||||||
#
|
#
|
||||||
@ -105,6 +111,7 @@ interval=1
|
|||||||
command=/usr/lib/i3blocks/volume 5 pulse
|
command=/usr/lib/i3blocks/volume 5 pulse
|
||||||
signal=10
|
signal=10
|
||||||
separator=true
|
separator=true
|
||||||
|
color=#999999
|
||||||
|
|
||||||
# Battery indicator
|
# Battery indicator
|
||||||
# The battery instance defaults to 0.
|
# The battery instance defaults to 0.
|
||||||
@ -114,6 +121,7 @@ label=
|
|||||||
#instance=1
|
#instance=1
|
||||||
interval=30
|
interval=30
|
||||||
separator=true
|
separator=true
|
||||||
|
color=#999999
|
||||||
|
|
||||||
# Date Time
|
# Date Time
|
||||||
[time]
|
[time]
|
||||||
@ -121,4 +129,4 @@ label=
|
|||||||
command=date '+%Y-%m-%d %H:%M:%S'
|
command=date '+%Y-%m-%d %H:%M:%S'
|
||||||
interval=1
|
interval=1
|
||||||
separator=true
|
separator=true
|
||||||
|
color=#999999
|
||||||
|
Loading…
Reference in New Issue
Block a user