OSDN Git Service

[add] : rofi theme files
authorwatasuke102 <watasuke102@gmail.com>
Sat, 18 Jul 2020 08:23:56 +0000 (17:23 +0900)
committerwatasuke102 <watasuke102@gmail.com>
Sat, 18 Jul 2020 08:23:56 +0000 (17:23 +0900)
.gitignore
channels/i3/airootfs.any/etc/skel/.config/rofi/alter-dark.rasi [new file with mode: 0644]
channels/i3/airootfs.any/etc/skel/.config/rofi/alter-light.rasi [new file with mode: 0644]
channels/i3/airootfs.any/etc/skel/.config/rofi/config [new file with mode: 0644]
channels/i3/packages.x86_64/i3.x86_64

index 5e4a2ea..0439ea1 100644 (file)
@@ -19,5 +19,4 @@ work/
 *.ignore*
 *.ig*
 *.add*
-temp/
-.config
+temp/
\ No newline at end of file
diff --git a/channels/i3/airootfs.any/etc/skel/.config/rofi/alter-dark.rasi b/channels/i3/airootfs.any/etc/skel/.config/rofi/alter-dark.rasi
new file mode 100644 (file)
index 0000000..40f5e44
--- /dev/null
@@ -0,0 +1,42 @@
+* {
+  background-color: #2b2b2b;
+  border-color: #f9f9fb;
+  text-color: #f9f9fb;
+  spacing: 0;
+  width: 600px;
+}
+
+inputbar {
+  border: 0 0 1px 0;
+  children: [prompt,entry];
+}
+
+prompt {
+  padding: 8px;
+  border: 0 1px 0 0;
+}
+
+textbox {
+  background-color: #009aff;
+  border: 0 0 1px 0;
+  border-color: #009aff;
+}
+
+entry {
+  padding: 8px;
+}
+
+listview {
+  cycle: false;
+  margin: 0 0 -1px 0;
+  scrollbar: false;
+}
+
+element {
+  border: 0 0 1px 0;
+  padding: 8px;
+}
+
+element selected {
+  background-color: #009aff;
+}
diff --git a/channels/i3/airootfs.any/etc/skel/.config/rofi/alter-light.rasi b/channels/i3/airootfs.any/etc/skel/.config/rofi/alter-light.rasi
new file mode 100644 (file)
index 0000000..a845eab
--- /dev/null
@@ -0,0 +1,42 @@
+* {
+  background-color: #f9f9fb;
+  border-color: #009aff;
+  text-color: #000000;
+  spacing: 0;
+  width: 600px;
+}
+
+inputbar {
+  border: 0 0 1px 0;
+  children: [prompt,entry];
+}
+
+prompt {
+  padding: 8px;
+  border: 0 1px 0 0;
+}
+
+textbox {
+  background-color: #009aff;
+  border: 0 0 1px 0;
+  border-color: #009aff;
+}
+
+entry {
+  padding: 8px;
+}
+
+listview {
+  cycle: false;
+  margin: 0 0 -1px 0;
+  scrollbar: false;
+}
+
+element {
+  border: 0 0 1px 0;
+  padding: 8px;
+}
+
+element selected {
+  background-color: #009aff;
+}
diff --git a/channels/i3/airootfs.any/etc/skel/.config/rofi/config b/channels/i3/airootfs.any/etc/skel/.config/rofi/config
new file mode 100644 (file)
index 0000000..0da4134
--- /dev/null
@@ -0,0 +1,16 @@
+# ---------------------------------------------
+#  Alter Linux i3wm edition
+#  Rofi config file
+#
+#  Watasuke
+#  Twitter: @Watasuke102
+#  Email  : Watasuke102@gmail.com
+#
+#  (c) 2020 Fascode Network.
+# ---------------------------------------------
+
+rofi.modi       : drun
+rofi.font       : hack 10
+rofi.show-icons : true
+rofi.icon-theme : Inverse-blue
+rofi.theme      : ~/.config/rofi/alter-dark.rasi
index a95fbb5..fa805e6 100644 (file)
@@ -46,6 +46,7 @@ conky
 
 # launcher
 rofi
+inverse-icon-theme-blue-git
 
 # terminal emulator
 sakura