Themes: Revert all to catpuccin
This commit is contained in:
parent
73177a79f1
commit
25df07cbca
4 changed files with 11 additions and 11 deletions
|
|
@ -4,7 +4,7 @@ import = [
|
||||||
# "~/.config/alacritty/catppuccin-mocha.toml"
|
# "~/.config/alacritty/catppuccin-mocha.toml"
|
||||||
# "~/.config/alacritty/themes/gruvbox_material.toml"
|
# "~/.config/alacritty/themes/gruvbox_material.toml"
|
||||||
# "~/.config/alacritty/themes/gruvbox_t0xa.toml"
|
# "~/.config/alacritty/themes/gruvbox_t0xa.toml"
|
||||||
"~/.config/alacritty/themes/pustota.toml"
|
"~/.config/alacritty/themes/catppuccin-mocha.toml"
|
||||||
]
|
]
|
||||||
# import = [
|
# import = [
|
||||||
# # uncomment the flavour you want below:
|
# # uncomment the flavour you want below:
|
||||||
|
|
|
||||||
|
|
@ -192,7 +192,7 @@ workspace 10 output $mon_2
|
||||||
font pango:JetBrainsMonoNL Nerd Font Bold 10
|
font pango:JetBrainsMonoNL Nerd Font Bold 10
|
||||||
|
|
||||||
# Load theme
|
# Load theme
|
||||||
include ~/.config/i3/themes/pustota.conf
|
include ~/.config/i3/themes/cattpuccin.conf
|
||||||
|
|
||||||
# Lockscreen binding
|
# Lockscreen binding
|
||||||
bindsym Control+Shift+Q exec i3lock -c 000000 && xset dpms force off
|
bindsym Control+Shift+Q exec i3lock -c 000000 && xset dpms force off
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
include ./themes/pustota.conf
|
include ./themes/mocha.conf
|
||||||
# vim:fileencoding=utf-8:foldmethod=marker
|
# vim:fileencoding=utf-8:foldmethod=marker
|
||||||
|
|
||||||
#: Fonts {{{
|
#: Fonts {{{
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
; The README contains a lot of information
|
; The README contains a lot of information
|
||||||
;
|
;
|
||||||
;==========================================================
|
;==========================================================
|
||||||
include-file = ~/.config/polybar/pustota.ini
|
include-file = ~/.config/polybar/mocha.ini
|
||||||
[global/wm]
|
[global/wm]
|
||||||
margin-top = 0
|
margin-top = 0
|
||||||
margin-bottom = 0
|
margin-bottom = 0
|
||||||
|
|
@ -34,12 +34,12 @@ label-unfocused-padding = 1
|
||||||
|
|
||||||
|
|
||||||
[colors]
|
[colors]
|
||||||
background = #0A0E14
|
background = #1e1e2e
|
||||||
background-alt = #232B36
|
background-alt = #373B41
|
||||||
foreground = #B3B1AD
|
foreground = #C5C8C6
|
||||||
primary = #E6B450
|
primary = #f68c23
|
||||||
secondary = ${colors.nomai}
|
secondary = ${colors.nomai}
|
||||||
disabled = #4D5566
|
disabled = #707880
|
||||||
|
|
||||||
[bar/example]
|
[bar/example]
|
||||||
width = 100%
|
width = 100%
|
||||||
|
|
@ -312,12 +312,12 @@ adapter = ADP1
|
||||||
poll-interval = 5
|
poll-interval = 5
|
||||||
label-discharging = %{F#FF8C00}%{F-} %percentage%% %time%
|
label-discharging = %{F#FF8C00}%{F-} %percentage%% %time%
|
||||||
label-charging = %{F#09f429}%{F-} %percentage%%
|
label-charging = %{F#09f429}%{F-} %percentage%%
|
||||||
label-full = %{F#91B362}%{F-} %percentage%%
|
label-full = %{F#a6e3a1}%{F-} %percentage%%
|
||||||
label-low = %{F#f20202}%{F-} BATTERY LOW %percentage%%
|
label-low = %{F#f20202}%{F-} BATTERY LOW %percentage%%
|
||||||
|
|
||||||
[module/wlan]
|
[module/wlan]
|
||||||
type = internal/network
|
type = internal/network
|
||||||
interface = wlp2s0
|
interface = wlp2s0
|
||||||
format-connected = <label-connected>
|
format-connected = <label-connected>
|
||||||
label-connected = %{F#91B362}%{F-} %{T6}%essid% %signal%
|
label-connected = %{F#a6e3a1}%{F-} %{T6}%essid% %signal%
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue