Pink pink pink pink! 🌸

master
Meliurwen 4 years ago
parent 44b481e268
commit 50d7034f53
Signed by: meliurwen
GPG Key ID: 818A8B35E9F1CE10
  1. 14
      dunst/.config/dunst/dunstrc.template
  2. 2
      gnome/.config/gtk-3.0/settings.ini
  3. 2
      gnome/.config/gtk-4.0/settings.ini
  4. 25
      i3/.config/i3/config
  5. 2
      mpv/.config/mpv/mpv.conf
  6. 6
      polybar/.config/polybar/config
  7. 1
      vscode/.config/Code/User/settings.json

@ -11,7 +11,7 @@ separator_height = 4
padding = 16 padding = 16
horizontal_padding = 16 horizontal_padding = 16
frame_width = 1 frame_width = 1
frame_color = "#285577" frame_color = "#9e1553"
separator_color = frame separator_color = frame
sort = yes sort = yes
idle_threshold = 120 idle_threshold = 120
@ -76,23 +76,23 @@ context = ctrl+shift+period
[urgency_low] [urgency_low]
# IMPORTANT: colors have to be defined in quotation marks. # IMPORTANT: colors have to be defined in quotation marks.
# Otherwise the "#" and following would be interpreted as a comment. # Otherwise the "#" and following would be interpreted as a comment.
background = "#262626" background = "#2e2c2e"
foreground = "#BBA590" foreground = "#bb90a3"
timeout = 1 timeout = 1
# Icon for notifications with low urgency, uncomment to enable # Icon for notifications with low urgency, uncomment to enable
#icon = /path/to/icon #icon = /path/to/icon
[urgency_normal] [urgency_normal]
background = "#262626" background = "#2e2c2e"
foreground = "#BBA590" foreground = "#bb90a3"
timeout = 4 timeout = 4
# Icon for notifications with normal urgency, uncomment to enable # Icon for notifications with normal urgency, uncomment to enable
#icon = /path/to/icon #icon = /path/to/icon
[urgency_critical] [urgency_critical]
background = "#262626" background = "#262626"
foreground = "#BBA590" foreground = "#bb9090"
frame_color = "#FF5050" frame_color = "#ff0000"
timeout = 0 timeout = 0
# Icon for notifications with critical urgency, uncomment to enable # Icon for notifications with critical urgency, uncomment to enable
#icon = /path/to/icon #icon = /path/to/icon

@ -1,3 +1,3 @@
[Settings] [Settings]
gtk-application-prefer-dark-theme=1 gtk-application-prefer-dark-theme=1
gtk-theme-name=Adwaita-dark gtk-theme-name=Adwaita-pink-dark

@ -1,3 +1,3 @@
[Settings] [Settings]
gtk-application-prefer-dark-theme=1 gtk-application-prefer-dark-theme=1
gtk-theme-name=Adwaita-dark gtk-theme-name=Adwaita-pink-dark

@ -1,16 +1,19 @@
# This file has been auto-generated by i3-config-wizard(1).
# It will not be overwritten, so edit it as you like.
#
# Should you change your keyboard layout some time, delete
# this file and re-run i3-config-wizard(1).
#
# i3 config file (v4) # i3 config file (v4)
# #
# Please see https://i3wm.org/docs/userguide.html for a complete reference! # Please see https://i3wm.org/docs/userguide.html for a complete reference!
set $mod Mod4 set $mod Mod4
## i3 Colors
# class border backgr. text indicator child_border
client.focused #c5457b #9e1553 #ffffff #ff3888 #9e1553
client.focused_inactive #333333 #6a6469 #ffffff #504c50 #6a6469
client.unfocused #333333 #222222 #888888 #2e2c2e #222222
client.urgent #3a3132 #900000 #ffffff #900000 #900000
client.placeholder #000000 #0c0c0c #ffffff #000000 #0c0c0c
client.background #ffffff
# Font for window titles. Will also be used by the bar unless a different font # Font for window titles. Will also be used by the bar unless a different font
# is used in the bar {} block below. # is used in the bar {} block below.
font pango:monospace 8 font pango:monospace 8
@ -233,10 +236,10 @@ exec_always --no-startup-id numlockx on
# launched an `exec` command. # launched an `exec` command.
# Background # Background
exec --no-startup-id feh --bg-fill $HOME/Scaricati/northern_lights_by_aenami_dbbx471.png exec --no-startup-id feh --bg-fill $HOME/Scaricati/alfven-ato-array.jpg
# Compositor # Compositor
exec --no-startup-id compton --config $HOME/.config/compton/config exec --no-startup-id picom --config $HOME/.config/compton/config
# Notification Manager (dunst) # Notification Manager (dunst)
exec --no-startup-id envsubst < ~/.config/dunst/dunstrc.template > ~/.config/dunst/dunstrc && dunst --config $HOME/.config/dunst/dunstrc exec --no-startup-id envsubst < ~/.config/dunst/dunstrc.template > ~/.config/dunst/dunstrc && dunst --config $HOME/.config/dunst/dunstrc
@ -284,6 +287,10 @@ for_window [class="Pavucontrol"] border normal
for_window [instance="gnome-system-monitor"] floating enable for_window [instance="gnome-system-monitor"] floating enable
for_window [instance="gnome-system-monitor"] border normal for_window [instance="gnome-system-monitor"] border normal
# Mate System Monitor
for_window [instance="mate-system-monitor"] floating enable
for_window [instance="mate-system-monitor"] border normal
# Steam # Steam
for_window [instance="Steam" title="Steam Guard - Computer Authorization Required"] floating enable for_window [instance="Steam" title="Steam Guard - Computer Authorization Required"] floating enable
for_window [instance="Steam" title="Steam Guard - Computer Authorization Required"] border normal for_window [instance="Steam" title="Steam Guard - Computer Authorization Required"] border normal

@ -16,5 +16,5 @@ input-ipc-server=/tmp/mpvsocket
## https://wiki.archlinux.org/index.php/Mpv#Hardware_video_acceleration ## https://wiki.archlinux.org/index.php/Mpv#Hardware_video_acceleration
hwdec=vaapi hwdec=vaapi
save-position-on-quit save-position-on-quit

@ -9,6 +9,8 @@ grey-dark = #3f3f3f
orange = #ffa000 orange = #ffa000
red = #bd2c40 red = #bd2c40
pink = #9e1553
pink-dark = #3f3c3f
[global/wm] [global/wm]
@ -236,8 +238,8 @@ label-mode-background = #e60053
label-focused = %index% label-focused = %index%
label-focused-foreground = ${color.white} label-focused-foreground = ${color.white}
label-focused-background = ${color.grey-dark} label-focused-background = ${color.pink-dark}
label-focused-underline = ${color.orange} label-focused-underline = ${color.pink}
label-focused-padding = 4 label-focused-padding = 4
label-unfocused = %index% label-unfocused = %index%

@ -22,4 +22,5 @@
"git.autofetch": false, "git.autofetch": false,
"terminal.integrated.fontFamily": "'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback','PowerlineSymbols'", "terminal.integrated.fontFamily": "'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback','PowerlineSymbols'",
"terminal.integrated.fontSize": 12, "terminal.integrated.fontSize": 12,
"latex-workshop.view.pdf.viewer": "tab",
} }

Loading…
Cancel
Save