Some changes

This commit is contained in:
CramMK
2020-04-20 11:41:00 +02:00
parent a8ea8650be
commit 33f195540a
6 changed files with 55 additions and 42 deletions

View File

@@ -12,7 +12,7 @@ Accent-Color: #00d3a8
## Features ## Features
+ Distro: `Fedora 31` + Distro: `Fedora 31`
+ Shell: `zsh + oh-my-zsh` + Shell: `zsh + oh-my-zsh`
+ WM: `i3-gaps (home), i3 (work)` + WM: `i3-gaps and i3`
+ Terminal: `xterm` + Terminal: `xterm`
+ Font: `Inconsolata Nerd Font Mono` + Font: `Inconsolata Nerd Font Mono`
+ Vim-Theme: `Nord` + Vim-Theme: `Nord`

Submodule dotdrop updated: 902a4036cb...df83efe8bc

View File

@@ -105,7 +105,8 @@
gradient = 1 gradient = 1
# gradient_color_1 = '#ff5c57' # gradient_color_1 = '#ff5c57'
# gradient_color_2 = '#ff3399' # gradient_color_2 = '#ff3399'
gradient_color_1 = '#00d3a8' # gradient_color_1 = '#00d3a8'
gradient_color_1 = '#A3BE8C'
gradient_color_2 = '#dddddd' gradient_color_2 = '#dddddd'

View File

@@ -240,6 +240,7 @@ for_window [class="spotify"] move container to workspace 7
for_window [class="telegram"] move container to workspace 8 for_window [class="telegram"] move container to workspace 8
for_window [class="discord"] move container to workspace 8 for_window [class="discord"] move container to workspace 8
for_window [class="Chromium"] move container to workspace 9 for_window [class="Chromium"] move container to workspace 9
for_window [class="Firefox"] move container to workspace 9
# Monitors # Monitors
# integrated # integrated

View File

@@ -3,16 +3,23 @@
[colors] [colors]
my_green = #00d3a8 my_green = #00d3a8
nord_red = #BF616A
nord_orange = #D08770
nord_yellow = #EBCB8B
nord_green = #A3BE8C nord_green = #A3BE8C
nord_purple = #B48EAD
nord_blue4 = #5E81AC nord_blue0 = #8FBCBB
nord_blue1 = #88C0D0
nord_blue2 = #81A1C1
nord_blue3 = #5E81AC
nord0 = #2E3440 nord0 = #2E3440
nord3 = #4C566A nord3 = #4C566A
nord0_trans = #f02E3440 nord0_trans = #f02E3440
frost = #ECEFF4 frost2 = #ECEFF4
black = #000000 black = #000000
red = #BF616A red = #BF616A
@@ -27,12 +34,15 @@ dark_bg = #f018191E
accent = ${colors.nord_green} accent = ${colors.nord_green}
modules_fg = ${colors.frost2}
background = ${colors.nord0_trans} background = ${colors.nord0_trans}
foreground = ${colors.frost} foreground = ${colors.frost2}
############################################################################### ###############################################################################
[font] [font]
inconsolata = "Inconsolata:pixelsize=11;0" inconsolata = "Inconsolata:pixelsize=11;0"
siji = "Siji:style=Regular"
############################################################################### ###############################################################################
[bar/laptop] [bar/laptop]
@@ -40,6 +50,7 @@ monitor = "eDP-1"
enable-ipc = false enable-ipc = false
font-0 = ${font.inconsolata} font-0 = ${font.inconsolata}
font-1 = ${font.siji}
bottom = false bottom = false
fixed-center = true fixed-center = true
@@ -55,12 +66,12 @@ background = ${colors.background}
#border-size = 5 #border-size = 5
#border-color = ${colors.background} #border-color = ${colors.background}
module-margin = 1 module-margin = 2
modules-left = i3tabs modules-left = i3tabs
modules-center = modules-center =
modules-right = backlight volume network battery date time powermenu modules-right = backlight volume date time battery powermenu
separator = | separator =
dim-value = 1.0 dim-value = 1.0
@@ -78,10 +89,9 @@ inherit = bar/laptop
monitor = "HDMI-1" monitor = "HDMI-1"
modules-left = i3tabs modules-left = i3tabs modules-center =
modules-center = modules-right = volume date time battery powermenu
modules-right = volume network battery date time powermenu separator =
separator = |
############################################################################### ###############################################################################
[module/i3tabs] [module/i3tabs]
@@ -100,7 +110,6 @@ background = ${colors.background}
label-focused = %index% label-focused = %index%
label-focused-foreground = ${colors.background} label-focused-foreground = ${colors.background}
label-focused-background = ${colors.accent} label-focused-background = ${colors.accent}
label-focused-underline = ${colors.white}
label-focused-padding = 1 label-focused-padding = 1
label-unfocused = %index% label-unfocused = %index%
@@ -129,12 +138,13 @@ type = internal/date
interval = 1.0 interval = 1.0
#date = %Y-%m-%d% date = %Y-%m-%d%
date = %A, %d %B %Y date-alt = %A, %d %B %Y
format-underline = ${colors.frost2}
label-foreground = ${colors.modules_fg}
label = %date% label = %date%
label-font = 0
label-foreground = ${colors.foreground}
############################################################################### ###############################################################################
[module/time] [module/time]
@@ -146,7 +156,7 @@ time = %H:%M
label = %time% label = %time%
label-font = 0 label-font = 0
label-foreground = ${colors.foreground} label-foreground = ${colors.modules_fg}
############################################################################### ###############################################################################
[module/title] [module/title]
@@ -156,7 +166,7 @@ format = <label>
label-maxlen = 80 label-maxlen = 80
label-empty = "Yoroshiku!" label-empty = "Yoroshiku!"
format-padding = 2 format-padding = 2
format-foreground = ${colors.foreground} format-foreground = ${colors.modules_fg}
############################################################################### ###############################################################################
[module/battery] [module/battery]
@@ -166,16 +176,16 @@ battery = BAT0
apdapter = ADP1 apdapter = ADP1
format-charging = <label-charging> format-charging = <label-charging>
format-charging-foreground = ${colors.foreground} format-charging-foreground = ${colors.nord_green}
label-charging = CHR %percentage%% label-charging = [CHR %percentage%%]
format-discharging = <label-discharging> format-discharging = <label-discharging>
format-discharging-foreground = ${colors.foreground} format-discharging-foreground = ${colors.nord_green}
label-discharging = BAT %percentage%% label-discharging = [%percentage%%]
format-full = <label-full> format-full = <label-full>
format-full-foreground = ${colors.foreground} format-full-foreground = ${colors.nord_green}
label-full = FULL label-full = [FULL]
############################################################################### ###############################################################################
[module/volume] [module/volume]
@@ -188,11 +198,12 @@ headphone-soundcard = default
master-mixer = Master master-mixer = Master
format-volume = <label-volume> format-volume = <label-volume>
format-volume-foreground = ${colors.foreground} format-volume-foreground = ${colors.frost2}
label-volume = VOL %percentage%% format-volume-underline = ${colors.frost2}
label-volume = %percentage%%
format-muted <label-muted> format-muted <label-muted>
format-muted-foreground = ${colors.red} format-muted-foreground = ${colors.nord_red}
label-muted = MUTED label-muted = MUTED
############################################################################### ###############################################################################
@@ -205,22 +216,21 @@ format-connected = <label-connected>
format-disconnectded = <label-disconnected> format-disconnectded = <label-disconnected>
label-connected = %essid% label-connected = %essid%
label-connected-foreground = ${colors.foreground} label-connected-foreground = ${colors.modules_fg}
label-disconnected = NO WIFI label-disconnected = NO WIFI
label-disconnected-foreground = ${colors.foreground} label-disconnected-foreground = ${colors.modules_fg}
############################################################################### ###############################################################################
[module/backlight] [module/backlight]
type = internal/backlight type = internal/backlight
# ls -1 /sys/class/backlight # ls -1 /sys/class/backlight
card = amdgpu_bl0 card = amdgpu_bl0
enable-scroll = true
format = <label> format = <label>
format-foreground = ${colors.foreground} format-foreground = ${colors.frost2}
label = BRT %percentage%% label = %percentage%%
bar-width = 10 bar-width = 10
bar-indicator = | bar-indicator = |
@@ -237,16 +247,17 @@ interval = 2
############################################################################### ###############################################################################
[module/powermenu] [module/powermenu]
type = custom/text type = custom/text
content = "Marc" content = "(X)"
click-left = polybar powermenu click-left = polybar powermenu
[bar/powermenu] [bar/powermenu]
width = 350 width = 280
height = 27 height = 27
radius = 0 radius = 0
offset-x = 1570 ; 1920 - width - offset-y - mainbar-height
offset-x = 1632
offset-y = 35 offset-y = 35
background = ${colors.background} background = ${colors.background}
@@ -266,22 +277,22 @@ content-foreground = ${colors.accent}
[module/logout] [module/logout]
inherit = module/powerbase inherit = module/powerbase
content = "Logout" content = "Logout "
click-left = "pkill -n polybar ; i3-msg exit" click-left = "pkill -n polybar ; i3-msg exit"
[module/reboot] [module/reboot]
inherit = module/powerbase inherit = module/powerbase
content = "Reboot" content = " Reboot "
click-left = "pkill -n polybar ; systemctl reboot" click-left = "pkill -n polybar ; systemctl reboot"
[module/poweroff] [module/poweroff]
inherit = module/powerbase inherit = module/powerbase
content = "Poweroff" content = " Poweroff "
click-left = "pkill -n polybar ; systemctl poweroff" click-left = "pkill -n polybar ; systemctl poweroff"
[module/closepowermenubar] [module/closepowermenubar]
type = custom/text type = custom/text
content = "Cancel" content = " Cancel"
click-left = "pkill -n polybar" click-left = "pkill -n polybar"
############################################################################### ###############################################################################

View File

@@ -11,7 +11,7 @@
# #
# modded by Marc # modded by Marc
PROMPT='%{$fg[yellow]%}[%m] %{$fg_bold[green]%}➜ %{$fg_bold[green]%}%p %{$fg_bold[blue]%}%~ $(git_prompt_info)% %{$reset_color%}' PROMPT='%{$fg[yellow]%}%m %{$fg_bold[green]%}➜ %{$fg_bold[green]%}%p %{$fg_bold[blue]%}%~ $(git_prompt_info)% %{$reset_color%}'
ZSH_THEME_GIT_PROMPT_CLEAN=") %{$fg_bold[green]%}✔ " ZSH_THEME_GIT_PROMPT_CLEAN=") %{$fg_bold[green]%}✔ "
ZSH_THEME_GIT_PROMPT_DIRTY=") %{$fg_bold[yellow]%}✗ " ZSH_THEME_GIT_PROMPT_DIRTY=") %{$fg_bold[yellow]%}✗ "