restore miku colors
This commit is contained in:
parent
4bd09246aa
commit
b0b26251a7
|
@ -19,8 +19,8 @@
|
|||
*.color8: #7b8b99
|
||||
|
||||
! red
|
||||
*.color1: #7881bf
|
||||
*.color9: #7881bf
|
||||
*.color1: #df2683
|
||||
*.color9: #df2683
|
||||
|
||||
! green
|
||||
*.color2: #13868c
|
||||
|
@ -35,8 +35,8 @@
|
|||
*.color12: #1a86b9
|
||||
|
||||
! magenta
|
||||
*.color5: #a2d599
|
||||
*.color13: #a2d599
|
||||
*.color5: #bc7fd2
|
||||
*.color13: #bc7fd2
|
||||
|
||||
! cyan
|
||||
*.color6: #7cc7d6
|
||||
|
@ -54,3 +54,4 @@ xterm*VT100.Translations: #override \
|
|||
Ctrl Shift <Key>V: insert-selection(CLIPBOARD) \n\
|
||||
Ctrl Shift <Key>C: copy-selection(CLIPBOARD) \n\
|
||||
Ctrl <Btn1Up>: exec-formatted("xdg-open '%t'", PRIMARY)
|
||||
|
||||
|
|
|
@ -150,7 +150,6 @@ bindsym $mod+Shift+e exec "i3-msg exit"
|
|||
|
||||
exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
exec --no-startup-id pamac-tray
|
||||
exec --no-startup-id xautolock -time 320 -locker i3lock -i /usr/share/backgrounds/my-lockscreen.png
|
||||
exec --no-startup-id keepassxc
|
||||
exec --no-startup-id qbittorrent
|
||||
exec_always --no-startup-id ff-theme-util
|
||||
|
@ -197,7 +196,7 @@ bar {
|
|||
focused_workspace #7cc7d6 #000000 #ffffff
|
||||
active_workspace #000000 #000000 #000000
|
||||
inactive_workspace #202b31 #000000 #A5AE9B
|
||||
urgent_workspace #ffffff #7cc7d6 #000000
|
||||
urgent_workspace #ffffff #df2683 #ffffff
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -205,7 +204,7 @@ bar {
|
|||
bindsym $mod+0 mode "$mode_system"
|
||||
set $mode_system (l)ock, (e)xit, (s)uspend, (r)eboot, (Shift+s)hutdown
|
||||
mode "$mode_system" {
|
||||
bindsym l exec i3lock -i /usr/share/backgrounds/my-lockscreen.png, mode "default"
|
||||
bindsym l exec i3lock -i /usr/share/backgrounds/wallpaper.png, mode "default"
|
||||
bindsym s exec --no-startup-id i3exit suspend, mode "default"
|
||||
bindsym e exec --no-startup-id i3exit logout, mode "default"
|
||||
bindsym r exec --no-startup-id i3exit reboot, mode "default"
|
||||
|
|
|
@ -10,10 +10,10 @@ general {
|
|||
colors = true
|
||||
interval = 1
|
||||
color_good = "#7cc7d6"
|
||||
color_bad = "#a2d599"
|
||||
color_degraded = "#a2d599"
|
||||
}
|
||||
color_bad = "#df2683"
|
||||
color_degraded = "#df2683"
|
||||
|
||||
}
|
||||
# order += "ipv6"
|
||||
order += "read_file now-playing"
|
||||
order += "read_file reminder"
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
# transition-duration = overrides default value
|
||||
#
|
||||
[greeter]
|
||||
background=/usr/share/backgrounds/white-greeter.jpg
|
||||
background=/usr/share/backgrounds/wallpaper.png
|
||||
#user-background=
|
||||
#theme-name=
|
||||
#icon-theme-name=
|
||||
|
|
Loading…
Reference in New Issue