From 68e5bae54c636d7e0ddaf60ec09b1d835d504ce2 Mon Sep 17 00:00:00 2001 From: Siina Mashek Date: Tue, 22 Dec 2020 03:02:33 +0200 Subject: [PATCH] fixed neofetch wording, added quassel --- config/neofetch/config.conf | 4 +-- config/quassel-irc.org/settings.qss | 7 ++++ config/quassel-irc.org/style.qss | 52 +++++++++++++++++++++++++++++ 3 files changed, 61 insertions(+), 2 deletions(-) create mode 100644 config/quassel-irc.org/settings.qss create mode 100644 config/quassel-irc.org/style.qss diff --git a/config/neofetch/config.conf b/config/neofetch/config.conf index d54adb9..c805194 100644 --- a/config/neofetch/config.conf +++ b/config/neofetch/config.conf @@ -28,8 +28,8 @@ print_info() { # info "Battery" battery # info "Font" font # info "Song" song - info "Watching" song - # [[ $player ]] && prin "Music Player" "$player" + info "Playing" song + # [[ $player ]] && prin "Player" "$player" # info "Local IP" local_ip # info "Public IP" public_ip # info "Users" users diff --git a/config/quassel-irc.org/settings.qss b/config/quassel-irc.org/settings.qss new file mode 100644 index 0000000..0014f04 --- /dev/null +++ b/config/quassel-irc.org/settings.qss @@ -0,0 +1,7 @@ +// Style settings made in Quassel's configuration dialog +// This file is automatically generated, do not edit + +// NickView Colors +NickListItem[type="category"] { foreground: #a7a7a7; } +NickListItem[type="user"] { foreground: #a7a7a7; } +NickListItem[type="user", state="away"] { foreground: #404042; } diff --git a/config/quassel-irc.org/style.qss b/config/quassel-irc.org/style.qss new file mode 100644 index 0000000..a8813ed --- /dev/null +++ b/config/quassel-irc.org/style.qss @@ -0,0 +1,52 @@ +/* + Chat colours to match Sensual Dark colour theme in KDE Plasma +*/ + +/* I'm using this to keep track of colours throughout */ +Palette { + event-positive: #00aa7f; + event-neutral: #4e51ac; + event-negative: #ff007f; + highlight-background: #4e9fac; + text: #d3dae3; + text-inactive: #a6acba; + link: #4e9fac; + link-visited: #4e51ac; + marker-line: #00aa7f; +} + +ChatListItem { foreground: palette(text); } +ChatListItem[state="inactive"] { foreground: #a6acba; } +ChatListItem[state="channel-event"] { foreground: #4e51ac; } +ChatListItem[state="unread-message"] { foreground: #00aa7f; } +ChatListItem[state="highlighted"] { foreground: #4e9fac; } + +ChatListItem[type="network", state="unread-message"] { foreground: #4e51ac; } +ChatListItem[type="network", state="highlighted"] { foreground: #4e9fac; } +ChatListItem[type="query", state="unread-message"] { foreground: #00aa7f; } + +NickListItem[type="category"] { foreground: palette(text); } +NickListItem[type="user"] { foreground: palette(text); } +NickListItem[type="user", state="away"] { foreground: #a6acba; } + +ChatLine[label="highlight"] { foreground: palette(text); background: #4e51ac; } +ChatLine::sender[label="highlight"] { foreground: palette(text); background: #4e51ac; } +ChatLine::timestamp[label="highlight"] { foreground: palette(text); background: #4e51ac; } + +ChatLine::sender#plain[sender="self"] { foreground: #ffaa7f; } +ChatLine::sender#plain[sender="0"] { foreground: #e90d7f; } +ChatLine::sender#plain[sender="1"] { foreground: #8e55e9; } +ChatLine::sender#plain[sender="2"] { foreground: #b30e0e; } +ChatLine::sender#plain[sender="3"] { foreground: #17b339; } +ChatLine::sender#plain[sender="4"] { foreground: #58afb3; } +ChatLine::sender#plain[sender="5"] { foreground: #9d54b3; } +ChatLine::sender#plain[sender="6"] { foreground: #b39775; } +ChatLine::sender#plain[sender="7"] { foreground: #3176b3; } +ChatLine::sender#plain[sender="8"] { foreground: #e90d7f; } +ChatLine::sender#plain[sender="9"] { foreground: #8e55e9; } +ChatLine::sender#plain[sender="a"] { foreground: #b30e0e; } +ChatLine::sender#plain[sender="b"] { foreground: #17b339; } +ChatLine::sender#plain[sender="c"] { foreground: #58afb3; } +ChatLine::sender#plain[sender="d"] { foreground: #9d54b3; } +ChatLine::sender#plain[sender="e"] { foreground: #b39775; } +ChatLine::sender#plain[sender="f"] { foreground: #3176b3; }